source: trunk/MagicSoft/Mars/Changelog@ 3632

Last change on this file since 3632 was 3632, checked in by gaug, 22 years ago
*** empty log message ***
File size: 115.0 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21
22 2004/04/02: Markus Gaug
23
24 * mbadpixels/MBadPixelsPix.h
25 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
26 enum
27
28
29 2004/04/01: Markus Gaug
30
31 * msignal/MArrivalTimeCalc.[h,cc]
32 - set fSaturationLimit as a variable with default (instead of 0xff)
33
34 * mcalib/MHCalibrationChargeCam.[h,cc]
35 * mcalib/MCalibrationChargeCam.[h,cc]
36 * mcalib/MCalibrationChargeCalc.cc
37 * manalysis/MGeomApply.cc
38 - add average pixels per sector
39
40 * mcalib/MHGausEvents.[h,cc]
41 * mcalib/MHCalibrationChargePix.[h,cc]
42 * mcalib/MHCalibrationRelTimePix.[h,cc]
43 - moved BypassFit() function to MHGausEvents
44
45 * mcalib/MHCalibrationChargeCam.[h,cc]
46 - updated and enlarged documentation
47 - derives now from mcalib/MHCalibrationCam
48
49 * mcalib/MCalibrationChargePix.[h,cc]
50 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
51
52 * mcalib/MCalibrationCam.[h,cc]
53 * mcalib/Makefile
54 * mcalib/CalibLinkDef.h
55 - new base class for all MHCalibration*Cam object, contains the average
56 pixel functionality
57
58
59 2004/03/31: Markus Gaug
60
61 * mcalib/MHCalibrationChargeCam.[h,cc]
62 * mcalib/MCalibrationChargeCam.[h,cc]
63 * mcalib/MCalibrationChargeCalc.cc
64 * manalysis/MGeomApply.cc
65 - make the average pixel independent on camera geometry, i.e.
66 one average pixel per MGeomPix::Aidx
67
68
69 2004/03/31: Abelardo Moralejo
70
71 * mmc/MMcConfigRunHeader.[h,cc]
72 - updated to current version (3) in camera program. Added member
73 fLightCollectionFactorOuter so that we can store the data on
74 the simulatedlight collection efficiency (light guides +
75 plexiglas +...) as a function of incidence angle for outer and
76 inner pixels independently. Added getters for this information
77 on light collection efficiency.
78
79 2004/03/30: Markus Gaug
80
81 * mcalib/MHGausEvents.[h,cc]
82 * mcalib/MHCalibrationChargePix.[h,cc]
83 * mcalib/MHCalibrationChargeHiGainPix.[h,cc]
84 * mcalib/MHCalibrationChargeLoGainPix.[h,cc]
85 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
86 * mcalib/MHCalibrationChargePINDiode.[h,cc]
87 * mcalib/MHCalibrationRelTimePix.[h,cc]
88 - updated and enlarged documentation
89
90
91 2004/03/30: Abelardo Moralejo
92
93 * mmc/MMcFadcHeader.hxx
94 - updated to current version (4) in camera program.
95
96 2004/03/29: Markus Gaug
97
98 * manalysis/MSourcePosFromStarPos.cc
99 - replaced fabs(ival) by TMath::Abs(ival)
100
101 * mbadpixels/MBadPixelsPix.h
102 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
103
104 * mbadpixels/MBadPixelsPix.cc
105 - put some documentation in the header
106
107 * mcalib/MHCalibrationChargeCam.cc
108 * mcalib/MCalibrationChargeCam.cc
109 * mbadpixels/MBadPixelsCam.cc
110 - adopt to new style in MBadPixelsPix.h
111
112 * mcalib/MCalibrationChargeCalc.[h,cc]
113 * mcalib/MCalibrationChargePix.[h,cc]
114 - move consistency checks from Pix to Calc
115
116 * mcalib/MHGausEvents.[h,cc]
117 - fixed axes for event and fourier spectrum Draw
118
119 * mcalib/MHCalibrationChargePix.[h,cc]
120 * mcalib/MHCalibrationChargeCam.[h,cc]
121 - moved definition of pulser frequency to MHCalibrationChargeCam
122
123
124 2004/03/24: Thomas Bretz
125
126 * mbase/MMath.cc:
127 - now SignificanceLiMa returns 0 in case sum==0
128
129
130
131 2004/03/23: Thomas Bretz
132
133 * mbase/MContinue.cc, mhbase/MH.cc:
134 - changed a warning message to an inf-message
135
136 * mfileio/MReadTree.cc:
137 - added an additional logging message when adding files to a
138 chain successfully.
139
140 * mbase/MProgressBar.cc:
141 - fixed initial size
142
143 * mastro/MAstro.[h,cc]:
144 - changed the code for the rotation angle back to its original
145 shape. The definition I tried to introduced was already
146 correctly implemented (assuming that sin is the x-component
147 of the vector I had it wrong in my mind twice, using
148 atan2(y,x) everywhere I did recognize it...)
149
150 * mreport/MReport.cc:
151 - fixed a bug which caused a crash when the time is not valid
152
153 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
154 - fixed: v.Roatete() must be v=v.Rotate()
155 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
156 or MObservatory (leaving out the corresponding translations)
157
158
159
160 2004/03/22: Markus Gaug
161
162 * mfileio/Makefile, mimage/Makefile
163 - mpointing included
164
165
166
167 2004/03/22: Thomas Bretz
168
169 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
170 - added
171
172 * mastro/MAstro.[h,cc]:
173 - added code to calculate rotationangle previously in MObservatory
174 - changed definition of rotation angle such, that it is now
175 180deg if Ra and Az grid is parallel
176
177 * mastro/MAstroCatalog.[h,cc]:
178 - fixes and enhancements to the display (such as misscalculated
179 number of grid lines, title display, etc)
180 - enhancements to the output
181 - generalized creation of grid - for further usage
182
183 * mastro/MAstroSky2Local.[h,cc]:
184 - replaced calculation of rotation angle by the function in
185 MAstro
186
187 * mastro/MObservatory.[h,cc]:
188 - small changes to Print output
189 - moved code for calculation of rotation angle to MAstro
190
191 * mbase/MEvtLoop.cc:
192 - do not output number of events per second if no events processed
193
194 * mbase/MParList.cc:
195 - updated some comments
196
197 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
198 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
199 mreport/MReportFileRead.cc:
200 - output error string if file cannot be opened
201
202 * mfileio/MReadTree.cc:
203 - output name of chain which is scanned
204
205 * mimage/MConcentration.cc:
206 - replaced loop by iterator
207 - removed obsolete (unused) variables
208
209 * mimage/MHNewImagePar.[h,cc]:
210 - fixed display colors
211
212 * mpointing/MPointingPos.[h,cc]:
213 - added member function to calculate rotation angle
214 - added comments
215
216 * mpointing/Makefile:
217 - added include MAstro
218
219 * manalysis/MSrcPosCam.[h,cc]:
220 - moved to mpointing
221
222 * mpointing/MSrcPosCalc.[h,cc]:
223 - added: Derotates a star in the camera into MSrcPosCam
224
225 * mpointing/Makefile, mpointing/PointingLinkDef.h:
226 - added MSrcPosCam
227 - added MSrcPosCalc
228
229 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
230 - removed MSrcPosCam
231
232 * mmain/Makefile:
233 - added include for mpointing
234
235 * manalysis/AnalysisIncl.h:
236 - removed TVector2
237
238 * mbase/MParContainer.h:
239 - added new abstract virtual member function SetVariables
240 (to be used in fits)
241 - addeed some text to class description
242
243 * mdata/MData.cc:
244 - added comment
245
246 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
247 mdata/MDataList.[h,cc], mdata/MDataMember.h,
248 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
249 - added SetVariables
250
251 * mdata/MDataChain.[h,cc]:
252 - added support for indexed variables [i]
253 - added SetVariables
254
255 * mdata/MDataValue.[h,cc]:
256 - added support for variable values (through SetVariables)
257 - added support for an index
258 - added SetVariables
259
260 * mfbase/MF.[h,cc]:
261 - removed support for {}. This case is now detected
262 automatically
263 - added SetVariables
264 - added support for expressiond like
265 "MHillas.fLength<2*MHillas.fWidth"
266
267 * mfbase/MFDataChain.[h,cc]:
268 - added fCond data member
269 - addednew constructor to support fCond
270 - added support for new condition type
271 - adapted Print and GetRule
272
273 * mimage/MNewImagePar.[h,cc]:
274 - added some comments
275
276 * mhist/MHStarMap.[h,cc]:
277 - fixed to use the correct MPointingPos instead of the
278 deprecated MMcEvt. Use MPointingPosCalc to copy the
279 pointing position from MMcEvt to MPointingPos
280
281 * mbase/MMath.[h,cc]:
282 - added, which currently only implements calculation of
283 significance and Li/Ma significance
284
285 * mbase/Makefile, mbase/BaseLinkDef.h:
286 - added MMath
287
288
289
290 2004/03/19: Markus Gaug
291
292 * mcalib/MHCalibrationChargePix.cc
293 - added some style to the default Draw in order to see the
294 label and axis titles better
295
296 * mcalib/MHCalibrationChargeCam.[h,cc]
297 - store and display more information on the average pxiels
298
299 * mcalib/MCalibrationCam.cc
300 - the GetPixelContent flag were not correct any more, fixed them
301
302 * macros/calibration.C
303 - fixed GetPixelContent flags
304 - draw radial profile of the variables
305
306 * mjobs/MJCalibration.cc
307 - fixed GetPixelContent flags
308 - introduced RadialProfile for some displays
309 - removed some not so important displays
310
311 * manalysis/MGeomApply.cc
312 - included MCalibrationQECam to be initialized
313
314 * mcalib/MCalibrationChargePix.[h,cc],
315 mcalib/MCalibrationQEPix.[h,cc]:
316 - replace DefinePixId by SetPixId
317
318 * mcalib/MCalibrationChargeCalc.[h,cc]
319 - added MCalibrationQECam
320 - cleaned the code up a little
321 - give more information at the end
322
323 * mcalib/MCalibrationChargePix.[h,cc]
324 - took out fNumLoGainSampels whihc is not needed any more because
325 conversion is only done in the getters
326 - Canceled function ApplyLoGainConversion (for same reason)
327
328 * msignal/MExtractSignal2.cc
329 - remove uncommented piece of code
330
331 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
332 - remove warning about pixel with low gain saturation,
333 now in MBadPixelsPix
334
335 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
336 - added new flag: kDeviatingNumPhes
337
338 * mcalib/MCalibrationChargePix.cc
339 - check for mean arr. time in last bin replaced by check in last
340 two bins
341
342 * mcalib/MCalibrationChargePix.[h,cc],
343 mcalib/MCalibrationChargeCam.cc,
344 mcalib/MHCalibrationChargeCam.cc:
345 - removed flag kHiGainFitted, kLoGainFitted, since they are
346 available from MBadPixelsPix
347
348 * macros/calibration.C, macros/calibrate_data.C
349 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
350 corrected them
351
352
353
354 2004/03/18: Raquel de los Reyes
355
356 * macros/DAQDataCheck.C
357 - macro to check the data from the DAQ system (.raw files).
358
359
360
361 2004/03/18: Thomas Bretz
362
363 * manalysis/AnalysisIncl.h:
364 - added TVector2
365
366 * manalysis/MSrcPosCam.[h,cc]:
367 - added Getter/Setter using TVector2
368
369 * mhbase/MH.cc:
370 - fixed GetMinimumGT for TH2 and TH3
371
372 * mpointing/MPointingPos.h:
373 - added Getter/Setter for Ra/Dec
374
375 * mpointing/MPointingPosCalc.cc:
376 - fill Ra/Dec into MPointingPos
377
378
379
380 2004/03/18: Markus Gaug
381
382 * mgeom/MGeomCam.[h,cc]
383 - replace fMaxRadius by a TArrayF of pixel area types
384 - new TArrayF fMinRadius of each pixel area type
385 - backward compatibility should be given,
386 call to GetMaxRadius() returns the value for the whole camera
387 (which corresponds to the previous value for the Magic camera)
388
389 * mimage/MConcentration.cc
390 - fixed on flog to fLog in order to compile
391
392
393
394 2004/03/17: Thomas Bretz
395
396 * mastro/MAstroCatalog.[h,cc]:
397 - some simplifications and changes
398
399 * mastro/MAstroCatalog.[h,cc]:
400 - some simplifications and changes
401
402 * mastro/MAstroSky2Local.[h,cc]:
403 - rotation matrix from sky to local coordinates
404 - added
405
406 * mastro/Makefile, mastro/AstroLinkDef.h:
407 - MAstroSky2Local added
408
409 * mraw/MRawEvtPixelIter.cc:
410 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
411 accelerated and fixed (the first slice was compared to itself
412 and the last slice was not taken into account)
413
414 * manalysis/MCerPhotAnal2.cc:
415 - fixed a bug in the new treatment of lo-gains
416
417 * mhvstime/MHPixVsTime.cc:
418 - fixed missing initialization of fTypeErr in constructor
419
420 * mimage/MHillas.[h,cc]:
421 - implemented member function which returns MeanX/Y as TVector2
422
423 * mimage/ImageIncl.h:
424 - added TVector2
425
426 * manalysis/MCerPhotEvt.[h,cc]:
427 - fixed a bug in AddPixels which - in some special circumstances -
428 cutted pixels with high pixel indices
429
430
431
432 2004/03/17: Antonio Stamerra
433
434 * macros/datatrigcheck.C
435 - added macro for time and trigger data-checking
436
437
438
439 2004/03/17: Abelardo Moralejo
440
441 * manalysis/MSourcePosfromStarPos.cc
442 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
443 compile.
444
445 * macros/starmc.C
446 - added parameter accepted_fraction to select fraction of events
447 to be processed (useful to make smaller outputs).
448
449
450
451 2004/03/17: Wolfgang Wittek
452
453 * manalysis/MSigmabar.[h,cc]
454 - correct calculation of sector, which was wrong
455
456
457
458 2004/03/16: Markus Gaug
459
460 * mhist/MHCamera.[h,cc]
461 - added function RadialProfile which returns a TProfile of the
462 value along the radius from the camera center
463
464
465
466 2004/03/16: Oscar Blanch Bigas
467
468 * mimage/MConcentration.[h,cc]
469 - new class for Concentration stuff.
470 - It computes and stores Concentration 1-8
471
472 * mimage/MNewImagePar.[h,cc]
473 - New Concentration stuff is moved to MConcentration.
474
475 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
476 - Modifications needed to support and compile new
477 MConcentration class.
478
479
480
481 2004/03/16: Thomas Bretz
482
483 * mjobs/MJ*.[h,cc]
484 - removed some obsolete comments
485 - removed projections from Directory (SetDirectory(0))
486
487
488
489 2004/03/16: Wolfgang Wittek
490
491 * manalysis/MSigmabar.[h,cc]
492 - calculate sigmabar as mean of individual pedestalRMS
493 instead of sqrt of mean pedestalRMS^2
494
495
496
497 2004/03/16: Oscar Blanch
498
499 * mimage/MNewImagePar.[h,cc]
500 - New variables members added: fInnerSize, fInnerLeakage[1,2],
501 fConc[3-8].
502 - It is only ready for Magic Camera geometry. It has to be done
503 MGeomCam base.
504 - The version ahs not been updated since it was done on the
505 2004/03/10 by Abelardo.
506
507
508
509 2004/03/15: Markus Gaug
510
511 * mcalib/MCalibrationChargePix.[h,cc],
512 mcalib/MCalibrationChargeCam.[h,cc],
513 mcalib/MCalibrationChargeCalc.cc:
514 - conversion from hi- to logain now not applied until the value is
515 exported outside the class. This is necessary for the error
516 propagation in the F-Factor method: In the calculation of the
517 number of Phe, the conversion factors cancel out and do not
518 enlarge the errors
519 - pixels with number of phe's outside the range defined by
520 fPheFFactorRelErrLimit are not any more declared as:
521 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
522 but instead as:
523 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
524 Like this, everybody is allowed to calibrate pixels which give
525 no reasonable results in the calibration without bothering that
526 too many pixels fall out. Enjoy!
527 - In that procedure, the classes passed _internally_ from calculation
528 of sigmas to calculation of variances which saves all the useless
529 square rooting.
530 - took out pointers to MCalibrationChargeBlindPix and
531 MCalibrationChargePINDiode in MCalibrationChargeCam.
532
533
534
535 2004/03/15: Abelardo Moralejo
536
537 * mmc/MMcEvt.hxx
538 - added getter function for fZFirstInteraction
539
540
541
542 2004/03/15: Wolfgang Wittek
543
544 * mastro/MObservatory.[h,cc]
545 - remove bugs in RotationAngle(theta, phi, sin, cos)
546 replaced
547 cos = sinl + cosl*cosp /denom;
548 by
549 cos = (sinl - cosl*cosp) /denom;
550
551
552
553 2004/03/15: Thomas Bretz
554
555 * mastro/MObservatory.[h,cc]:
556 - implemented RotationAngle(ra, dec, time)
557
558 * mbase/MTask.[h,cc]:
559 - implemented usage of a TStopwatch to retriev time consumtion
560 informations
561 - changed PrintStatistics not to print classes having no
562 Process() function
563
564 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
565 - changed PrintStatistics according to changes in MTask
566
567 * mraw/MRawEvtHeader.cc:
568 - added a comment to Fill member function
569
570 * manalysis/MCerPhotEvt.[h,cc]:
571 - added fLut.Set to FixSize and resize fLut by a factor of 2
572 instead of +1 which acelerates creation of all pixels a lot
573
574 * mbadpixels/MBadPixelsPix.cc:
575 - fixed a typo
576
577 * mfilter/MFSoftwareTrigger.cc:
578 - made statistics output meaning independant of usage of filter!
579
580 * mhbase/MFill.[h,cc]:
581 - added possibility to give tab a different name
582
583 * mhist/MHCamera.cc:
584 - fixed a bug when determin scale for same-option
585
586 * mjobs/MJCalibration.cc:
587 - changed tab names for MFillH
588
589 * mjobs/MJExtactSignal.cc:
590 - added MRawEvtHeader to output
591
592 * mbase/MStatusDisplay.[h,cc]:
593 - changed displayed year
594 - read and store MStatusArray to and from files
595
596 * mfileio/MReadTree.cc:
597 - enhanced output
598
599 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
600 - added preliminary mode to display F1/F2/F3-files
601
602 * mbase/MStatusArray.[h,cc]:
603 - added
604
605 * mbase/Makefile, mbase/BaseLinkDef.h:
606 - added MStatusArray
607
608 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
609 - improved drawing MHCamera with 'same' option
610
611
612
613 2004/03/13: Markus Gaug
614
615 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
616 mcalib/MCalibrationChargePix.[h,cc],
617 mcalib/MHCalibrationChargeCam.cc,
618 mcalib/MHCalibrationChargeLoGainPix.cc:
619 - fixed Low Gain calibration
620
621 * mcalib/MHGausEvents.cc:
622 - changed default fit prob. limit from 0.005 to 0.001
623
624 * mbadpixels/MBadPixelsPix.h :
625 - IsCalibrationResultOK does not ask for FitOK any more
626
627 * mcalib/MHCalibrationChargeCam.cc:
628 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
629
630 * mraw/MRawEvtPixelIter.[h,cc]:
631 - function GetIdxMaxLoGainSamples can be called optionally with
632 offset (because first "loGain" samples are often in reality
633 hiGain with high values.
634
635
636
637 2004/03/12: Sebastian Raducci
638
639 * manalysis/Makefile
640 - added mastro in the include directories
641
642
643
644 2004/03/12: Thomas Bretz
645
646 * merpp.cc:
647 - added 'force' option
648
649 * manalysis/MCerPhotAnal2.cc:
650 - extract pedestal and pedestal rms from lo-gain if hi-gain not
651 above a certain athreshold
652
653 * mastro/MAstroCatalog.[h,c]:
654 - added text argument to DrawStar
655
656 * mbase/MStatusDisplay.cc:
657 - some small changes to output of SaveAsPS
658
659 * mfilter/MFCosmics.cc:
660 - changed output of filter statistics
661
662 * mbadpixels/MBadPixelsTreat.[h,cc]:
663 - fixed some problems with the code - now it should work like
664 expected
665 - added a new member function to be able to change the number
666 of required neighbors
667
668
669
670 2004/03/12: Wolfgang Wittek
671
672 * manalysis/Makefile
673 - include 'mastro'
674
675 * manalysis/MSourcePosfromStarPos.[h,cc]
676 - include MObservatory.h
677 - call member function Rotationangle() of MObservatory
678
679
680
681 2004/03/12: Markus Gaug
682
683 * mjobs/MJCalibration.cc
684 - updated call in displays to the corr. Cams.
685
686 * macros/calibrate_data.C
687 - macro to study calibrate and study data used in Munich and IFAE
688
689
690
691 2004/03/12: Antonio Stamerra
692
693 * mraw/MRawEvtHeader.[h,cc]
694 - Added the method GetTriggerID() to decode the trigger pattern.
695
696
697
698 2004/03/11: Abelardo Moralejo
699
700 * mimage/MHillasCalc.cc
701 - Added some printout in PostProcess, to better express the reasons
702 for which the reconstruction of some events did not succeed.
703
704
705
706 2004/03/11: Thomas Bretz
707
708 * status.cc:
709 - updated
710
711 * manalysis/MCerPhotAnal2.cc:
712 - removed an obsolete debug output
713
714 * mhist/MHCamera.[h,cc]:
715 - added same-option to camera display
716
717 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
718 - implemented functionality of MBlindPixelsCalc2
719
720 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
721 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
722 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
723 - replaced several Set/GetUnsuitable* by a single member function
724
725
726
727 2004/03/11: Markus Gaug
728
729 * mbadpixels/MBadPixelsPix.h
730 - removed bits about validity of calibration methods
731 - IsCalibrationResultOK asks also from IsSuitableRun
732
733 * mbadpixels/MBadPixelsCam.cc
734 - updated GetPixelContent
735 - added Print function
736
737 * mcalib/MCalibrationChargeCam.[h,cc]
738 * mcalib/MCalibrationChargePix.h
739 * mcalib/MCalibrationChargeCalc.cc
740 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
741 - use two loops over pixels in order to determine mean flux of phe;s to
742 discard pixels far outside the normal distribution
743
744 * mcalib/MCalibrate.cc
745 - added case that no MBadPixelsCam is available.
746
747 * mcalib/MHCalibrationChargeCam.cc
748 - adapted to new MBadPixelsPix::SetUnsuitable function
749
750
751 2004/03/10: Abelardo Moralejo
752
753 * manalysis/MCerPhotPix.[h,cc]
754 - Added member fIsHGSaturated, and setter/getter functions.
755 Updated class version to 4.
756
757 * mcalib/MCalibrate.cc, MCalibrateData.cc
758 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
759 slices saturate.
760
761 * mimage/MNewImagePar.[h,cc]
762 - Added member fNumHGSaturatedPixels to count the number of pixels
763 in which high gain saturates. Added getter funciton for it.
764 Updated class version to 3.
765
766
767
768 2004/03/10: Markus Gaug
769
770 * mcalib/MCalibrationChargeCalc.cc,
771 mcalib/MCalibrationChargePix.[h,cc],
772 mcalib/MCalibrationChargeCam.[h,cc]:
773 - calculation of conversion factor with F-Factor method from
774 same mean number of photons, derived from weighted mean number
775 of photo-electrons from inner and outer pixels, respectively
776
777 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
778 - fixed the projections (did only display inner pixels up to now)
779
780 * macros/calibration.C
781 - small bug fixed in display of rel. arrival times
782 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
783
784 * mbadpixels/MBadPixelsCam.cc
785 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
786 to program when reading from an ascii-file.
787
788 * mbadpixels/MBadPixelsCalc.cc
789 - replaced one SetUnsuitableRun(....) by the new version without
790 argument.
791
792
793
794 2004/03/10: Thomas Bretz
795
796 * mfilter/MFSoftwareTrigger.[h,cc]:
797 - changed to support also a predifined number of NN
798
799 * mastro/MAstroCatalog.[h,cc]:
800 - many enhancements
801 - many speed improvements
802
803 * mbadpixels/MBadPixelsPix.[h,cc]:
804 - fixed
805
806
807
808 2004/03/10: Ester Aliu
809
810 * mtemp/MIslands.[h,cc]
811 - New MParContainer to hold information about islands
812 (number of islands, pixels in each Island, Signal/Noise of
813 each Island).
814
815 * mtemp/MIslandCalc.[h,cc]
816 - New MTask to count and characterize Islands.
817
818
819
820 2004/03/09: Thomas Bretz
821
822 * Makefile.rules:
823 - replaced *.o by $(...) for building archives
824
825 * mjobs/MJCalibration.cc:
826 - exchanged apply and merge task
827
828 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
829 - fixed some const-qualifiers
830
831 * mcalib/MHCalibrationChargeBlindPix.cc,
832 mcalib/MHCalibrationChargeCam.cc,
833 mcalib/MHCalibrationChargePINDiode.cc
834 - removed some obsolete output when calling FindCreateObj
835 - changed some 'not found' output messages to be 'Mars-compliant'
836 - replaced some gLog by *fLog
837
838
839
840 2004/03/08: Markus Gaug
841
842 * mbadpixels/MBadPixelsPix.h
843 - small modifications for better readability
844 - remove Getters for calibration methods
845 - added flag "UnReliableRun" in fInfo[0]
846
847 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
848 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
849 calibration does not succeed.
850
851 * mcalib/MCalibrationChargeCam.cc
852 - displaying saturation also for not-valid pixels in GetPixelContent
853
854 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
855 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
856 mcalib/MCalibrationChargeCalc.[h,cc]:
857 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
858 This because MExtractSignal2 set the whole window which was much
859 bigger than the actually used one. This bug is now removed.
860
861
862
863 2004/03/08: Thomas Bretz
864
865 * merpp.cc:
866 - fixed a bug in the screen output
867
868 * mgeom/MGeomMirror.cc:
869 - added comment
870
871 * mmc/MMcConfigRunHeader.h:
872 - added member function GetMirrors
873
874
875
876 2004/03/08: Abelardo Moralejo
877
878 * macros/starmc.C, starmcstereo.C, mccalibrate.C
879 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
880 added for each telescope to the parameter list.
881
882 * mmain/MEventDisplay.cc, Makefile
883 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
884 Necessary due to changes in MCalibrate.
885
886
887
888 2004/03/06: Markus Gaug
889
890 * macros/calibration.C
891 - adapted call to MHCamera::ProjectionS to the new version
892
893 * mcalib/Makefile
894 - include directory mbadpixels
895
896 * manalysis/Makefile
897 - include directory mbadpixels
898
899 * mcalib/MCalibrationChargeCalc.[h,cc]
900 - include MBadPixelsCam
901 - remove exclusion of pixels from ascii-file
902 (now accessible from MBadPixelsCam)
903
904 * mcalib/MCalibrationChargePix.[h,cc]
905 - include MBadPixelsCam
906
907 * mcalib/MCalibrationChargeCam.[h,cc]
908 - include MBadPixelsCam
909
910 * mcalib/MHCalibrationChargeCam.[h,cc]
911 - include MBadPixelsCam
912 - include one additional MBadPixelsPix for the average inner and
913 outer pixel, respectively
914
915 * mcalib/MHCalibrationChargePix.[h,cc]
916 - make fSaturated and fPickup a Float_t (for average pixel)
917
918 * mbadpixels/MBadPixelsPix.h
919 - include the CalibrationType_t infos
920 - exchange "SetUnsuitable" by "SetUnsuitableRun"
921
922 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
923 - exchange "SetUnsuitable" by "SetUnsuitableRun"
924
925 * mbadpixels/MBadPixelsCalc.cc:
926 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
927
928 * manalysis/MGeomApply.cc
929 - remove obsolete MArrivalTime
930 - add MBadPixelsCam
931
932 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
933 - implemented calls to MBadPixelsCam
934
935 * macros/calibration.C, macros/bootcampstandardanalysis.C,
936 macros/pedphotcalc.C
937 - implemented calls to MBadPixelsCam
938
939 * mjobs/MJCalibration.cc
940 - call to MBadPixelsCam
941
942
943
944 2004/03/05: Nadia Tonello
945
946 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
947 manalysis/Makefile
948 - Temporary class added (will be included in mbadpixels/ soon)
949 - All the functions of MBlindPixelCalc are kept(with small improvements)
950 - New function added: SetCheckPedestalRms
951
952 * manalysis/MCerPhotPix.h
953 - Status Unmapped added (not include the pixel in the cleaned image)
954
955 * mimage/MImgCleanStd.cc
956 - Checks for Unmapped status added
957
958 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
959 - include <stdlib.h> to solve compilation error
960
961
962
963 2004/03/05: Sebastian Raducci
964
965 * msignal/MArrivalTimeCalc.cc
966 - fixed a little bug (exchanged a - with a + in the Calc() method)
967
968
969
970 2004/03/05: Markus Gaug
971
972 * mcalib/MCalibraitonChargeCalc.cc
973 - remove some runheader line:
974 if (runheader->IsMonteCarloRun())
975 return kTRUE;
976 which gave always true since this week, don't know why.
977 - added some information in class description
978
979
980
981 2004/03/04: Sebastian Raducci
982
983 * msignal/MArrivalTimeCalc.cc
984 - fixed a memory leak (the spline was not deleted...)
985
986
987
988 2004/03/04: Thomas Bretz
989
990 * mgeom/MGeomCam.[h,cc]:
991 - added new data member fNumAreas
992 - added new function CalcNumAreas
993 - increased class version to 3
994
995 * mgeom/MGeomCamMagic.cc:
996 - added setting of area index
997
998 * mgeom/MGeomPix.[h,cc]:
999 - added fAidx data member
1000 - added getter function fAidx
1001 - increased class version to 3
1002
1003 * macros/sectorvstime.C:
1004 - added example of how to plot the evolution of a sector vs time
1005
1006 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
1007 - moved to mhvstime
1008
1009 * mhvstime/MHSectorVsTime.[h,cc]:
1010 - added
1011
1012 * Makefile:
1013 - added mhvstime
1014
1015 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
1016 mhvstime/HVsTimeIncl.h:
1017 - added
1018
1019 * mhist/Makefile, mhist/HistLinkDef.h,
1020 - removed MHVsTime
1021 - removed MHPixVsTime
1022
1023 * macros/rootlogon.C, macros/dohtml.C:
1024 - added new directory mhvstime
1025
1026 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1027 - changes such, that it doesn't crash if signal has no lo-gain
1028 (This might still give wrong results!)
1029
1030 * macros/dohtml.C:
1031 - added pixvstime.C
1032 - added sectorvstime.C
1033
1034 * manalysis/MMcCalibrationUpdate.cc:
1035 - some changes on file consistency check done by Abelardo,
1036 he may comment on it
1037
1038 * mhist/MHCamera.[h,cc]:
1039 - changed to support also dividing the camera in pixels area indices
1040
1041 * mhist/MHEvent.cc:
1042 - minor change
1043
1044 * mjobs/MJPedestal.cc:
1045 - adapted to changes in MHCamera
1046
1047 * mastro/MAstroCatalog.[h,cc]:
1048 - added preliminary catalog
1049
1050 * mastro/Makefile, mastro/AstroLinkDef.h:
1051 - added MAstroCatalog
1052
1053
1054
1055 2004/03/03: Thomas Bretz
1056
1057 * mgeom/MGeomCam.cc:
1058 - give a name and title also if the default constructor is used
1059
1060 * mgeom/MGeomMirror.[h,cc]:
1061 - added member function GetReflection
1062 - added persistent data member fReflector
1063
1064 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
1065 - fixed a typo in the output
1066
1067 * mraw/MRawFileWrite.cc:
1068 - added the missing '.' to MRawRunHeader. Because of the design of
1069 MReadTree this is backward compatible
1070
1071 * mraw/MRawRunHeader.h:
1072 - removed last change from Abelardo. '>255' is the correct
1073 check for MC files following the definition that all MC files
1074 have run types >255 which was made in the past.
1075
1076 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
1077 - created ReInit member function to hold all code (moved from
1078 PreProcess) accessing the run header. The run header is not
1079 available in PreProcess. That it was working before was only
1080 by chance, because the run type is initialized with 65535 which
1081 is != 255 but not >255.
1082
1083
1084
1085 2004/03/03: Sebastian Raducci
1086
1087 * msignal/MArrivalTimeCalc.cc
1088 - The calculation of the arrival times is made only when needed
1089 (when the HalfMax is over the pedestal)
1090
1091 * mtools/MCubicSpline.cc
1092 - Commented out an annoying warn
1093
1094
1095
1096 2004/03/03: Abelardo Moralejo
1097
1098 * mraw/MRawRunHeader.h
1099 - Replaced
1100 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
1101 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
1102 since the latter is the exact translation of what the function
1103 intends to do. I do not know why, but the display of real data
1104 did not work with the upper line!
1105
1106 * mgeom/MGeomCam.cc
1107 - Undid yesterday change! I do not know why, display completely
1108 fails after that change, both for old and new camera files.
1109 Put back fPixels[i] = new MGeomPix; in constructor.
1110
1111
1112
1113 2004/03/02: Abelardo Moralejo
1114
1115 * mmc/MMcCorsikaRunHeader.[h,cc]
1116 - Added operator [] to get references to the objects in
1117 TObjArray fTelescopes.
1118 - Added Print() function.
1119 - Added GetNumCT() function.
1120 - Replaced
1121 fTelescopes[i]= new MGeomCorsikaCT;
1122 by
1123 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
1124 fTelescopes.Add(dummy);
1125
1126 * mgeom/MGeomCorsikaCT.[h,cc]
1127 - Added getter functions for telescope coordinates.
1128 - Added Print() function.
1129
1130 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
1131 - Replaced
1132 fPixels[i] = new MGeomPix;
1133 by
1134 MGeomPix* dummy = new MGeomPix();
1135 fPixels.Add(dummy);
1136
1137
1138
1139 2004/03/02: Thomas Bretz
1140
1141 * mcalib/MCalibrateData.cc:
1142 - removed usage of MGeomCam (you have MGeomApply for this!)
1143
1144
1145
1146 2004/03/01: Nadia Tonello
1147
1148 * manalysis/MCerPhotEvt.cc
1149 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
1150 only if fUsedonly=kTRUE, otherwise it returns all the pixels
1151 in the array
1152
1153
1154
1155 2004/03/01: Sebastian Raducci
1156
1157 * msignal/MArrivalTimeCalc.[cc,h]
1158 - now the arrival time is at the half max of the spline:
1159 half max = (maximum - pedestal)/2
1160
1161 * mmain/MEventDisplay.cc
1162 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
1163
1164
1165
1166 2004/03/01: Wolfgang Wittek
1167
1168 * mhist/MHStarMap.[h,cc]
1169 - remove bugs
1170 - change GetRotationAngle() such that it can be called from outside
1171
1172
1173
1174 2004/03/01: Thomas Bretz
1175
1176 * Makefile:
1177 - enhanced all calls to subsequent makes by '-f Makefile' to
1178 make sure the correct Makefile is called
1179
1180 * merpp.cc:
1181 - enhanced interpretation of time
1182 - fixed a bug in determin the file-type
1183
1184 * mbase/MTime.[h,cc]:
1185 - added GetGmst() member function
1186
1187 * mastro/MAstro.[h,cc]:
1188 - added Coordinate2Angle
1189 - added AngularDistance
1190 - implemented UT2GMST
1191 - replaced defined by TMath::Pi()
1192
1193 * mastro/MObservatory.[h,cc]:
1194 - added data members for sin-/cos-component of latitude
1195 - added calculation of rotation angle
1196
1197 * mhist/MHStarMap.[h,cc]:
1198 - changes to use MObservatory member function
1199
1200 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
1201 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1202 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
1203 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
1204 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
1205 - changed to use IsMonteCarloRun() now
1206
1207 * manalysis/MMcCalibrationUpdate.cc:
1208 - unified output to log-stream
1209 - replaced sqrt by TMath::Sqrt
1210
1211 * mcalib/MCalibrationChargeCalc.cc:
1212 - unified output to log-stream
1213 - removed .Data() from TString where obsolete
1214 - fixed memory leak using gSystem->ExpandPathName
1215
1216 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
1217 - adde class name to used kRT*/kTT* enums
1218
1219 * mraw/MRawEvtHeader.h:
1220 - made enum data member of class
1221
1222 * mraw/MRawRunHeader.[h,cc]:
1223 - made kMagicNumber and kMaxFormatVersion a static data
1224 member of the class
1225 - added IsMonteCarloRun member function
1226
1227
1228
1229 2004/02/27: Markus Gaug
1230
1231 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1232 - put in call to MHCamera::Projection the name of the calling
1233 class, otherwise the projected hsitogram will be overwritten by
1234 an empyt one.
1235
1236 * mcalib/MHCalibrationChargePix.[h,cc],
1237 mcalib/MHCalibrationHiGainChargePix.[h,cc],
1238 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
1239 - histogram name setting and title setting moved to constructor,
1240 Functions Init and ChangeHistId derive directly from
1241 MHcalibrationChargePix
1242
1243 * mcalib/MHCalibrationChargeCam.[h,cc],
1244 mcalib/MCalibrationChargeCam.[h,cc],
1245 mcalib/MCalibrationChargeCalc.[h,cc]:
1246 - introduced "average inner" and "average outer" higain and logain
1247 pixels.
1248
1249
1250
1251 2004/02/27: Raducci Sebastian
1252
1253 * mhist/Makefile
1254 - added mastro in the include list
1255
1256
1257
1258 2004/02/27: Abelardo Moralejo
1259
1260 * mmain/MEventDisplay.cc
1261 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
1262 - Updated display of MC data: removed MCerPhotCalc, and replaced
1263 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
1264 MPedPhotCam is filled and all the camera display tabs are shown
1265 correctly (most were not working for MC events since a while
1266 ago).
1267
1268 * mmain/Makefile
1269 - Added mcalib to list of include directories.
1270
1271 * manalysis/MMcCalibrationUpdate.[h,cc]
1272 - Added member variable Bool_t fOuterPixelsScaling, which is
1273 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
1274 such that MCerPhotEvt will later be filled with the signal as it
1275 is, not corrected for the (possibly) different gain of the outer
1276 pixels electronic chain. This option was necessary to allow for
1277 the change in the camera display (see above).
1278
1279 * macros/starmc.C
1280 - added (optional) division of output into two, for use as train
1281 and test samples in g/h separation studies.
1282
1283
1284
1285 2004/02/26: Hendrik Bartko
1286
1287 * macros/dohtml.C
1288 - included the path msignals/
1289
1290
1291
1292 2004/02/26: Abelardo Moralejo
1293
1294 * macros/starmcstereo.C
1295 - changed filters to divide data between train and test sample for
1296 gamma hadron separation studies. Now we use the modulus operator
1297 applied to (Corsika) event number:
1298 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
1299 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
1300 - cleaned up a bit the way the CT coordinates are fed to the task
1301 MStereoCalc.
1302 - Changed default FADC integration range (center range to adapt to
1303 new camera).
1304
1305
1306
1307 2004/02/26: Thomas Bretz
1308
1309 * mhist/MHCamera.cc:
1310 - fixed a function description
1311
1312 * mreport/MReport.cc, mreport/MReportFileRead.cc:
1313 - introduced return case -1
1314
1315 * Makefile.rules:
1316 - remove all dependancy files when calling 'rmdep'
1317
1318 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
1319 - moved ParticleId_t to MMcEvt
1320 - implemented MMcEvt::GetParticleName
1321 - implemented MMcEvt::GetEnergyStr
1322
1323 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
1324 mhist/MHEvent.cc, mhist/MHHadronness.cc,
1325 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
1326 - fixed usage of ParticleId_t
1327
1328 * msignal/Makefile:
1329 - removed obsolete includes
1330
1331 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
1332 mastro/MObservatory.[h,cc]:
1333 - added
1334
1335 * mbase/MAstro.[h,cc]:
1336 - removed
1337
1338 * mbase/Makefile, mbase/BaseLinkDef.h:
1339 - removed MAstro
1340
1341 * Makefile:
1342 - added mastro
1343 - added msql
1344 - added mfbase
1345
1346 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
1347 - removed
1348
1349 * merpp.cc:
1350 - added Sql support
1351
1352 * mraw/MRawFileRead.h:
1353 - added GetFileName
1354
1355 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
1356 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
1357 - added
1358
1359 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
1360 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
1361 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
1362 - moved to mfbase
1363
1364 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
1365 - added
1366
1367 * merpp.cc:
1368 - implemented control of gDebug (root debugging)
1369
1370 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
1371 mfileio/MWriteRootFile.[h,cc]:
1372 - implemented CheckAndWrite return value
1373
1374 * mfileio/MWriteRootFile.cc:
1375 - fixed updating already existing branches (eg concatenating report
1376 files)
1377
1378 * macros/dohtml.C, macros/rootlogon.C:
1379 - added mastro
1380 - added mfbase
1381 - added msql
1382
1383 * mraw/MRawEvtHeader.h:
1384 - implemented GetNumTrigLvl1
1385 - implemented GetNumTrigLvl2
1386
1387
1388
1389 2004/02/25: Markus Gaug
1390
1391 * mcalib/MExtractBlindPixel.[h,cc],
1392 mcalib/MExtractPINDiode.[h,cc],
1393 mcalib/MExtractedSignalBlindPixel.[h,cc],
1394 mcalib/MExtractedSignalPINDiode.[h,cc],
1395 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
1396 msignal/SignalLinkDef.h:
1397 - moved blindpixel and PINdiode extractors to msignal
1398
1399
1400 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
1401 - two new classes to hold the quantum efficieny information of the
1402 calibration
1403
1404 * msignal/MArrivalTimeCalc.[h,cc]
1405 - fill now MArrivalTimePix instead of MArrivalTime
1406
1407 * mcalib/MHCalibrationChargeCam.cc
1408 - display only valid pixels for the corr. values in GetPixelContent
1409
1410 * mcalib/MHCalibrationRelTimeCam.cc
1411 - is now filled from MArrivalTimeCam instead of MArrivalTime
1412
1413 * macros/calibration.C
1414 - divided into two macros: calibration.C using the MJPedestal
1415 standard procedure and pedestalstudies.C using the old
1416 procedures
1417
1418 * macros/pedestalstudies.C
1419 - new macro containing the first previous part of calibration.C
1420
1421 * mcalib/MCalibrationChargeBlindPix.h,
1422 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
1423 mjobs/MJCalibration.cc:
1424 - definition of PulserColot_t in MAGIC.h.
1425
1426
1427
1428 2004/02/25: Hendrik Bartko
1429
1430 * macros/rootlogon.C
1431 - set the include path also to msignals/
1432
1433 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
1434 manalysis/MExtractedSignalCam.[h,cc],
1435 manalysis/MExtractedSignalPix.[h,cc],
1436 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
1437 manalysis/MArrivalTimeCalc2.[h,cc]:
1438 - removed
1439
1440 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1441 - removed classes mentioned above
1442
1443 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
1444 msignal/MExtractedSignalCam.[h,cc],
1445 msignal/MExtractedSignalPix.[h,cc],
1446 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
1447 msignal/MArrivalTimeCalc2.[h,cc]:
1448 - added
1449
1450 * msignal/Makefile, msignal/AnalysisLinkDef.h:
1451 - added classes mentioned above
1452
1453 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
1454 - added include msignal
1455
1456
1457
1458
1459 2004/02/25: Wolfgang Wittek
1460
1461 * mcalib/MCalibrateData.[h,cc]
1462 - initialize size for MPedPhotCam
1463
1464
1465
1466 2004/02/24: Wolfgang Wittek
1467
1468 * manalysis/MSourcPosfromStarPos.[h,cc]
1469 - change member function SetSourceAndStarPosition() to expect sky
1470 coordinates in the standard units
1471 - generalize to more than 1 star
1472 - the class is not yet fully tested
1473
1474 * mfilter/MFSelBasic.[h,cc]
1475 - change default values of cuts
1476
1477
1478
1479 2004/02/24: Markus Gaug
1480
1481 * mjobs/MJCalibration.cc, macros/calibration.C,
1482 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
1483 - added MCalibrationChargeBlindPix to plist
1484 - added new filling of histograms with MFillH
1485 - changed SetPulserColor to MCalibrationChargeBlindPix and
1486 MCalibrationChargePINDiode
1487
1488 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
1489 - receives a pointer to MCalibrationChargePINDiode which is filled
1490 with the results and told to calculate the fluxes in the
1491 Finalize function
1492 - is filled via MFillH from MExtractBlindPixel
1493 - SetPulserColor directly in this class
1494
1495 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1496 - new storage container of the blind pxiel resutls, replaces
1497 MCalibrationBlindPix
1498
1499 * mcalib/MCalibrationChargeCalc.[h,cc]:
1500 - does not fill the histograms any more, but does ony the
1501 calculations in the postprocess. No pointer to MExtractPINDidoe
1502 or MExtractBlindPixel any more.
1503
1504 * mcalib/MCalibrationChargePix.cc
1505 - discovered an error in the calculation of phe's in
1506 CalcFFactorMethod(). The average QE was applied twice.
1507 This error had been introduced on 13/02/04
1508 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
1509 - CalcFFactor asks for IsChargeValid before calculating anything
1510
1511 * mcalib/MCalibrationChargePINDiode.[h,cc]
1512 - added function SetFluxOutsidePlexiglassAvailable
1513 - SetPulserColor directly in this class
1514
1515 * mcalib/MCalibrationChargeCam.cc
1516 - removed function SetPulserColor from here
1517
1518 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
1519 mcalib/MHCalibrationPINDiode.[h,cc],
1520 mcalib/MCalibrationBlindPix.[h,cc],
1521 mcalib/MHCalibrationBlindPixel.[h,cc]:
1522 - removed since obsolote
1523
1524 * mcalib/MHCalibrationChargePix.cc
1525 - make fPickup an Int_t
1526
1527 * mcalib/MCalibrate.cc
1528 - test validity of every calibration method before retrieving
1529 conversion factors
1530
1531 * mcalib/MHGausEvents.[h,cc]
1532 - add possibility to set fit ranges in call to FitGaus
1533 - make function CreateXaxis protected
1534
1535
1536
1537 2004/02/23: Markus Gaug
1538
1539 * mraw/MRawEvtPixelIter.h
1540 - include GetNumHiGainSamples and GetNumLoGainSamples
1541
1542 * mcalib/MExtractedSignalBlindPixel.h,
1543 mcalib/MExtractBlindPixel.[h,cc]:
1544 - included storage of pedestal
1545
1546 * mcalib/MHGausEvents.[h,cc]
1547 - make the fit functions protected
1548
1549
1550
1551 2004/02/22: Markus Gaug
1552
1553 * mfilter/MFCosmics.[h,cc]
1554 - fMaxNumEmpty changed from absolute number to relative number of
1555 pixels
1556
1557 * mcalib/MHGausEvents.h
1558 - remove the "->" from the pointers which are initialized only
1559 in certain cases. The streamer did not work in case that
1560 MFGausFit was left at the NULL pointer.
1561
1562
1563
1564 2004/02/21: Markus Gaug
1565
1566 * manalysis/MExtractedSignalPix.[h,cc]
1567 - changed variable fIsLoGainUsed to fLoGainUsed
1568 - added function GetNumHiGainSaturated()
1569
1570
1571 2004/02/20: Markus Gaug
1572
1573 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
1574 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1575 mcalib/CalibLinkDef.h
1576 - new class to replace MHCalibrationPixel,
1577 based on MHCalibrationChargePix
1578
1579 * mcalib/MCalibrationChargeCalc.[h,cc]
1580 mcalib/MCalibrationChargeCam.[h,cc]
1581 mcalib/MCalibrationChargePix.[h,cc]
1582 mcalib/MCalibrationChargePINDiode.[h,cc]
1583 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
1584 mcalib/MCalibrationPINDiode.[h,cc]:
1585 - added the "charge" versions, remove the old ones. The histograms
1586 should be filled in the MH... versions independently of
1587 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
1588 now and will later be so for the pixels and the blind pixel.
1589
1590 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1591 - receives a pointer to MCalibrationChargePINDiode which is filled
1592 with the results and told to calculate the fluxes in the
1593 Finalize function
1594
1595 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
1596 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
1597 manalysis/MMcCalibrationUpdate.[h,cc],
1598 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
1599 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
1600 macros/bootcampstandardanalysis.C,
1601 macros/pedphotcalc.C:
1602 - replace MCalibrationCam by MCalibrationChargeCam
1603 - replace MCalibrationCalc by MCalibrationChargeCalc
1604
1605
1606
1607 2004/02/19: Markus Gaug
1608
1609 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
1610 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
1611 manalysis/MMcCalibrationUpdate.cc:
1612 - standardized naming of variables containing "Error", this also affected
1613 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
1614
1615 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
1616 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
1617 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
1618 - took out some configuration numbers and put them directly into
1619 the class
1620 - remove completely MCalibrationConfig.h
1621
1622
1623
1624 2004/02/19: Abelardo Moralejo
1625
1626 * mhist/MHEvent.[h,cc]:
1627 - Changed names of Event "types" to make them more descriptive.
1628 Former kEvtSignal is now called kEvtSignalDensity, and indicates
1629 pixel content scaled by area. Added kEvtSignalRaw, which
1630 corresponds to pixel content (with no scaling) in whatever units
1631 (this depends on how the MHEvent object is filled!). The default
1632 constructor initializes type=kEvtSignalRaw.
1633
1634 * mmain/MEventDisplay.cc
1635 - Changed filling of evt1 and evt2. Now they are filled with raw
1636 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
1637 still filled uncalibrated (hence in ADC counts), this means that
1638 what will be now shown in Mars' camera display is now the signal
1639 in each pixel without scaling with pixel area. Given that the
1640 default flat fielding is such that equal light density
1641 corresponds to equal absolute signal (in ADC counts), this is
1642 more reasonable, and allows to check for instance how the
1643 relative pixel gains are adjusted by looking at calibration
1644 events. To be FIXED: there is however an "inconsistency" in
1645 MEventDisplay, and it is that MCerPhotEvt is still used to keep
1646 uncalibrated signals. To be replaced by MExtractedSignalCam?
1647
1648
1649
1650 2004/02/19: Thomas Bretz
1651
1652 * manalysis/MCerPhotEvt.h:
1653 - added operator= to MCerPhotEvtIter -- is this correct?
1654
1655 * mhist/MHCamera.[h,cc]:
1656 - added member function to calculate minimum content and
1657 maximum content for a single sector
1658 - Added possibility to get a projection for a single sector.
1659 - GetMinimum/GetMaximum now only takes used pixels into account
1660 (you can request all pixels using a different member function)
1661 - fixed projection (projection only took pixels with contents!=0
1662 instead of 'used' pixels
1663 - Don't call Sumw2() anymore for projection
1664
1665 * mjobs/MJPedestal.cc:
1666 - added MPedestalCam to output again - MPedestalCam was fixed
1667 yesterday
1668 - Added Histograms for the two camera halves
1669
1670
1671
1672 2004/02/18: Markus Gaug
1673
1674 * macros/calibration.C
1675 - fixed a buggy display of the F-Factor method
1676
1677 * mcalib/MCalibrationCalc.cc
1678 - calculate the F-Factor method already in the post-Process
1679
1680 * mcalib/MCalibrationPix.h
1681 - move CalcFFactorMethod to public
1682
1683
1684
1685 2004/02/18: Abelardo Moralejo
1686
1687 * mtools/MCubicSpline.cc
1688 - in Init, corrected initialization of arrays temp and ysd, which
1689 was done with n-1 elements instead of n.
1690
1691 * mgui/MHexagon.cc
1692 - added comment explaining the algorithm.
1693 - changed explicit values of Sin and Cos 60 degrees by const
1694 variables (more readable).
1695
1696
1697
1698 2004/02/18: Hendrik Bartko
1699
1700 * msignal/:
1701 - removed the backup files *~
1702 - removed the object files *.o
1703 - removed the files SignalCint.*
1704
1705 * mgui/MHexagon.cc
1706 - added comment explaining the algorithm.
1707
1708
1709
1710 2004/02/18: Thomas Bretz
1711
1712 * manalysis/MPedestalCam.[h,cc]:
1713 - Changed order of derivements - seems to be VERY important!
1714 - changed GetSize from UInt_t to Int_t which is the type
1715 of TClonesArray::GetSize() !
1716
1717 * mfileio/MReadReports.cc:
1718 - skip trees with no entries
1719
1720 * mgui/MCamEvent.cc:
1721 - added a comment
1722
1723 * mhbase/MFillH.cc:
1724 - in case SetupFill returns kFALSE and kCanSkip is set
1725 Skip task
1726
1727 * mraw/MRawFileRead.cc:
1728 - don't print warning in case of none executions
1729
1730 * manalysis/MArrivalTimeCalc2.cc:
1731 - added some const-qualifiers
1732
1733
1734
1735 2004/02/17: Raquel de los Reyes
1736
1737 * macros/CCDataCheck.C
1738 - Added some improvements in the plots.
1739
1740
1741
1742 2004/02/17: Abelardo Moralejo
1743
1744 * macros/readrfl.C
1745 - Added missing gPad->cd(1), otherwise the display of events was
1746 not updated.
1747
1748 * mgui/MHexagon.cc
1749 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
1750 whether px,py is inside the pixel or not. Previous algorithm
1751 was just an approximation.
1752
1753
1754
1755 2004/02/17: Raquel de los Reyes
1756
1757 * mcamera/MCameraHV.h
1758 - Now it derives from a MCamEvent class and implemented the
1759 GetPixContent() and DrawPixelContent() functions. Added the
1760 GetMean function to get the mean HV settings of the camera.
1761
1762 * macros/CCDataCheck.C
1763 - Added the HV settings plots.
1764
1765
1766
1767 2004/02/17: Hendrik Bartko
1768
1769 * msignal:
1770 - new: directory for all signal and time extraction classes
1771
1772 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
1773 msignal/AnalysisLinkDef.h, MGeomApply.cc:
1774 - new: Storage Container for the ArrivalTime in the camera
1775
1776 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
1777 msignal/AnalysisLinkDef.h:
1778 - new: Storage Container for ArrivalTime information of one pixel
1779
1780 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
1781 SignalLinkDef.h
1782 - auxiliary files for msignal directory
1783
1784 * manalysis/MArrivalTimeCalc2.[h,cc]:
1785 - added functionality to compute error of the extracted ArrivalTime
1786 - calculated ArrivalTime is stored in MArrivalTimeCam
1787
1788 * manalysis/MGeomApply.cc
1789 - geometry is applied to MArrivalTimeCam
1790
1791 * Makefile:
1792 - directory msignal is included
1793
1794
1795
1796 2004/02/17: Sebastian Raducci
1797
1798 * mtools/MCubicSpline.[h,cc]
1799 - little corrections in minimums evalustion methods
1800 - changed constructors (they require the fadc slices to be const)
1801
1802 * macros/spline.C
1803 - changed according to the MCubicSpline new constructors
1804
1805 * manalysis/MArrivalTimeCalc.[h,cc]
1806 - changed to use the MCubicSpline class intead of the TSpline class
1807 - warning: now the arrival time is again the maximum of the spline,
1808 soon it will be changed to half maximum
1809
1810
1811
1812 2004/02/17: Wolfgang Wittek
1813
1814 * manalysis/MSourcPosfromStarPos.[h,cc]
1815 - new class; calculates the position of the source in the camera from
1816 the position of a star in the camera and puts it into
1817 MSrcPosCam
1818
1819
1820
1821 2004/02/16: Abelardo Moralejo
1822
1823 * mcalib/MMcCalibrationCalc.cc
1824 - Fixed two typos in screen output.
1825
1826
1827
1828 2004/02/16: Markus Gaug
1829
1830 * mcalib/MCalibrationPix.cc
1831 - documentation from David's email added
1832 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
1833
1834 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1835 - added MExtractBlindPixel and MExtractedSignalBlindPixel
1836
1837 * mcalib/MExtractBlindPixel.[h,cc]
1838 - new signal extractor for the Blind Pixel
1839
1840 * mcalib/MExtractedSignalBlindPixel.[h,cc]
1841 - new container for the extracted signal of the BlindPixel
1842
1843 * mcalib/MCalibrationCalc.[h,cc]
1844 - does not extract signal from Blind Pixel any more, searches
1845 for MExtractedSignalBlindPixel and fills the hists from there
1846
1847 * macros/calibration.C, macros/bootcampstandardanalysis.C,
1848 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
1849 - introduce the blind pixel and PIN diode extraction in the macro
1850
1851 * manalysis/MPedestalCam.h
1852 - changed type of fTotalEntries from ULong_t to UInt_t
1853 - fixed documentation of fTotalEntries
1854
1855 * manalysis/MPedCalcPedRun.h
1856 - changed type of fNumSamplesTot from ULong_t to UInt_t
1857
1858 * mcalib/MHGausEvents.h
1859 - changed type of fCurrentSize from ULong_t to UInt_t
1860
1861 * mcalib/MCalibrationConfig.h
1862 - removed gkConversionHiLo and gkConversionHiLoErr which is now
1863 directly in the class MCalibrationPix
1864
1865
1866
1867 2004/02/16: Thomas Bretz
1868
1869 * manalysis/AnalysisLinkDef.h:
1870 - added missing MCerPhotEvtIter
1871
1872 * merpp.cc:
1873 - added possible usage of database
1874
1875 * star.cc:
1876 - moved source code into new class MJStar - preliminary
1877
1878 * manalysis/MCerPhotPix.cc:
1879 - updated class header
1880 - fixed Print-output
1881
1882 * mbase/MAGIC.h:
1883 - removed definition of MLog
1884
1885 * mbase/MArgs.h:
1886 - removed include of MAGIC.h
1887
1888 * mbase/MLog.h:
1889 - added extern definition of gLog
1890
1891 * mbase/MParContainer.[h,cc]:
1892 - move body of constructors to source file
1893
1894 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
1895 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
1896 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
1897 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
1898 - fixed documentation header
1899
1900 * mcalib/MMcCalibrationCalc.[h,cc]:
1901 - fixed documentation header
1902 - fixed usage of FindCreateObj and FindObject
1903 - removed data member to count entries (use histogram instead)
1904 - use TH1 function Integral instead of doing it manually
1905
1906 * mfilter/MFCosmics.cc:
1907 - fixed documentation
1908
1909 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
1910 mimage/MNewImagePar.[h,cc]:
1911 - replaced for-loops by Iterators
1912
1913 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
1914 - fixed documentation header
1915 - check return value of MRawRunHeader::ReadEvt
1916
1917 * mraw/mraw/MRawRunHeader.[h,cc]:
1918 - fixed documentation header
1919 - added return value to MRawRunHeader::ReadEvt
1920 - added constant number for max format version - preliminary
1921 (should by a static data member)
1922
1923 * mcalib/MHCalibrationPINDiode.cc:
1924 - do not delete pointers in the destructor which are already
1925 deleted in the base class
1926 - reset histograms in Clear()
1927
1928 * mcalib/MHCalibrationPixel.cc:
1929 - after deletion of instances in Clear() initialize pointer to NULL
1930
1931 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
1932 - fixed usage of logging stream output levels
1933
1934 * manalysis/MPedCalcPedRun.[h,cc]:
1935 - removed obsolete fSignals
1936
1937 - removed obsolete fNumPixels
1938
1939 * manalysis/MPedestalCam.h:
1940 - added '->' to fArray
1941
1942 * mfileio/MWriteRootFile.cc:
1943 - changed some output to make debugging easier
1944
1945 * mjobs/MJCalibration.cc:
1946 - fixed a bug in drawing
1947
1948 * mjobs/MJExtractSignal.cc:
1949 - removed MPedestalCam from MWriteRootFile output.
1950 When creating the branch it crashes - reason unknown I'll
1951 investigate further
1952
1953
1954
1955 2004/02/16: Markus Gaug
1956
1957 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
1958 - added MHCalibrationRelTimePix
1959
1960 * mcalib/MHCalibrationRelTimePix.[h,cc],
1961 mcalib/MHCalibrationRelTimeCam.[h,cc]:
1962 - new classes to fit and display the relative arrival times.
1963 - filled from MArrivalTime
1964 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
1965
1966 * manalysis/MCalibrationCalc.cc
1967 - take out all uncommented code referring to the relative arrival time
1968
1969 * manalysis/MArrivalTime.h
1970 - changed function GetNumPixels to GetSize
1971
1972 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
1973 - included cosmics rejection which was in MCalibrationCalc before
1974
1975
1976
1977 2004/02/14: Markus Gaug
1978
1979 * mcalib/Makefile, mcalib/CalibLinkDef.h:
1980 - added MHCalibrationChargePINDiode
1981
1982 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1983 - new class to fill the PIN Diode histograms. Derives from
1984 MHCalibrationChargePix and is filled with MFillH from the
1985 container MExtractedSignalPINDiode.
1986 Will replace MHCalibrationPINDiode entirely soon.
1987
1988 * mcalib/MHCalibrationChargePix.[h,cc]
1989 - new base class for the calibration charges histogram pixel.
1990 Derives from MH and can be filled with the MH with the MH
1991 functions.
1992
1993 * mcalib/MExtractPINDiode.[h,cc]
1994 - new signal extractor for the PIN Diode
1995
1996 * mcalib/MExtractedSignalPINDiode.[h,cc]
1997 - new container for the extracted signal of the PIN Diode
1998
1999 * mcalib/MCalibrationCalc.[h,cc]
2000 - remove the PIN Diode signal extraction
2001
2002 * manalysis/MHPedestalPix.[h,cc]
2003 - new version of MHPedestalPixel, deriving from MHGausEvents.
2004
2005 * manalysis/MHPedestalPixel.[h,cc]
2006 - old version removed, since obsolete (and erroneous)
2007
2008 * manalysis/MHPedestalCam.[h,cc]
2009 - histogramming part of MPedestalCam now in own class
2010
2011 * manalysis/MPedestalPix.h
2012 - removed include of MHPedestalPixel
2013
2014 * macros/calibration.C
2015 - changed pedestal displays accordingly
2016
2017 * mjobs/MJPedestal.h
2018 - class TCanvas included (did not compile otherwise)
2019
2020 * mhbase/MH.cc
2021 - included call to FindGoodLimits(..) in CutEdges()
2022 - axe from pointer to reference
2023 - "CutEdges" renamed to "StripZeros"
2024
2025 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
2026 mcalib/MHCalibrationBlindPixel.cc:
2027 - "CutEdges" renamed to "StripZeros"
2028
2029 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2030 - replaced by the improved version: MHGausEvents.[h,cc]
2031
2032
2033
2034 2004/02/14: Thomas Bretz
2035
2036 * manalysis/MCerPhotEvt.[h,cc]:
2037 - added 'Iterator' facility, this will replace some for-loops
2038 in the near future
2039
2040 * mbase/MTime.[h,cc]:
2041 - added a more powerfull interface to get and interprete the
2042 MTime contents as string
2043 - added a new constructor
2044
2045 * mreport/MReportTrigger.h:
2046 - fixed GetPixContent
2047
2048 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
2049 - many small changes to simple details (like order of includes)
2050 - some speed improvements
2051 - many small simplifications
2052 - changed parts of the code to be more C++ like (eg Iterators
2053 instead of for-loops)
2054 - disentangles some if-cases
2055 - replaced some math.h function by TMath::
2056 - removed data-member fN (obsolete with iterators)
2057
2058
2059
2060 2004/02/13: Wolfgang Wittek
2061
2062 * mcalib/MCalibrateData.[h,cc]
2063 - new class;
2064 like MCalibrate, but in ReInit it fills the MPedPhot container
2065 using informations from MPedestal, MExtracteSignalCam and
2066 MCalibrationCam
2067
2068 * mcalib/Makefile, mcalib/CalibLinkDef.h
2069 - added MCalibrateData
2070
2071 * manalysis/MPedestalWorkaround.[h,cc]
2072 - create MMcEvt container and fill with theta = 10.0
2073 - set pedestalRMS = 0. if it is > 10.0
2074
2075 * manalysis/MSupercuts.[h,cc]
2076 - change default values of parameters
2077
2078 * manalysis/MSupercutsCalc.[h,cc]
2079 - change dNOMLOGSIZE from 4.1 to 5.0
2080
2081 * mhist/MHBlindPixels.[h,cc]
2082 - change MPedestalCam to MPedPhotCam
2083
2084 * mhist/MHSigmaTheta.[h,cc]
2085 - automatic binning for pixel number doesn't work
2086 use default binning
2087
2088
2089
2090 2004/02/13: Markus Gaug
2091
2092 * mcalib/MCalibrationPix.[h,cc]
2093 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
2094 fAverageQEErr
2095 - gkAverageQE initializes to 0.2 (according to David)
2096 - gkAverageQEErr initializes to 0.02 (dito)
2097 - added new member function: SetAverageQE
2098 - call to GetMeanConversionFFactorMethod returns:
2099 fMeanConversionFFactorMethod/fAverageQE.
2100 - call to GetErrorConversionFFactorMethod returns:
2101 errors of fMeanConversionFFactorMethod and fAverageQEErr added
2102 quadratically
2103
2104 * mcalib/Makefile
2105 - split into two parts one comment line
2106
2107
2108 2004/02/13: Thomas Bretz
2109
2110 * mbadpixels/MBadPixelsTreat.[h.cc]:
2111 - added for new bad pixel treatment
2112
2113 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
2114 - added MBadPixelsTreat
2115
2116 * merpp.cc:
2117 - changed the name of the "DC" tree to "Currents" to make
2118 MReportRead work correctly with this tree
2119
2120 * mbase/MTime.[h,cc]:
2121 - Changed UpDMagicTime to support nanosec instead of millisec
2122 - exchanged Reset() by Clear() not to clear the yy/mm/dd
2123 information away in an eventloop
2124
2125 * mraw/MRawEvtHeader.[h,cc]:
2126 - implemented decoding of the time-stamp for raw-data files
2127 with version>2. Thanks to Marcos.
2128
2129 * mraw/MRawRead.[h,c]:
2130 - pipe file version number to MRawEvtHeader::ReadEvt
2131 - create fake time for file-version<3
2132
2133 * macros/readMagic.C:
2134 - changed to use MInteractiveTask
2135
2136 * mbase/MPrint.cc:
2137 - fixed debugging level of some output
2138
2139 * mhist/MHCamera.[h,cc]:
2140 - fixed handling in AddNotify (necessayr due to change of
2141 inheritance from MCamEvent)
2142 - replaced cout by gLog
2143 - added fNotify to list of cleanups
2144
2145 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
2146 mjobs/MJPedestal.cc:
2147 - fixed usage of AddNotify
2148
2149 * mfileio/MReadReports.cc:
2150 - use a different way to determin whether the tree is a valid tree,
2151 skip invalid trees
2152
2153 * mfileio/MReadTree.cc:
2154 - added another sanity check at the beginning of PreProcess
2155
2156 * mhbase/MFillH.[h,cc]:
2157 - added bit kCanSkip which skips MFillH in case the necessary container
2158 wasn't found.
2159 - cd into the corresponding canvas before filling the MH
2160
2161
2162
2163 2004/02/12: Markus Gaug
2164
2165 * mbase/MArray.[h,cc]:
2166 - changed name of StripZeros
2167
2168 * mcalib/MHGausEvent.cc:
2169 - corrected call to StripZeros
2170
2171 * mcalib/MCalibrationPix.[h,cc]
2172 - implemented dummy for combined method
2173
2174 * mcalib/MCalibrate.[h,cc]
2175 - implemented a dummy for calibration factor 1. (requested by
2176 Javier Rico)
2177 - implemented combined method
2178 - check for valid methods moved to ReInit
2179
2180 * mcalib/MCalibrationCalc.cc
2181 - removed initialization of non-used nsamples
2182
2183 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
2184 mcalib/MCalibrationCalc.[h,cc]
2185 macros/calibration.C
2186 - implemented new histograms:
2187 HSinglePheFADCSlices and HPedestalFADCSlices
2188 They are filled with the FADC slice values of either a s.phe.
2189 event or a pedestal event. The decision is taken with the
2190 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
2191 with a setter
2192
2193 * mtools/MFFT.[h,cc]
2194 - PowerSpectrumDensity of TArrayI implemented
2195
2196
2197
2198 2004/02/12: Thomas Bretz
2199
2200 * mbase/MArray.[h,cc]:
2201 - changed argument of CutEdges from pointer to reference
2202
2203 * mgeom/MGeomPix.h:
2204 - fixed calculation of area of pixel. It was too big for a
2205 factor of 2
2206
2207 * mjobs/MJCalibration.cc:
2208 - slight change of name of a MHCamera
2209
2210 * manalysis/MExtractSignal.cc:
2211 - slight change to the creation of the satpixels list
2212
2213 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
2214 mcalib/MHGausEvent.cc:
2215 - corrected call to ProjectArray
2216 - corrected call to CutEdges
2217
2218 * mfilter/MFCosmics.[h,cc]:
2219 - small fixes to logging output
2220 - small simplification to return statement
2221 - declared CosmicsRejection const
2222
2223 * mhbase/MH.[h,cc]:
2224 - changed argument of ProjectArray from pointer to reference
2225 - added missing calcualtion of minimum
2226 - removed obsolete SetEntries
2227 - changed SetDirectory from NULL to gROOT
2228
2229
2230
2231 2004/02/12: Javier López
2232
2233 * macros/pointspreadfunction.C
2234 - added new macro that fits with a 2D gaussian the DC spot for an
2235 star. It gives you the RMS of the PSF and the center of the star,
2236 very useful for misspointing studies.
2237
2238
2239
2240 2004/02/11: Hendrik Bartko
2241
2242 * manalysis/MExtractSignal2.cc:
2243 - introduced a validity check for the set-function of the window
2244 size (even number of slices, WindowSize < NumberSlices)
2245
2246 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
2247 manalysis/AnalysisLinkDef.h:
2248 - new: introduced the calculation of the arrival time as the signal
2249 weighted mean of the time slices in the maximum window
2250
2251
2252
2253 2004/02/11: Markus Gaug
2254
2255 * mcalib/MCalibrationCalc.cc:
2256 - the blind pixel signal extractor introduced one week ago, counted
2257 one FADC slice too little, thus the normalization w.r.t. pedestals
2258 was wrong. Now corrected.
2259
2260 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
2261 - when "WARNING - Lo Gain saturated" occurs, display also the
2262 corr. pixel numbers.
2263
2264 * mbase/MArray.[h,cc]:
2265 - introduced function to cut array edges with zeros.
2266 (Thomas, should we keep it there or move it to another class? )
2267
2268 * mcalib/MCalibrationCalc.[h,cc]:
2269 - new function SetBlindPixelRange to set start and end of FADC slices
2270 used for the blind pixel signal extraction.
2271 - remove fEvents which are not necessary any more after the shift
2272 to MFCosmics.
2273
2274 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
2275 - show the fourier spectrum now with axes in frequency [Hz] instead
2276 of inverted events.
2277
2278 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2279 - new base class for all kind of events with variables having a
2280 Gaussian distribution. Will serve as base class for the
2281 existing and new calibration histogram classes.
2282
2283
2284
2285 2004/02/11: Abelardo Moralejo
2286
2287 * mmain/MEventDisplay.cc
2288 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
2289 MMcPedestalCopy must be executed earlier!
2290
2291
2292
2293 2004/02/10: Raquel de los Reyes
2294
2295 * mhist/MHPixVsTime.[h,cc]:
2296 - Added a default draw function and replaced the TGraph object
2297 by a pointer to a TGraph object.
2298
2299 * mreport/MReportTrigger.h:
2300 - Now it dereives from a MCamEvent class and implemented the
2301 GetPixContent() and DrawPixelContent() functions.
2302
2303 * maccros/CCDataCheck.C:
2304 - An update of the previous macro. New plots: subsystems status and
2305 macrocells trigger.
2306
2307
2308
2309 2004/02/10: Markus Gaug
2310
2311 * mcalib/MCalibrationCam.cc:
2312 - fixed documentation
2313
2314 * mhbase/MH.[h,cc]:
2315 - new function ProjectArray
2316
2317 * mcalib/MHCalibrationPixel.[h,cc],
2318 mcalib/MHCalibrationBlindPixel.[h,cc]:
2319 - use ProjectArray from MH to plot the projection of the fourier
2320 spectrum
2321
2322 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
2323 mfilter/FilterLinkDef.h:
2324 - new filter removing cosmics, the same as in MCalibrationCalc
2325 where it was removed now.
2326 Call: MFCosmics cosmics;
2327 MContinue cont(&cosmics);
2328 tlist.AddToList(&cont);
2329
2330 * mcalib/MCalibrationCalc.[h,cc]:
2331 - removed cosmics rejection from there
2332
2333 * macros/calibration.C, mjobs/MJCalibration.cc:
2334 - changed cosmics rejection to the filter algorithm
2335
2336
2337
2338 2004/02/09: Markus Gaug
2339
2340 * mcalib/MCalibrationBlindPix.[h,cc]:
2341 - added histogram to display the average in FADC slices of all
2342 single and double phe events
2343
2344 * mcalib/MCalibrationCalc.cc:
2345 - fill histograms of single-phe events with higain and logain
2346 sampls
2347
2348 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
2349 mcalib/MCalibrationConfig.h:
2350 - take all pixel areas out of MGeomPix::GetA(), remove all previous
2351 areas
2352 - calculate photon fluxes from blind pixel and PIN diode, use
2353 area only to fill the conversion factors in MCalibrationPix
2354
2355
2356 * mcalib/MJCalibration.cc:
2357 - display of number of photons for Blindpixel and PIN Diode Method
2358 changed to display of photon flux which is the actually
2359 calculated quantity
2360
2361
2362
2363 2004/02/09: Thomas Bretz
2364
2365 * mbadpixels/*:
2366 - added
2367
2368 * Makefile:
2369 - added MBadPixels
2370
2371 * manalysis/MGeomApply.cc:
2372 - fixed class description
2373
2374 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
2375 - added bad pixel treatment
2376
2377 * mjobs/MJPedestal.[h,cc]:
2378 - reorganized order of functions
2379 - removed a nonsense scrren output (some BLABABLA or so)
2380
2381 * mjobs/Makefile:
2382 - added include for mbadpixels
2383
2384 * mmain/MBrowser.cc:
2385 - do not call construtor of TGTReeLBEntry if pic0=0
2386
2387
2388
2389 2004/02/09: Raquel de los Reyes
2390
2391 * mcamera/MCameraLids.h, mreport/MReportCamera.h
2392 - Added the "Get" functions to access the private data
2393 members of the class.
2394
2395
2396
2397 2004/02/09: Markus Gaug
2398
2399 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
2400 MCalibrationPix.h:
2401 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
2402 because we can calibrate with the histogram mean and RMS even
2403 if the fit is not OK. Thus, there is a question: IsFitted() and
2404 IsChargeValid(), i.e. does the charge make any sense?
2405
2406 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
2407 - found serious bug in calculation of conversion factors for the
2408 outer pixels:
2409 GetMeanConversionBlindPixelMethod and
2410 GetMeanConversionPINDiodeMethod
2411 did not correct for the area of the outer pixel, this did only
2412 MCalibrationCam::GetPixelContent which is not used by MCalibrate
2413
2414
2415
2416 2004/02/06: Markus Gaug
2417
2418 * mgeom/MGeomCam.h
2419 - replaced in Comment of fPixRatio:
2420 "ratio between size of pixel idx and pixel 0" by
2421 "ratio between size of pixel 0 and pixel idx"
2422
2423 * manalysis/MPedestalCam.cc
2424 - catch calls to MHPedestalPixel in case that they are not filled
2425 This led previous calls to segmentation violations
2426 - remove include of MHExtractedSignalPix
2427
2428 * manalysis/MHExtractedSignalPix.[h,cc]
2429 - is everything in MHPedestalPixel, so removed it again
2430
2431 * mjobs/MJPedestal.cc
2432 - put the projections into Display()
2433 - correct the input of Display (0: pedestal, 1: pedestalerror,
2434 2: pedRMS, 3: pedRMSerror)
2435
2436 * manalysis/MHPedestalPixel.cc
2437 - increased number of bins in for charges plot
2438
2439 * mtools/MFFT.[h,cc]
2440 - possibility to have PSD directly from TArray
2441
2442 * mjobs/MJCalibration.[h,cc]
2443 - fixed displays
2444 - replaced MExtractSignal by MExtractSignal2
2445
2446 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
2447 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
2448 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
2449 - remove histograms MHChargevsN..., now keep TArrays directly
2450 - check for oscillations for all pixels (and you will not trust
2451 your eyes when you look at the results :-((((
2452
2453 * mcalib/MCalibrationCalc.[h,cc]
2454 - remove ArrivalTime -> go to separate class
2455 - remove BlindPixel and PIN Diode overflow, now handled directly
2456 inside the corr. classes.
2457 - remove SkipTimeFits -> go the arrival time class
2458
2459 * mcalib/MCalibrationCam.h
2460 - new getters for number of photons
2461 - removed timeslicewidth -> go the corr. time containers
2462
2463 * mcalib/MCalibrationCam.cc
2464 - removed times of GetPixelContent
2465 - added OscillationChecks in GetPixelContent
2466
2467 * manalysis/MMcCalibrationUpdate.cc
2468 - remove calpix.SkipTimeFits which is now obsolet
2469
2470 * macros/calibration.C
2471 - all previous changes now in this macro.
2472 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
2473 das ging diesmal in einem Aufwasch)
2474
2475
2476
2477 2004/02/06: Thomas Bretz
2478
2479 * mhist/MHPixVsTime.[h,cc]:
2480 - changed such that you can set the name of the time container now
2481
2482 * mraw/MRawRunHeader.[h,cc]:
2483 - added GetMaxPixId()
2484
2485 * mraw/MRawEvtData.cc:
2486 - fixed wrong size calculation for fABflags
2487
2488
2489
2490 2004/02/06: Oscar Blanch
2491
2492 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
2493 - We cahnged the name (and values) of the global variable
2494 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
2495
2496
2497
2498 2004/02/05: Markus Gaug
2499
2500 * mcalib/MHCalibrationPixel.[h,cc]
2501 - put an NDF limit for the fit
2502 - removed all TStrings and replace them by Form(..)
2503 - Check for nan's of all returned fit values
2504
2505 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
2506 - reshuffled HiLoGainConversion, calculation of F-Factor method,
2507 - calculation of total F-Factor of the readout.
2508
2509 * mcalib/MCalibrationCam.cc
2510 - include relative times to display with GetPixelContent
2511
2512 * mcalib/MCalibrationCalc.[h,cc]
2513 - flag to skip Hi-Lo Calibration
2514 - Hi-LO Graph not filled any more after overflow of ChargevsN
2515 - fill the blind pixel differently from the rest of pixels
2516
2517 * mcalib/MCalibrate.cc:
2518 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
2519
2520 * manalysis/MArrivalTimeCalc.cc
2521 - default step width 100 ps.
2522 - look for half maximum (at rising edge)
2523
2524 * manalysis/MExtractSignal.[h,cc]
2525 - removed uncommented code (arrival time)
2526 - set start byte back by one like it was before TB's changes
2527 (does not affect the calculation of number of FADC slices)
2528
2529 * manalysis/MExtractSignal2.[h,cc]
2530 - removed uncommented code (arrival time)
2531
2532 * manalysis/MHPedestalPixel.[h,cc]
2533 - is now filled with total pedestals (not per slice), but results are
2534 renormalized to values per slice (this is not to screw up with the
2535 pedestal RMS and the derived uncertainties)
2536 - new function Renorm(nslices)
2537
2538 * manalysis/MPedestalCam.[h,cc]
2539 - introduced function Clone() (like proposed by TB)
2540 - call to MHPedestalPixel operator() not const any more
2541 - take out lots of uncommented code
2542 - found bug in initialization of hists. SetupFill is called in
2543 PreProcess, therefore, TObjArray is not yet enlarged there.
2544 Now, InitUseHists is called in Fill
2545 - MHPedestalPixel is now filled with total pedestals (not per slice),
2546 but results are
2547 renormalized to values per slice (this is not to screw up with the
2548 pedestal RMS and the derived uncertainties)
2549
2550 * manalysis/MPedCalcPedRun.cc
2551 - added author
2552 - split calculation of RMS into two steps to make it more clear to
2553 the user
2554
2555 * macros/calibration.C
2556 - found bug introduced two days ago, namely calculating pedestlas with
2557 MExtractSignal2 which is now fixed
2558 - Skip HiLoConversionCalibration
2559
2560
2561
2562 2004/02/05: Abelardo Moralejo
2563
2564 * macros/starmc2.C
2565 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
2566 for both MMcEvt and MMcRunHeader since these containers are
2567 not present in real data. Name of macro is no longer adequate if
2568 we will use it for calibrated real data (to be changed if so).
2569
2570
2571
2572 2004/02/05: Sebastian Raducci
2573
2574 * mtools/MCubicSpline.[h,cc]
2575 - added
2576 - this class will take the place of the TSpline class to
2577 calculate arrival times
2578
2579 * mtools/MCubicCoeff.[h,cc]
2580 - added
2581 - this class is used by MCubicSpline to store coefficients
2582
2583 * macros/spline.C
2584 - added
2585 - test macro. Shows how to use the MCubicSpline class
2586 - it could be used to test the methods of the Spline class
2587
2588
2589
2590 2004/02/05: Thomas Bretz
2591
2592 * mmain/MBrowser.cc:
2593 - fixed a double deletion of a TGLayoutHints
2594
2595
2596
2597 2004/02/04: Markus Gaug
2598
2599 * mmain/MBrowser.cc:
2600 - corrected TGTReeLBEntry for TGTreeLBEntry
2601
2602
2603
2604 2004/02/04: Thomas Bretz
2605
2606 * manalysis/MExtractSignal2.cc:
2607 - don't allow odd numbers for the window size
2608
2609 * mfilter/MFilterList.cc:
2610 - corrected a wrong logging message
2611
2612 * mmain/MBrowser.cc:
2613 - added '/data/MAGIC' as shortcut in the combo box
2614
2615 * mraw/MRawEvtPixelIter.cc:
2616 - optimized calculation of MaxIdx
2617
2618
2619
2620 2004/02/04: Abelardo Moralejo
2621
2622 * macros/starmc2.C
2623 - removed unnecessary variables BinsHigh, BinsLow
2624
2625
2626
2627 2004/02/04: Markus Gaug
2628
2629 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
2630 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
2631 macros/calibration.C:
2632 - histograms are now filled with MFillH as proposed and coded by
2633 Thomas Bretz. Some modifications had to be done, however.
2634 - Class to hold MHPedestalPixel is still MPedestalCam
2635 - MPedCalcPedRun does nothing any more (except from what is was
2636 doing before)
2637
2638 * manalysis/MExtractSignal.cc
2639 - remove uncommented code
2640
2641 * mcalib/MCalibrationCalc.[h,cc]
2642 - modified way to handle histogram overflow: Now flags are set and
2643 ChargevsN histogram is not tried to be filled subsequently
2644
2645
2646
2647 2004/02/03: Markus Gaug
2648
2649 * manalysis/MHExtractedSignalPix.[h,cc]
2650 - added Thomas B. modified version of MHPedestalPixel. Later will
2651 remove MHPedestalPixel
2652
2653 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
2654 manalysis/MCalibrationCam.cc, macros/calibration.C:
2655 - now split completely absolute and relative times. Absolute
2656 times are not fitted, but their histogram mean and rms are
2657 returned.
2658
2659
2660
2661 2004/02/03: Thomas Bretz
2662
2663 * mfileio/MReadTree.cc:
2664 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
2665
2666 * manalysis/MExtractSignal.[h,cc]:
2667 - moved code to extract the signal from Process to
2668 new member function FindSignal, I left the arrival time
2669 extraction as commented-out code in the code just as a
2670 demonstration to do this very fast.
2671
2672
2673
2674 2004/02/02: Markus Gaug
2675
2676 * manalysis/MPedCalcPedRun.cc
2677 - corrected formulae in Class description
2678
2679 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
2680 manalysis/MMcCalibrationUpdate.cc:
2681 - calculate relative times and absolute times. Fit only
2682 the relative ones.
2683
2684
2685
2686 2004/02/02: Abelardo Moralejo
2687
2688 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
2689 - removed file type check (MC or data) from PreProcess since now
2690 run headers are not yet known at that point.
2691
2692 * mcalib/MMcCalibrationCalc.cc
2693 - same as above.
2694
2695 * NEWS
2696 - updated.
2697
2698
2699
2700 2004/02/02: Thomas Bretz
2701
2702 * manalysis/MExtractSignal2.[h,cc]:
2703 - added new task which takes a given number of slices with the
2704 highest integral content as signal.
2705
2706 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2707 - added MExtractSignal2
2708
2709
2710
2711 2004/01/30: Abelardo Moralejo
2712
2713 * macros/starmc.C
2714 - changed default FADC integration range (more adequate for coming
2715 camera version).
2716
2717 * macros/mccalibrate.C, starmc2.C
2718 - added. First macro transforms input files from camera simulation
2719 into files with pixel data already calibrated in photons. The
2720 second reads in an already calibrated data file and produces an
2721 output file with Hillas parameters. Both together do the same as
2722 starmc.C, but it is convenient to have files containing
2723 calibrated pixel information.
2724
2725
2726
2727 2004/01/30: Thomas Bretz
2728
2729 * mbase/MDirIter.h:
2730 - added GetNumEntries
2731
2732 * mhist/MHEvent.cc:
2733 - added a dynamic_cast from MParContainer to MCamEvent to get the
2734 correct pointer to the correct base-class.
2735
2736 * mbase/MStatusDisplay.cc:
2737 - In EventInfo check whether gPad==0
2738
2739 * mfileio/MReadMarsFile.cc:
2740 - removed reading RunHeaders from PreProcess, this resulted
2741 in strange behaviour of writing RunHeaders
2742 - fixed consistency check for RunType accordingly
2743
2744 * mfilter/MFilterList.cc:
2745 - do not skip adding filter if only a filter with the same name
2746 exists
2747
2748 * mraw/MRawFileRead.cc:
2749 - added an output message if run header is not accessible
2750
2751 * mraw/MRawRunHeader.[h,cc]:
2752 - initialize fRunType to new enum kRTNone
2753
2754 * mfilter/MFGeomag.cc:
2755 - set fResult to kFALSE at the beginning of Process
2756 - according to this removed setting fResult=kFALSE before return
2757 - replaced some float by Float_t
2758 - added some const-qualifiers
2759 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
2760 with rnd = R * (r2-r1)/2 to make sure that we cannot
2761 devide by 0
2762
2763 * manalysis/MPedCalcPedRun.cc:
2764 - added some comments
2765
2766 * Makefile:
2767 - added mjobs
2768
2769 * mjobs/*:
2770 - added
2771
2772 * mbase/Makefile, mbase/BaseLinkDef.h:
2773 - added MRunIter
2774
2775 * mbase/MRunIter.[h,cc]:
2776 - added
2777
2778
2779
2780 2004/01/30: Markus Gaug
2781
2782 * manalysis/MPedestalCam.h
2783 - added function IsUsedHists()
2784
2785 * manalysis/MPedestalCam.cc
2786 - modified GetPixelContent
2787
2788 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
2789 - include storage of number of used FADC slices to compare later
2790 the pedestal per slice ( and sigma per slice)
2791 - return relative differences in GetPixelContent
2792
2793 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
2794 - fBlindPixelId and fPINDiodeId now like in PedestalCam
2795 - fill Blind Pixel with information about its fitted pedestal if
2796 available
2797 - initialize charges histogram with a bigger range
2798 - use pedestal information to constrain the pedestal fit ranges
2799
2800 * manalysis/MHPedestalPixel.cc
2801 - initialize charges histogram with a bigger range
2802
2803 * macros/calibration.C
2804 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
2805 - apply new GetPixelContents of MPedestalCam (more calculations
2806 and displays of errors, correction for different FADC slice
2807 number)
2808
2809 * manalysis/MExtractSignal.cc
2810 - not access to MArrivalTime any more. The same information is
2811 stored in MRawEvt->GetPixelContent(...)
2812
2813 * manalysis/MCalibrationCalc.cc
2814 - retrieve default arrival time from MRawEvt
2815
2816 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
2817 - check for NaN's in fit results
2818
2819
2820
2821 2004/01/29: Abelardo Moralejo
2822
2823 * mfileio/MWriteFile.h
2824 - added missing declaration of ReInit
2825
2826 * manalysis/MMcCalibrationUpdate.cc
2827 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
2828 to adapt to recent changes in MCalibrate.
2829
2830
2831
2832 2004/01/29: Thomas Bretz
2833
2834 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
2835 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
2836 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
2837 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
2838 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
2839 - split derivement into MParContainer and MCamEvent
2840
2841 * manalysis/MExtractSignalCam.[h,cc]:
2842 - removed obsolete MExtractSignal::ReInit
2843 - added -> to fArray
2844
2845 * mbase/MParList.h:
2846 - added a new bit kIsProcessing
2847
2848 * mbase/MTaskList.cc:
2849 - fixed the handling of kDoNotReset and the bahaviour of
2850 SetReadyToSave, such that it is possible to write all
2851 headers
2852
2853 * mfileio/MWriteFile.cc:
2854 - added ReInit which also calls CheckAndWrite
2855
2856 * mgui/MCamEvent.h:
2857 - does not derive from MParContainer anymore
2858
2859
2860
2861 2004/01/29: Markus Gaug
2862
2863 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2864 mcalib/MCalibrationConfig.h
2865 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
2866 directly into the corresponding classes.
2867
2868
2869
2870 2004/01/29: Nicola Galante
2871
2872 * mhistmc/MHMcTriggerLvl2.[h,cc]:
2873 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
2874 added string checking to return also
2875 fHistCellPseudoSize, fHistCellPseudoSizeNorm
2876 and fHistCellPseudoSizeEnergy.
2877 - Added inline functions GetHistCellPseudoSize() and
2878 GetHistCellPseudoSizeNorm().
2879
2880
2881
2882 2004/01/28: Javier Rico
2883
2884 * mcalib/MCalibrate.[h.cc]
2885 - include possibility to select the calibration method to be used
2886
2887
2888
2889 2004/01/28: Markus Gaug
2890
2891 * mcalib/MCalibrate.[h.cc]
2892 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
2893
2894 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
2895 - included flags to indicate if Blind Pixel Method or PIn Diode
2896 method was OK. Up to now, program stopped, if one of the two
2897 methods was chosen but not able to being executed.
2898
2899 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
2900 manalysis/MGeomApply.cc:
2901 - put all missing InitSize(npixels) into MGeomApply
2902
2903 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
2904 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
2905 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2906 - include possibility to fit the pedestals with Gaussian.
2907 - old methods are not affected.
2908 - add new method with MPedCalcPedRun::SetUseHists()
2909
2910
2911
2912 2004/01/28: Abelardo Moralejo
2913
2914 * mcalib/MMcCalibration.cc
2915 - fixed wrong variable type in call to TH1F constructor (number of
2916 bins is now integer), which resulted in a compilation warning.
2917
2918
2919
2920 2004/01/28: Thomas Bretz
2921
2922 * manalysis/MPedestalCam.cc:
2923 - removed unwanted CheckBound from operators. CheckBounds is ONLY
2924 ment for really old MC files and will be removed in the future
2925 anyhow.
2926
2927 * mcalib/MHCalibrationPixel.h:
2928 - removed obsolete include of MFFT
2929
2930 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
2931 manalysis/MPedestalCam.[h,cc]:
2932 - removed use of obsolete MPedestalCam::CheckBounds. This was
2933 a workaround for a 'bug' in very old camera files, which is not
2934 necessary anymore.
2935
2936 * manalysis/MCerPhotAnal2.[h,cc]:
2937 - replaced MPedestalCam by MPedPhotCam
2938
2939 * manalysis/MExtractSignal.cc:
2940 - some small simplification to the signal extraction
2941 - removed some obsolete variables
2942 - replaced for by while
2943 - removed obsolete casts
2944
2945 * mmain/MEventDisplay.cc:
2946 - gave names to the filters
2947 - removed adding MHCamera to fList because it was deleted twice
2948
2949 * mhist/MHCamera.cc:
2950 - fixed usage of fPainter in Paint() - title was not updated
2951 correctly
2952
2953
2954
2955 2004/01/28: Sebastian Raducci
2956
2957 * manalysis/MArrivalTime.[h,cc]:
2958 - removed all the code relative to the cluster evaluation
2959
2960
2961
2962 2004/01/27: Markus Gaug
2963
2964 * manalysis/MPedestalPix.cc:
2965 - initialize default values to 0 instead of -1.
2966
2967 * manalysis/MPedestalCam.[h,cc]:
2968 - include CheckBounds, also in operator[]
2969
2970 * mcalib/MCalibrationCam.[h,cc]:
2971 - apparently, there was a reference to InitSize(UInt_t i) instead
2972 of InitSize(Int_t i), where compiler complained, now changed
2973
2974 * mcalib/MHCalibration*, mcalib/MCalibration*:
2975 - fixed all Clear()'s, Reset()'s, direct intializers
2976
2977
2978
2979 2004/01/27: Thomas Bretz
2980
2981 * mdata/MDataChain.cc:
2982 - added '%' to supported operators
2983
2984
2985
2986 2004/01/26: Nicola Galante
2987
2988 * manalysis/MMcTriggerLvl2.[cc,h]:
2989
2990 - Defined some static constants to avoid ugly "magic numbers"
2991 in arrays: gsNCells, gsNTrigPixels,
2992 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
2993 - Added method
2994 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
2995 which computes compact pixels into a given L2T macrocell.
2996 - Added method
2997 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
2998 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
2999 macrocells
3000 - Added method
3001 MMcTriggerLvl2::GetCellPseudoSize() const
3002 which returns fCellPseudoSize
3003 - Added method
3004 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
3005 which controls whether a pixel belongs to a given L2T cell.
3006 - Added method
3007 MMcTriggerLvl2::GetMaxCell() const
3008 which returns fMaxCell, the cell with the maximum
3009 fCellPseudoSize.
3010
3011
3012
3013 2004/01/26: Markus Gaug, Michele Doro
3014
3015 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
3016 - moved calculation of arrival time from MArrivalTime to
3017 MArrivalTimeCalc. MArrivalTime does not do any Process-job
3018 anymore
3019 - TSpline5 now on stack.
3020 - function to set the stepsize
3021
3022 * mcalib/MHCalibrationBlindPixel.[h,cc]:
3023 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
3024 - implement combined Polya fit and Michele's back-scattered electron
3025 fit
3026
3027 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
3028 mcalib/MCalibrationPINDiode.cc:
3029 - combine FitChargeHiGain and FitChargeLoGain into one function
3030
3031 * macros/calibration.C
3032 - improve double gauss fit a bit
3033
3034
3035
3036 2004/01/26: Thomas Bretz
3037
3038 * mraw/MRawEvtPixelIter.[h,cc]:
3039 - removed member function GetNumPixels. For more details see mantis.
3040
3041 * manalysis/MArrivalTime.[h,cc]:
3042 - reorganized includes
3043 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
3044 definition
3045 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
3046 PROGRAM
3047
3048 * manalysis/MArrivalTimeCalc.[h,cc]:
3049 - reorganized includes
3050 - removed many obsolete code, exspecially copy&paste relicts!
3051 - fixed usage of InitSize
3052 - removed CleanArray. Reset() is called automatically before Process()
3053
3054 * manalysis/MExtractedSignalCam.[h,cc]:
3055 - added SetLogStream
3056 - removed obsolete include MGeomCam
3057 - replaced PrintOut by Print
3058 - added const-qualifiers to all Getters
3059 - fixed documentation
3060
3061 * manalysis/MExtractedSignalPix.[h,cc]:
3062 - replaced PrintOut by Print
3063 - fixed documentation
3064
3065 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
3066 - replaced memset by Reset()
3067
3068
3069
3070 2004/01/24: Abelardo Moralejo
3071
3072 * macros/starmcstereo.C
3073 - Added. Example of how to run the analysis chain for MC files
3074 containing simulation of stereo systems of 2 telescopes.
3075
3076 * mcalib/MCalibrate.cc
3077 - Added check that value of signal from MExtractedSignalPix is not
3078 the default (error) value. In such a case, the signal in
3079 MCerPhotEvt is now set to 0. Before, all pixels got very high
3080 values in MCerPhotEvt in case the MRawEvtData object for the
3081 event was missing in the file. This happened in MC files, in
3082 which in some circumstances an event is written without the
3083 pixel information (for instance, when running stereo simulations
3084 the pixel data is missing for non-triggered telescopes, but the
3085 event headers are present).
3086
3087
3088
3089 2004/01/23: Markus Gaug
3090
3091 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
3092 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
3093 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
3094 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
3095 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
3096 - use MArrivalTime for Storage (or calculation) of time
3097 in MExtractSignal
3098 - pass from TH1I histos to TH1F for times
3099
3100 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
3101 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
3102 mcalib/MCalibrationCalc.[h,cc]:
3103 - clean up setters
3104 - pass to bit-fields for all flags
3105
3106 * mcalib/MCalibrationCam.cc
3107 - exclude Blind Pixel from Camera display
3108 - do not fill &val when return kFALSE
3109
3110 * macros/calibration.C
3111 - include functions to exclude the blind pixel,
3112 calculation of times and quality checks
3113
3114
3115
3116 2004/01/23: Abelardo Moralejo
3117
3118 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
3119 - Added support (using AddSerialNumber) for stereo MC files.
3120
3121
3122
3123 2004/01/23: Thomas Bretz
3124
3125 * mbase/MAstro.cc:
3126 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
3127
3128 * mreport/MReport*.[h,cc]:
3129 - changed all classes to return Int_t instead of Bool_t in
3130 InterpreteBody
3131 - changed MReportFileRead such, that a wrong line results in
3132 skipping the line instead of abort reading.
3133
3134 * manalysis/MExtractSignal.cc:
3135 - do not print information for each pixel - it's too much.
3136
3137 * mbase/MStatusDisplay.cc:
3138 - when reading a status display do not display tabs with
3139 the same name than one which is already existing.
3140
3141 * mcalib/MCalibrate.cc:
3142 - directly store pointer to pixel when setting saturation flag
3143
3144 * mcamera/MCameraDC.cc:
3145 - fixed some comments
3146
3147 * mhist/MHCamEvent.cc:
3148 - fixed a crash when no geometry was available
3149
3150 * mhist/MHCamera.[h,cc]:
3151 - removed obsolete member function SetPix
3152
3153 * mbase/MStatusDisplay.[h,cc]:
3154 - added EventInfo member function
3155 - implemented preliminary redirection of GetObjectInfo to
3156 StatusLine2 -> An own status line for this is missing
3157
3158 * manalysis/MExtractSignal.[h,cc]:
3159 - implemented StreamPrimitive
3160 - changed deafults to be static const data members
3161
3162 * manalysis/MGeomApply.[h,cc]:
3163 - implemented StreamPrimitive
3164
3165
3166
3167 2004/01/23: Abelardo Moralejo
3168
3169 * manalysis/MMcCalibrationUpdate.[h,cc]
3170 - Added check to guarantee that the FADC simulation parameters of
3171 all read files (those used for calibration and those analyzed)
3172 are the same.
3173 - Added missing support for analysis of stereo files.
3174
3175 * mcalib/MMcCalibrationCalc.cc
3176 - Removed obsolete FIXME comment.
3177 - Added missing support for analysis of stereo files.
3178
3179
3180 2004/01/23: Raquel de los Reyes
3181
3182 * macros/CCDataCheck.C
3183 - Added the temperature distribution of the optical links
3184 and the plots of the LV power supplies.
3185 * mcamera/MCameraLV.h
3186 - Added the "Get" functions to access the private data
3187 members of the class.
3188
3189
3190 2004/01/22: Abelardo Moralejo
3191
3192 * manalysis/MMcCalibrationUpdate.[h,cc]
3193 - Now ratio of high to low gain is taken from MCalibrationCam if
3194 it existed previously in the parameter list, instead of being
3195 read again from the MMcFadcHeader. Removed Setter function for
3196 fADC2PhInner, no longer necessary. Fixed error regarding the
3197 pedestal conversion to photons (did not read conversion factor
3198 from preexisting MCalibrationCam object).
3199
3200 * mcalib/MMcCalibrationCalc.cc
3201 - Changed parameters of the histogram, and also the quantity being
3202 histogrammed. Check that input data come from a noiseless camera
3203 file before proceeding to do the calibration. Introduced lower
3204 size in cut for calibration. Now rhe calibration constant is not
3205 calculated from the mean of photons/ADC counts, but from the peak
3206 of the histogram.
3207
3208 * macros/starmc.C
3209 - Introduced new scheme. Now there are two loops over two different
3210 sets of files. First loop calculates the calibration constants,
3211 second one does the analysis. Introduced comments. Now the
3212 histogram used in the light calibration is written to the output
3213 file.
3214
3215
3216
3217 2004/01/22: Thomas Bretz
3218
3219 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
3220 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
3221 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
3222 mcalib/MCalibrationBlindPixel.[h,cc],
3223 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
3224 mcalib/MHCalibrationBlindPixel.[h,cc],
3225 mcalib/MHCalibrationPINDiode.[h,cc]:
3226 - cleaned up includes
3227
3228
3229
3230 2004/01/22: Raquel de los Reyes
3231
3232 * macros/CCDataCheck.C
3233 - macro to check the data from the central control (.rep files).
3234
3235
3236
3237 2004/01/22: Markus Gaug
3238
3239 * macros/calibration.C
3240 - made MStatusDisplay 3 bit smaller
3241
3242 * manalysis/MExtractSignal.cc
3243 - put fSignals->SetUsedFADCSlices into PreProcess
3244
3245 * manalysis/MPedCalcPedRun.cc
3246 - calculate PedRMS as RMS of the sums, later renormalized to units
3247 of RMS/slice (eliminate the wrong effect of odd and even slices)
3248
3249 * mcalib/MCalibrationCalc.cc
3250 - if bit SkipBlindPixelFit is set, now number of photons outside
3251 plexiglass is not intended to be calculated any more (previous
3252 bug)
3253 - exclude excluded pixels in eventloop
3254
3255 * mcalib/MHCalibrationBlindPixel.[h,cc]
3256 - move functions to pointer again (otherwise, Clone will give
3257 strange results)
3258
3259
3260
3261 2004/01/21: Abelardo Moralejo
3262
3263 * mcalib/MMcCalibrationCalc.[h,cc]
3264 - Added. First version of the task intended to calculate the
3265 conversion factors from ADC counts to photons in the MC. It has
3266 a different aim than the recently renamed class
3267 "MMcCalibrationUpdate" (which takes care that the correct
3268 pedestals and conversion factors are supplied to each event, but
3269 does not really calculate anything).
3270
3271 * mcalib/Makefile, CalibLinkDef.h
3272 - Added new class MMcCalibrationCalc
3273
3274 * manalysis/MMcCalibrationUpdate.[h,cc]
3275 - Now the container MCalibrationCam is not created or modified if
3276 it is found that one such container already exists in the
3277 Parameter list (from a previous calibration).
3278
3279
3280
3281 2004/01/21: Thomas Bretz
3282
3283 * mraw/MRawRead.cc:
3284 - restore the fake time for all runs (current time stamp in
3285 the data seems to be toally nonsense)
3286
3287 * mraw/MRawEvtHeader.cc:
3288 - removed decoding of real time (current time stamp in the data
3289 seems to be toally nonsense)
3290
3291
3292
3293 2004/01/21: Abelardo Moralejo
3294
3295 * mmc/MMcEvt.hxx
3296 - Uncommented 6 Getter functions (those regarding the number of
3297 photons surviving the different stages of simulation).
3298
3299 * manalysis/MMcCalibrationUpdate.[h,cc]
3300 - Added (see below).
3301
3302 * manalysis/MMcCalibrationCalc.[h,cc]
3303 - Removed: changed name of this class to MMcCalibrationUpdate,
3304 which is more representative of what it really does. Moved
3305 the filling of the MCalibrationCam container from Process to
3306 ReInit, since it does not change on an event by event basis.
3307 Simplified PreProcess (MCalibrationCam was searched for twice).
3308 Updated class description and comments.
3309
3310 * manalysis/Makefile, AnalysisLinkDef.h
3311 - Adapted to change above
3312
3313 * macros/starmc.C
3314 - Adapted to change above. Changed also task instance name from
3315 mccalibcalc to mccalibupdate.
3316
3317
3318
3319 2004/01/21: Raquel de los Reyes
3320
3321 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
3322 and mcamera/MCameraCalibration.h
3323 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
3324 the private data members of the class.
3325
3326
3327
3328 2004/01/20: Thomas Hengstebeck
3329
3330 * mranforest/MRanForestCalc.[h,cc]
3331 - Added member functions Grow (training of RF) and Fill (reading in
3332 trained forest from file) which simplify macros.
3333 One just needs to call them instead of using MRanForestGrow and
3334 MRanForestFill (and the related training and fill loops) in a
3335 macro.
3336
3337
3338
3339 2004/01/20: Abelardo moralejo
3340
3341 * manalysis/MMcCalibrationCalc.cc
3342 - removed call to MCalibrationPix::SetPedestal, which was not
3343 needed.
3344
3345
3346
3347 2004/01/20: Thomas Bretz
3348
3349 * Makefile:
3350 - replaced 'make' by '$(MAKE)'
3351
3352 * Makefile.rules:
3353 - added Makefile itself to dependencies
3354
3355 * mbase/MTask.cc:
3356 - added comment about ReInit
3357
3358 * mhbase/MH.cc:
3359 - do not clear pad in DrawClone if 'same' option given
3360
3361 * mhist/MHVsTime.cc:
3362 - evaluate 'same' option
3363
3364 * mfileio/MReadCurrents.[h,cc]:
3365 - obsolete, removed
3366
3367 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
3368 - added some comments
3369
3370
3371
3372 2004/01/20: Abelardo moralejo
3373
3374 * mcalib/MHCalibrationPINDiode.cc
3375 - Added call to SetDirecory(0) for histograms fHErrCharge,
3376 fHPCharge, fHPTime.
3377
3378 * manalysis/MCerPhotPix.h:
3379 - Changed position of declaration of fIsSaturated to be the last
3380 private variable. Otherwise, since in the constructor it is
3381 initialized in the last place, a warning is displayed upon
3382 compilation in some systems.
3383
3384
3385
3386 2004/01/20: Markus Gaug
3387 * mcalib/Makefile, manalysis/Makefile:
3388 - include directory ../mtools
3389
3390 * mtools/MFFT.[h,cc]
3391 - class inherits from TObject now
3392
3393
3394
3395 2004/01/19: Markus Gaug
3396
3397 * mcalib/MHCalibrationBlindPixel.[h,cc]
3398 - fixed a bug in fFitLegend due to which program crashed by calls
3399 to DrawClone
3400 - Modified way to change the fit function
3401
3402 * mcalib/MHCalibrationPixel.[h,cc]
3403 - reordered function calls
3404 - removed SetupFill
3405
3406 * mcalib/MHCalibrationPINDiode.h
3407 - reordered function calls
3408
3409 * mcalib/MCalibrationPix.[h,cc]
3410 - limits to define fFitValid now as variables in class
3411
3412 * mcalib/MCalibrationCam.[h,cc]
3413 - reordered function calls
3414 - incorporate option to exclude pixels
3415
3416 * mcalib/MCalibrationBlindPix.h
3417 - Modified way to change the fit function
3418
3419 * mcalib/MCalibrationCalc.[h,cc]
3420 - Modified way to change the fit function
3421 - incorporate option to exclude pixels from configuration file
3422
3423 * macros/calibration.C
3424 - Modified way to change the fit function
3425 - incorporate option to exclude pixels from configuration file
3426
3427
3428
3429 2004/01/19: Javier Rico
3430
3431 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
3432 - Added documentation of member functions
3433
3434
3435
3436 2004/01/19: Abelardo Moralejo
3437
3438 * manalysis/MCerPhotPix.[h,cc]
3439 - Added fIsSaturated to flag whether low gain of the pixel is
3440 saturated. Added corresponding getter and setter functions.
3441 Updated ClassDef to version 2.
3442
3443 * mcalib/MCalibrate.cc
3444 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
3445 one low gain FADC slice is saturated.
3446
3447 * mimage/MNewImagePar.[h,cc]
3448 - Added new member variable fNumSaturatedPixels to count how many
3449 pixels were saturated. Updated ClassDef to version 2.
3450
3451
3452
3453 2004/01/19: Thomas Bretz
3454
3455 * manalysis/MPedPhotCalc.[cc,h]:
3456 - fixed order of includes
3457 - removed obsolete forward declarations
3458 - removed obsolete data member fNumPixels (stored already twice in
3459 the two TArrayF)
3460 - fixed some small bugs in the documentation
3461
3462 * manalysis/MPedCalcPedRun.cc:
3463 - updated my eMail address
3464
3465
3466
3467 2004/01/19: Javier Rico
3468
3469 * macros/dohtml.C, NEWS
3470 - include some missing info
3471
3472
3473
3474 2004/01/19: Abelardo Moralejo
3475
3476 * manalysis/MExtractedSignalPix.h
3477 - added GetNumLoGainSaturated()
3478
3479
3480
3481 2004/01/19: Markus Gaug
3482
3483 * macros/dohtml.C
3484 - include calibration.C
3485
3486 * manalysis/MExtractSignal.cc
3487 - warning of logain saturation now only once per event (out of loop)
3488
3489 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
3490 - new Flag fExcluded to indicate if pixel has been excluded from
3491 further analysis
3492
3493
3494
3495 2004/01/16: Javier Rico & Pepe Flix
3496
3497 * manalysis/MPedPhotCalc.[cc,h]
3498 - added
3499 - new class for the evaluation of pedestals in units of photons
3500 using the extracted signal from pedestal runs and calibration
3501 constants defined in MCalibrate
3502
3503 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
3504 - added entries for MPedPhotCalc
3505
3506 * macros/pedphotcalc.C
3507 - added
3508 - example on how to use MPedPhotCalc task
3509
3510
3511
3512 2004/01/16: Markus Gaug
3513
3514 * mcalib/MCalibrationFits.h
3515 - removed and incorporated in MHCalibrationBlindPixel.h
3516
3517 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
3518 mcalib/MCalibrationBlindPix.h:
3519 - incorporate Fit functions
3520 - fixed a bug due to which DrawClone crashed when class was used
3521 in a compiled macro
3522
3523 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
3524 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
3525 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
3526 mcalib/MHCalibrationPixel.cc:
3527 - fixed the warns and errs in fLog's
3528
3529
3530
3531 2004/01/16: Abelardo Moralejo
3532
3533 * manalysis/MMcCalibrationCalc.cc
3534 - TMath::Max() is no longer used because it did not compile in some
3535 systems for unkown reasons. I replaced it by a safer (and may be
3536 slower) code.
3537 - Added calpix.SetFitValid();
3538
3539 * mhist/MHEvent.cc
3540 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
3541 be 1 in case of RMS:
3542 case kEvtPedestalRMS:
3543 fHist->SetCamContent(*(MCamEvent*)par, 1);
3544
3545
3546
3547 2004/01/15: Abelardo Moralejo
3548
3549 * macros/starmc.C
3550 - Added. Version of star showing new chain to get Hillas
3551 parameters (with Size calibrated in photons) from MC files.
3552
3553
3554
3555 2004/01/15: Javier Rico
3556
3557 * manalysis/MPedCalcPedRun.[h,cc]
3558 - optimize the running time
3559 - add (some) documentation
3560 - correct treatment for the case of several input files
3561
3562 * macros/pedvsevent.C
3563 - added
3564 - draw pedestal mean and rms vs event# for input pixel# and run
3565 file, and compares them to the global pedestal mean and rms
3566
3567
3568
3569 2004/01/15: Raquel de los Reyes
3570
3571 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
3572 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
3573 functions to compute the estimation of the error of the
3574 mean. It can be done calling to the function
3575 MCamEvent::SetBit(MHCamera::kVariance) in the macro
3576
3577
3578
3579 2004/01/15: Markus Gaug
3580
3581 * mhist/MHCamera.[h,cc]
3582 - incorporate Thomas's changes
3583 - replace void CreateProjection() by TH1D *Projection(const char*)
3584
3585 * macros/calibration.C
3586 - replace MHCamera->Draw("proj") by MHCamera->Projection()
3587 - produce better fits to the projection
3588
3589 * manalysis/MSimulatedAnnealing.[h,cc],
3590 mhist/MHSimulatedAnnealing.[h,cc]:
3591 - moved to directory mtools
3592 - MSimulatedAnnealing now inherits from TObject
3593
3594 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3595 mhist/Makefile, mhist/HistLinkDef.h:
3596 - removed MSimulatedAnnealing
3597 - removed MHSimulatedAnnealing
3598
3599 * mtools/Makefile, mtools/AnalysisLinkDef.h:
3600 - added MSimulatedAnnealing
3601 - added MHSimulatedAnnealing
3602
3603
3604
3605 2004/01/15: Thomas Bretz
3606
3607 * manalysis/AnalysisLinkDef.h:
3608 - removed MCurrents
3609
3610 * mhist/MHCamera.[h,cc]:
3611 - added member function Projection
3612 - removed fYproj
3613
3614 * mreport/MReport*.*:
3615 - added more comments
3616
3617
3618
3619 2004/01/14: Markus Gaug
3620
3621 * mtools/MFFT.[h,cc]
3622 - new class to perform Fast Fourier Transforms
3623
3624 * mtools/Makefile
3625 * mtools/ToolsLinkDef.h
3626 - include MFFT
3627
3628 * manalysis/MExtractedSignalCam.h
3629 - removed variables fNumHiGainSamples and fNumLoGainSamples
3630 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
3631
3632 * manalysis/MExtractSignal.cc
3633 - updated call to SetUsedFADCSlices
3634
3635
3636
3637 2004/01/14: Abelardo Moralejo
3638
3639 * manalysis/MMcCalibrationCalc.cc:
3640 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
3641 This can happen (depending on camera simulation parameters), and
3642 rms = 0 later resulted in the pixel being eliminated in the
3643 image cleaning.
3644
3645
3646
3647 2004/01/14: Thomas Bretz
3648
3649 * Makefile:
3650 - replaced old style Makefile.depend by directory specific
3651 dependancy files
3652
3653 * Makefile.rules:
3654 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
3655 - added rule to make dependency files
3656 - added rule to remove dependancy files.
3657 - added rmdep as prerequisite to clean
3658 - include dependency file
3659
3660 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
3661 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
3662 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
3663 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
3664 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
3665 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
3666 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
3667 mtools/Makefile:
3668 - removed clean-rule, use the one in Makefile.rules instead
3669
3670 * mreport/Makefile, mreport/ReportLinkDef.h:
3671 - added MReportHelp
3672
3673 * mreport/MReportFileRead.cc:
3674 - moved code from MReportHelp to new file
3675 - removed usage of MReport class completely
3676
3677 * mfilter/MFGeomag.[h,cc]:
3678 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
3679 - changed the second loop from 0->1151 to 1152->2304
3680 - removed dummy arrays used for reading
3681 - output filename in case of 'file not found'
3682 - removed obsolete data members
3683 - removed obsolete Init function
3684 - removed forbidden underscore from member variable
3685 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
3686
3687 * mbase/MStatusDisplay.[h,cc]:
3688 - added new member function Open
3689 - added new menu entry kFileOpen
3690 - changed UpdatePSheader algorithm (the old one was much too slow)
3691
3692 * manalysis/MCurrents.[h,cc]:
3693 - removed (old outdated)
3694
3695 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3696 - removed MCurrents
3697
3698
3699
3700 2004/01/14: Wolfgang Wittek
3701
3702 * macros/ONOFFAnalysis.C:
3703 - current version
3704
3705 * mhist/MHSigmaTheta.[h,cc]:
3706 - replace MPedestalCam by MPedPhotCam
3707
3708 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
3709 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
3710 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
3711 - replace MPedestalCam by MPedPhotCam
3712
3713 * manalysis/MPedPhotPix.[h,cc]
3714 - uncomment SetRms()
3715
3716
3717
3718 2004/01/13: Markus Gaug
3719
3720 * manalysis/MExtractSignal.h
3721 - seems that the reduced light intensity of the CT1 Pulser
3722 results in broader pulses -> Set Default time slices to [3,10]
3723
3724 * mhist/MHCamera.cc
3725 - make Stat Window in option 'proj' bigger
3726 - add comment line at beginning of Draw()
3727
3728 * mcalib/MHCalibrationBlindPixel.[h.cc]
3729 - add Function DrawClone()
3730 - fix bug in calculation of integral (GetIntegral("width"))
3731 - restrict parameters tighter
3732 - declare fit as not valid, if less than 100 events
3733 in single photo-electron peak
3734
3735 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
3736 - fit now with fixed normalization
3737
3738 * mcalib/MHCalibrationPixel.[h.cc]
3739 - new function IsEmpty()
3740 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
3741
3742 * mcalib/MCalibrationPix.[h.cc]
3743 - F-Factor corrected and added error
3744 - Histograms not fitted if they are empty
3745 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
3746
3747 * mcalib/MCalibrationCam.cc
3748 - Square Root of Reduced Sigmas not taken, if they are < 0.
3749 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
3750
3751 * mcalib/MCalibrationCalc.cc
3752 - Blind Pixel is not additionally treated as normal pixel any more
3753 - Blind Pixel Draw replaced by DrawClone
3754
3755 * macros/calibration.C
3756 - took out some unused code
3757 - some default axis labelling corrected
3758
3759
3760
3761 2004/01/13: Abelardo Moralejo
3762
3763 * manalysis/MMcPedestalCopy.cc
3764 - added check of whether input file is a MC file before executing
3765 the PreProcess.
3766
3767
3768
3769 2004/01/13: Wolfgang Wittek
3770
3771 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
3772 - change macro to handle also MC events with finite sigmabar
3773
3774 * manalysis/MPadOn.[h,cc]:
3775 - deleted, is replaced by MPad
3776
3777 * manalysis/MPadOnOFF.[h,cc]:
3778 - deleted, is replaced by MPad
3779
3780 * manalysis/MPad.[h,cc]:
3781 - new class, replacing MPadON and MPadONOFF
3782 - handle also MC events with finite sigmabar
3783
3784 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3785 - replace MPadON and MPadONOFF by MPad
3786
3787
3788
3789 2004/01/13: Thomas Bretz
3790
3791 * mraw/MRawRunHeader.[h,cc]:
3792 - implemented new member function GetRunTypeStr
3793
3794 * Changelog.03:
3795 - added (contains entries of 2003)
3796
3797 * Changelog:
3798 - removed entries of 2003
3799
3800 * mfilter/MFGeomag.cc:
3801 - simplified open/close of input files
3802
3803 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
3804 - added some comments
3805 - added new member function GetError
3806
3807 * Makefile:
3808 - updated 'make dox' output for convinience
3809
3810 * macros/dohtml.C:
3811 - do not print Info's
3812 - added mcamera
3813 - added mpointing
3814 - added mreport
3815
3816 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
3817 - removed some obsolete comments (these comments confused THtml)
3818
3819 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
3820 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
3821 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
3822 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
3823 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
3824 - replaced MPedestalCam by MPedPhotCam
3825 - removed some obsolete includes
3826
3827 * mbase/BaseLinkDef.h, mbase/Makefile:
3828 - added MLogPlugin
3829 - added MLogHtml
3830
3831 * mbase/MLog.[h,cc]:
3832 - added use of plugins
3833
3834 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
3835 - added
3836
3837 * mbase/MStatusDisplay.[h,cc]:
3838 - added a Save-As dialog
3839
3840
3841
3842 2004/01/12: Thomas Bretz
3843
3844 * macros/rootlogon.C:
3845 - added mcamera to include path
3846 - added mpointing to include path
3847 - added mreport to include path
3848
3849 * mbase/MLog.cc:
3850 - updated my eMail address
3851
3852 * mbase/MParContainer.h:
3853 - added Read member function
3854
3855 * mbase/MStatusDisplay.[h,cc]:
3856 - changed size of ps-paper
3857 - added a user defined bottom line to the ps-files
3858 - added name (currently unused)
3859 - added title (used as possible bottom line in ps-file)
3860
3861 * mraw/MRawRunHeader.cc:
3862 - added some comments
3863
3864 * status.cc:
3865 - set name of input as bottom line of status display
3866
3867
3868
3869 2004/01/12: Abelardo Moralejo
3870
3871 * mimage/MStereoPar.cc
3872 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
3873 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
3874 Bug had no effect unless scale1 != scale2 (-> telescopes of
3875 different size).
3876
3877
3878
3879 2004/01/12: Markus Gaug
3880
3881 * manalysis/MExtractSignal.[h,cc]
3882 - take out some uncommented code
3883 - replace logainshift by two independent variables:
3884 logainfirst, logainlast
3885 - because in most data, maximum occurs in slice 4, shift default
3886 from slices 4-9 to slices 3-8.
3887
3888 * manalysis/MExtractedSignalPix.[h,cc]
3889 - took out some uncommented code
3890 - new initializers: instead of -1. now 99999.9
3891
3892
3893
3894 2004/01/09: Markus Gaug
3895
3896 * mcalib/MCalibrationCam.[h,cc]
3897 - take out 1-dim histos because we can use
3898 the projections in MHCamera (s.b.)
3899
3900 * mcalib/MHCalibrationBlindPixel.h
3901 - make the fit by default quiet
3902
3903 * mcalib/MHCalibrationPixel.[h,cc]
3904 * mcalib/MCalibrationPix.[h,cc]
3905 - Ranges of time slices stored independently for HiGain and LoGain
3906 in order to allow consecutive checks
3907
3908 * mhist/MHCamera.[h.cc]
3909 - add the possibility to call a Draw("proj") which will
3910 draw a Y-Projection of the histogram
3911
3912 * macros/calibration.C
3913 - apply the drawing of the projections and fit them
3914
3915 * mcalib/MCalibrationCalc.cc
3916 - catch the possibility of a calibration file,
3917 unintendedly being a pedestal or cosmic file.
3918 Program now exits with an error before doing the fits
3919
3920 * mcalib/MCalibrationPix.[h,cc]
3921 - fixed a bug in calculation of fFitValid.
3922 before, a call to IsFitValid() always returned false
3923
3924
3925
3926 2004/01/09: Javier L¢pez
3927
3928 * macros/bootcampstandardanalysis.C
3929 - added new macro that holds the main scheleton discussed in the
3930 december bootcamp in Wuerzburg. It runs first over a pedestal
3931 run, then over a calibration run, again over the pedestal run
3932 to compute de pedestal in number of photons and finally over a
3933 data run to calibrate the data.
3934
3935
3936
3937 2004/01/06: Sebastian Raducci
3938
3939 * manalysis/MArrivalTime.[h,cc]
3940 - added new method to calculate photon arrival times. It uses the
3941 TSpline5 Root Class to interpolate the Fadc Slices. The time is
3942 the abscissa value of the absolute maximum of the interpolation
3943 - added new method to find clusters with similar arrival times.
3944 For now it's a preliminary version. It simply search for adiacent
3945 pixels having the same arrival time (color).
3946
3947 * manalysis/MArrivalTimeCalc.[h,cc]
3948 - modified the Process() method according to the changes in the
3949 Arrival Time Cointainer
3950
3951 * mmain/MEventDisplay.cc
3952 - added new tab in the camera event display to show the arrival
3953 time. This arrival time is calculated with the spline method
3954 - the old Arrival Time pad now it's called Max Slice Idx, because
3955 it's only the index of the slice with the max content.
3956
3957 * mhist/MHEvent.[h,cc]
3958 - added new fType in te enumeration to handle the arrival time
3959 histos
Note: See TracBrowser for help on using the repository browser.