source: trunk/MagicSoft/Mars/Changelog@ 4002

Last change on this file since 4002 was 4001, checked in by gaug, 22 years ago
*** empty log message ***
File size: 155.4 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 EXACTLY 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 2004/05/07: Markus Gaug
22
23 * mpedestal/MPedCalcPedRun.[h,cc]
24 - make the arrays fSum and fSum2 doubles. This is necessary since
25 rounding errors of the floats introduced significant errors in the
26 RMS!
27
28
29 2004/05/06: Markus Gaug
30
31 * htmldoc/images/PedestalStudyInner.gif
32 * htmldoc/images/PedestalStudyOuter.gif
33 - two gifs used for the documentation of MPedCalcPedRun
34
35 * mpedestal/MPedCalcPedRun.cc
36 - updated documentation
37
38 * macros/pedestalstudies.C
39 - updated to the latest version of MPedCalcPedRun
40
41 * macros/bootcampstandardanalysis.C
42 - updated to the latest changes in the ArrivalTime Extraction
43
44 2004/05/05: Markus Gaug
45
46 * mcalib/MHGausEvents.cc
47 - removed some warning saying "Cannot create Fourier spectrum"
48
49 * mcalib/MCalibrationChargePix.cc
50 - loosened the limits somewhat for calibration with the low-gain
51 - introduced different electronic noise for inner and outer pixels
52 (like seen in the data)
53
54 * mpedestal/MPedCalcPedRun.cc
55 - fixed a small inconsistency in case that the range goes out of
56 the high-gain samples and reaches into the low-gain samples. In
57 that case, the last slice of the high-gain was not taken (but the
58 window size correctly)
59
60 * mjobs/MJExtractCalibTest.[h,cc]
61 - included setters for the time extractor
62
63 * mcalib/MCalibrationChargeCalc.cc
64 - set default of fgPheErrLimit from 4 sigma to 5.
65
66 * mcalib/Makefile
67 * mcalib/CalibLinkDef.h
68 * mcalib/MHCalibrationTestTimeCam.[h,cc]
69 * mcalib/MHCalibrationTestTimeCam.[h,cc]
70 - analogue to MHCalibrationTestCam, two classes to test the
71 output of the calibration.
72
73 * mcalib/MHCalibrationCam.cc
74 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
75 all (IsBad())
76
77 * msignal/Makefile
78 * msignal/SignalLinkDef.h
79 * msignal/MExtractTimeFastSpline.[h,cc]
80 - new fast spline extractor for the equally spaced time slices.
81 Searches for the position of the half maximum between maximum and
82 pedestal. About 6 times faster than MArrivalTimeCalc
83
84 * mjobs/MJCalibration.cc
85 - changed names of the MHCameras to contain run name
86
87 2004/05/04: Raquel de los Reyes
88
89 * mbase/MRunIter.[h,cc]
90 - Added a flag and a set function to read .raw files.
91 The default option is set to read .root files.
92
93
94
95 2004/05/04: Javier Rico
96
97 * mcalib/MCalibrate.cc
98 - when calibrating using kNONE, weight by the pixel area
99
100
101
102 2004/05/04: Thomas Bretz
103
104 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
105 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
106 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
107 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
108 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
109 macros/star.C, macros/sumcurrents.C, macros/tar.C,
110 macros/testenv.C, macros/weights.C:
111 - updated documentation
112
113 * mastro/MAstroCamera.[h,cc]:
114 - added member function to read MC .def files for mirror geometry
115 - added GetDiffZdAz
116
117 * mastro/MObservatory.[h,cc]:
118 - added Copy-member function
119
120 * mbase/MLog.[h,cc]:
121 - updated handling of mutices
122 - added a new mutex to lock the stream
123
124 * mhist/MHCamera.[h,cc]:
125 - added functionality to linear deform the camera display
126 (to correct for abberation)
127
128 * mtools/MFFT.cc:
129 - added more documentation
130
131 * mbase/MTime.[h,cc]:
132 - renamed overloaded Set-function to SetMjd. There were some
133 trouble with the interpreter and the new naming is more
134 intuitive.
135
136
137
138 2004/05/04: Markus Gaug
139
140 * mcalib/MHCalibrationChargeBlindPix.cc
141 - intialized the 2 vectors differently, now they don't give
142 warnings any more.
143
144 * msignal/MExtractor.cc
145 * msignal/MExtractFixedWindow.cc
146 - put one initialization to 0 into the MExtractor
147
148 * mastro/MAstroCatalog.h
149 - make AlignCoordinates() protected, in order to compile
150
151 * mcalib/MHGausEvents.cc
152 - took out fEvents(0) and fHGausHist() from constructor
153
154 * msignal/MExtractor.cc
155 * msignal/MExtractPINDiode.cc
156 - fixed StreamPrimitive
157
158 * msignal/MExtractBlindPixel.[h,cc]
159 - deriving from MExtractor, possibility to filter NSB events
160
161
162 2004/05/03: Thomas Bretz
163
164 * mbase/MRunIter.cc:
165 - AddRuns(char*) added some const-qualifiers
166 - replaced deprecated if-else-if by continue- and return-
167 constructions
168
169
170
171 2004/05/03: Javier Lopez
172
173 * mbadpixels/MBadPixelsPix.[h,cc]
174 - put another enum for hardware malfunctionning. Started to be
175 filled with kHVNotNominal
176
177
178
179 2004/05/03: Markus Gaug
180
181 * mcalib/MHCalibrationBlindPix.[h,cc]
182 - removed a "->" behind the comment
183 - Create a TVector in Draw only if the array is not zero
184
185
186 * mraw/MRawEvtPixelIter.cc
187 - corrected bug in GetIdxMaxLoGainSamples() which looped over
188 one slice too much
189 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
190 end = fLoGainPos + fNumLoGainSamples
191
192 * msignal/MTimeExtractor.[h,cc]
193 * msignal/MExtractTime.[h,cc]
194 - changed name for alphabetical display in dox
195
196 * mjobs/MJCalibration.[h,cc]
197 * msignal/MExtractTimeSpline.h
198 * msignal/MExtractTimeHighestIntegral.h
199 - changed name of base class to MExtractTime
200
201 * mcalib/MCalibrationCam.[h,cc]
202 * mcalib/MCalibrationChargeCam.[h,cc]
203 * mcalib/MCalibrationRelTimeCam.[h,cc]
204 - put the number of unsuitable and unreliable pixels in the base
205 class
206
207 * mcalib/MCalibrationRelTimeCalc.[h,cc]
208 - fixed a bug calculating the average time resolution
209
210 * mpedestals/MPedestalPix.[h,cc]
211 - add a dedicated fValid flag in order to be able to discard pixels
212 from outside (e.g. from MBadPixelsCam)
213
214 * mpedestals/MPedCalcPedRun.[h,cc]
215 - catch badpixels cam from parameter list, if existing and set
216 corresponding pixels to not valid in MPedestalPix
217
218 * mjobs/MGCamDisplays.[h,cc]
219 * mhist/MHCamera.[h,cc]
220 - put DrawProjection and DrawRadialProfile in MHCamera
221
222 * macros/dohtml.C
223 - include directory mfit and macros calibration.C and
224 bootcampstandardanalysis.C
225 - take out pixvstime.C which does not exist
226
227 * msignal/MExtractFixedWindow.[h,cc]
228 * msignal/MExtractSlidingWindow.[h,cc]
229 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
230 * msignal/MExtractor.[h,cc]
231 * msignal/MExtractPINDiode.[h,cc]
232 * msignal/MExtractTime.[h,cc]
233 - set number of slices not in base class, but in derived one.
234 Like this, extractors setting their signal in other containers
235 don't have a conflict with the ReInit() in MExtractor.
236
237 2004/05/01: Thomas Bretz
238
239 * macros/rootlogon.C:
240 - ignore MARSSYS if libmars.so is found in the current path
241
242 * mastro/MObservatory.cc:
243 - small change to coordinates
244
245 * mbase/MLog.[h,cc]:
246 - enhanced output in case of problem with mutices
247
248 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
249 - removed everything
250
251 * Makefile*, */Makefile
252 - changed all to support mtemp/mifae and similar
253
254
255
256 2004/05/01: Abelardo Moralejo
257
258 * mmain/MEventDisplay.cc
259 - changed back integration range for MC to 0-14 slices to avoid
260 confusions.
261
262
263
264 2004/05/01: Markus Gaug
265
266 * macros/dohtml.C
267 - include directory mpedestal
268
269 * msignal/MExtractFixedWindow.[h,cc]
270 * msignal/MExtractSlidingWindow.[h,cc]
271 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
272 * msignal/MExtractor.[h,cc]
273 - include the possibility to set the range for the hi-gain outside
274 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
275 the "low-gain" slices instead. This is necessary for the March
276 data!
277
278 * mjobs/MJCalibration.[h,cc]
279 - accept arrival time extractors deriving from MTimeExtractor
280
281
282
283 2004/04/30: Thomas Bretz
284
285 * mastro/MAstroCamera.[h,cc]:
286 - removed obsolete TList data member (use a argument in
287 GetStarList instead)
288
289 * mbase/MTime.h:
290 - added 'istream &operator<<(istream &in, MTime &t)'
291
292 * mbase/BaseLinkDef.h:
293 - added new operator
294
295
296
297 2004/04/30: Daniela Dorner
298
299 * macros/pointing.C
300 - implemented plot: Control Deviation vs Time
301 - rearranged plots
302
303
304
305 2004/04/30: Markus Gaug
306
307 * mcalib/MCalibrationRelTimeCalc.[h,cc]
308 - new class to treat rel. times after fits
309
310 * mcalib/MCalibrationChargeCalc.[h,cc]
311 - search for outliers in the total F-Factor and set a flag in
312 MBadPixelsPix
313
314 * mcalib/MCalibrationRelTimeCam.h
315 - new TArrayIs to store number of unsuitable and unreliable pixels
316
317
318 * mbadpixels/MBadPixelsPix.h
319 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
320
321 * mcalib/MHCalibrationRelTimePix.[h,cc]
322 - take out commented part of code related to re-normalization
323
324 * mcalib/MHCalibrationCam.[h,cc]
325 - retrieve the used run numbers in order to store them in teh
326 histogram titles to help transparency of the displays
327
328 * mcalib/MHCalibrationRelTimeCam.[h,cc]
329 -  Getter and Setter for the reference pixel
330
331 * mcalib/MCalibrate.cc
332 - make error of nphot to be taken from square root of absolute
333 number of photons instead of number of photons, otherwise
334 NaN's are obtained
335
336 * msignal/MExtractPINDiode.[h,cc]
337 - now deriving from MExtractor
338
339 * msignal/Makefile
340 * msignal/SignalLinkDef.h
341 * msignal/MExtractTimeSpline.[h,cc]
342 * msignal/MExtractTimeHighestIntegral.[h,cc]
343 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
344
345 * mjobs/MJCalibration.[h,cc]
346 - Set time extractor by pointer
347
348
349
350 2004/04/29: Thomas Bretz
351
352 * mbase/MTask.cc:
353 - fixed behaviour of GetNumExecutions. Because of a root bug
354 Count returns a number which is to high by 1.
355
356
357
358 2004/04/29: Abelardo Moralejo
359
360 * mmc/MMcEvt.hxx
361 - Added minor comment (explanation of fPassPhotCone).
362
363 * mmc/MMcRunHeader.[hxx,cxx]
364 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
365 - Updated class version to 5.
366
367
368
369 2004/04/29: Nadia Tonello
370
371 * mbadpixels/MBadPixelsTreat.h
372 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
373 to have the right behaviour of the flags (and of SetProcessRMS)
374
375 * manalysis/MCT1PointingCorrCalc.[h,cc]
376 - added pointing correction for 1ES1959
377
378
379
380 2004/04/29: Markus Gaug
381
382 * msignal/MArrivalTimePix.[h,cc]
383 - removed flag fLoGainUsed which is not used at all
384
385 * msignal/MTimeExtractor.[h,cc]
386 - new base class for arrival time extractors
387
388 * msignal/Makefile
389 * msignal/SignalLinkDef.h
390 * msignal/MExtractTimeSpline.[h,cc]
391 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
392
393
394 * msignal/MExtractor.h
395 - make SetRange virtual
396 - check for range w.r.t. ranges given in the run header in ReInit
397
398 * msignal/MExtractFixedWindow.[h,cc]
399 * msignal/MExtractSlidingWindow.[h,cc]
400 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
401 - overload the SetRange() function in order to do the necessary
402 checks of the range there. Slight differences in every extractor
403 because of the floating windows.
404
405
406 * mpedestals/MPedCalcPedRun.[h,cc]
407 - add the possibility to set ranges and extraction windows. Default
408 is what has always been
409
410
411 * mjobs/MJPedestals.[h,cc]
412 - add the possibility to set a signal extractor which gives the
413 extraction ranges to MPedCalcPedRun
414 - derive from MHCamDisplays
415
416 * mcalib/MCalibrationChargeCam.cc
417 - updated the Print() a little
418
419
420 2004/04/29: Javier Rico
421
422 * mbase/MRunIter.cc
423 - Remove AddRuns(const char*,const char*) dependence on length of
424 first character chain
425
426
427 2004/04/28: Javier Rico
428
429 * mbase/MRunIter.[h,cc]
430 - include function to read runs specified in a character chain
431 with the format, e.g., run1,run2-run3,run4-run5,...
432
433
434
435 2004/04/28: Abelardo Moralejo
436
437 * macros/starmc.C
438 - adapted to change in MC calibration: replaced
439 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
440 GetHistPhot2PhotEl.
441
442
443
444 2004/04/28: Markus Gaug
445
446 * mjobs/MGCamDisplays.cc
447 * mjobs/MJCalibration.cc
448 - introduced new "fit" flag in DrawProjection allowing to draw
449 two separate pad with the (fitted) histograms for inner and
450 outer pixels. This is displayed by MJCalibration if the
451 kNormalDisplay option is chosen (default).
452
453 * mjobs/MJCalibration.h
454 - took out the const of GetBadPixels() in order to allow compilation
455 of macros/bootcampstandardanalysis.C. This will change again soon
456 when mjobs/MJExtraction is updated and used there.
457
458 * msignal/MArrivalTimeCalc.[h,cc]
459 - remove the ReInit() which calls to an MGeomCam which is later not
460 used
461
462 * macros/calibrate_data.C
463 - fixed a bug in loop 3 taking the default QE Cam instead of the
464 one filled by MJCalibration
465
466 * msignal/MExtractor.[h,cc]
467 - new base class for signal extractors
468
469 * msignal/Makefile
470 * msignal/SignalLinkDef.h
471 * msignal/MExtractFixedWindow.[h,cc]
472 * msignal/MExtractSlidindWindow.[h,cc]
473 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
474 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
475
476 * macros/calibration.C
477 * macros/calibrate_data.C
478 * macros/pedphotcalc.C
479 * macros/bootcampstandardanalysis.C
480 - adapted to new extractors
481
482 * mbadpixels/MBadPixelsPix.h
483 - set back the old definition of IsOK(), namely no information
484 available
485
486
487
488 2004/04/27: Raquel de los Reyes
489
490 * mhvstime/MHVsTime.cc
491 - added a line in the Fill function to avoid empty time events.
492
493
494
495 2004/04/27: Abelardo Moralejo
496
497 * mcalib/MMcCalibrationCalc.[h,cc]
498 - added histogram which stores the conversion of photons before
499 the plexiglas to photoelectrons hitting first dynode.
500
501 * macros/mccalibrate.C
502 - added MPointingPosCalc to the tasklist to create and fill an
503 MPointingPos object, and later write it to the Events tree of
504 the calibrated MC files. Added some comments and simplified
505 some lines. One more histogram from MMcCalibrationCalc (see
506 above) is now written to the output.
507
508 * macros/starmc2.C
509 - added the writing of MPointingPos to output star file.
510
511
512
513 2004/04/27: Markus Gaug
514
515 * mjobs/MJCalibration.[h,cc]
516 - put the three camera drawing facilities into a separate base
517 class MGCamDisplays
518
519 * mjobs/MGCamDisplays.[h,cc]
520 * mjobs/Makefile
521 * mjobs/JobsLinkDef.h
522 - camera drawing facilities: CamDraw, DrawProjection and
523 DrawRadialProfile, used by all jobs
524
525 * mjobs/MJExtractCalibTest.[h,cc]
526 * mjobs/Makefile
527 * mjobs/MJobsLinkDef.h
528 - new class to test the calibration results
529
530 * mcalib/MCalibrationChargeCalc.cc
531 - set unsuitable pixels to excluded in MCalibrationChargePix, which
532 will not display them in the status display
533
534 * mjobs/MJCalibration.cc
535 - take out display of previously excluded pixels
536
537 * mbadpixels/MBadPixelsCam.cc
538 - set val to 1 in case that GetPixelContent is true, before display
539 was not correct
540
541 * macros/calibration.C
542 - added the test class MJExtractCalibTest
543
544
545
546 2004/04/27: Abelardo Moralejo
547
548 * mhistmc/MHMcCollectionArea.[h,cc]
549 - Added fMCAreaRadius and setter to allow changing the radius of
550 the circular area in which MC events are produced. Useful for
551 instance for stereo configuration studies. By default it is 300 m
552 as was assumed before.
553
554
555
556 2004/04/26: Markus Gaug
557
558 * mcalib/MHCalibrationTestPix.[h,cc]
559 * mcalib/MHCalibrationTestCam.[h,cc]
560 * mcalib/Makefile
561 * mcalib/CalibLinkDef.h
562 - two new histogram classes to perform claibraion checks, will be
563 especially useful for the data-check.
564
565 * mcalib/MCalibrationQEPix.cc
566 - found a bug in the setting of validity flags of colours. This
567 made the QE used for calibration uncorrect by about a factor 1.5
568 for the outer pixels if only one colour is used for calibration.
569
570 * mjobs/MJCalibration.[h,cc]
571 - moved colour finder from the macros into this class with the
572 function FindColor()
573 - had to add ~MJCalibration() {} because otherwise, I get a
574 segmentation violation in the destructor, the debugger says in
575 some TString. Maybe it's because of the GetDescriptor() in
576 ~MParContainer() ?
577
578 * macros/calibration.C
579 * macros/calibrate_data.C
580 * macros/pedphotcalc.C
581 * macros/bootcampstandardanalysis.C
582 - removed function FindColor()
583
584 * mcalib/MCalibrationCam.h
585 - make Init() and InitSize() virtual
586
587 * mcalib/MCalibrationChargeCam.[h,cc]
588 - introduce two TArrayI's for the number of uncalibrated and
589 unreliable pixels.
590
591 * mcalib/MCalibrationChargeCalc.[h,cc]
592 - calculate and store the above numbers.
593
594 * mbadpixels/MBadPixelsPix.[h,cc]
595 * mbadpixels/MBadPixelsCam.cc
596 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
597 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
598 - removed functions: IsCalibrationResultOK()
599 and IsCalibrationSignalOK()
600 - changed function IsOK() such that it returns false only if
601 the pixels is not suitable (run or evt)
602
603 * mcalib/MCalibrate.cc
604 * mcalib/MCalibrateRelTime.cc
605 - exchanged query for IsCalibrationResultOK() to
606 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
607 now the oscillating pixels (which are sometimes many!!)
608
609 * mcalib/MHCalibrationRelTimePix.cc
610 - commented re-normalization to ns in Renorm()
611 - introduced Getter to fFADCSliceWidth
612
613 * mcalib/MHCalibrationRelTimeCam.cc
614 - renorm to ns in GetPixelsContent()
615 --> now, calibration in MCalibrateRelTimes is consistent
616
617
618
619 2004/04/26: Abelardo Moralejo
620
621 * manalysis/MMcCalibrationUpdate.cc
622 - changed from 1 to 10 the "dummy" value of conversion high to low
623 gain for old camera 0.6 files. Usually these files have no low
624 gain at all, but there was a patched version of the program
625 which did have low gain (with a gain 10 lower than hg).
626
627
628
629 2004/04/25: Abelardo Moralejo
630
631 * mbadpixels/MBadPixelsTreat.cc
632 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
633 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
634 worked, because the check on whether the neighbour pixels
635 were OK was performed on the same pixel to be treated (i), which
636 is obviously not OK. The same problem fixed in the interpolation
637 of pedestals. Amazingly, this error would have shown up in any
638 test of the class.... I assume it must have been commited
639 completely untested.
640
641 - In InterpolateSignal: moved division of summed charge over
642 number of pixels : put it after the check of the number of
643 valid neighbours to avoid division by 0.
644
645
646
647 2004/04/23: Markus Gaug
648
649 * mcalib/MHCalibrationCam.cc
650 - fixed a bug in the ReInit() for the number of average events in
651 each area index and sector
652
653
654 2004/04/23: Thomas Bretz
655
656 * */Makefile:
657 - added some more mpedestal
658
659 * mreport/MReportRun.cc:
660 - changed to work with the latest version of report-files
661 --> This will make it incompatible with older report files
662 (for this use older Mars versions for merpping)
663
664 * mbase/MStatusDisplay.[h,cc]:
665 - added combo-box to surf through tabs in MARS-tab
666
667
668
669 2004/04/22: Nadia Tonello
670
671 * mcalib/MCalibrateData.cc
672 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
673 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
674
675
676
677 2004/04/22: Thomas Bretz
678
679 * mhist/MHCamera.[h,cc]:
680 - implemented SetUsed
681
682 * merpp.cc:
683 - added "-ff" and interleave mode - both not execcively tested yet
684
685 * mhbase/MFillH.cc:
686 - added a missing 'endl'
687
688 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
689 mraw/MRawEvtHeader.[h,cc]
690 - added SkipEvt (the number of skipped bytes is untested)
691
692 * mraw/MRawEvtHeader.[h,cc]
693 - return kCONTINUE if time is invalid
694
695 * mraw/MRawFileRead.[h,cc]:
696 - implemented AddFile feature - first draft!
697 - added feature to skip events
698
699 * mraw/MRawFileWrite.h:
700 - changed default compression level corresponding to merpp to 2
701
702 * mraw/MRawRead.[h,cc]:
703 - added fForceMode flag to be able to suppress event errors
704
705 * mbadpixels/MBadPixelsTreat.[h,cc]:
706 - changes such that the pedestal interpolation is now done
707 only in ReInit. If you need the old behaviour call
708 SetProcessRMS()
709
710 Another step towards less mess:
711
712 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
713 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
714 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
715 MPedestalPix.[h,cc]:
716 - moved from manalysis to mpedestal
717
718 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
719 mpedestal/PedestalIncl.h:
720 - added
721
722 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
723 manalysis/AnalysisIncl.h:
724 - removed files above
725
726 * mbadpixels/Makefile:
727 - added mpedestals
728
729 * Makefile:
730 - added mpedestals
731
732
733 2004/04/22: Antonio Stamerra
734
735 * mmain/MEventDisplay.cc
736 - Added new tab "Trigger" adding a new MHEvent (evt9),
737 filled through the MMcTriggerLvl2 container.
738 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
739 have been added.
740
741 * mhist/MHEvent.[h,cc]
742 - Added new event type kEvtTrigPix
743
744 * manalysis/MMcTriggerLvl2.[h,cc]
745 - The class now inherits from MCamEvent
746 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
747 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
748 is in the trigger region
749
750 * manalysis/MMcTriggerLvl2Calc.[h,cc]
751 - Added the methods CheckRunType and ReInit to check if the file is MC.
752
753 * mhistmc/Makefile
754 - Added the include for mgui
755
756
757 2004/04/22: Markus Gaug
758
759 * mcalib/MCalibrate.[h,cc]
760 - introduced flat-fielding of charges for the muon calibration,
761 accessible with SetCalibrationMode(kFlatCharge)
762
763 * manalysis/MPedCalcPedRun.cc
764 - added a SetReadyToSave() at the end of PostProcess
765
766 * mjobs/Makefile
767 - added include of mraw
768
769 * mjobs/MJCalibration.cc
770 - added MRawFileRead for option SetDataCheck()
771
772 * mjobs/MJPedestal.cc
773 - added MRawFileRead for option SetDataCheck()
774
775
776 2004/04/21: Thomas Bretz
777
778 * mbase/MTask.cc, mbase/MTaskList.cc:
779 - let MTask in list fTaskProcess to be used as a counter
780
781 * mdata/MDataChain.[h,cc]:
782 - added some treatments for combinations of +/- signs
783
784 * mfbase/MFilterList.[h,cc]:
785 - added a new constructor to simplyfy filter-inversions
786
787 * mfileio/MReadReports.cc:
788 - added comment
789
790 * mhbase/MBinning.[h,cc]:
791 - added new constructor to simplify calls in macros
792
793 * mhbase/MFillH.[h,cc]:
794 - added fDrawOption to be used in MStatusDisplay
795
796 * mhist/MHFalseSource.cc:
797 - added comment
798
799
800
801 2004/04/20: Thomas Bretz
802
803 * macros/derotatedc.C
804 - added tutorial macro plotting derotated dc currents
805
806 * mhist/MHCamEventRot.[h,cc]:
807 - added histogram to be filled with derotated MCamEvents
808
809
810
811 2004/04/18: Abelardo Moralejo
812
813 * mgeom/MGeomCam.h
814 - Update class version to 4 (necessary after M. Gaug's change
815 of the type of member fMaxRadius.
816
817
818
819 2004/04/16: Abelardo Moralejo
820
821 * mcalib/MCalibrationQEPix.[h,cc]
822 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
823 changed via SetAverageQE. Made public GetAverageQE and
824 GetAverageQERelVar (this changes needed for MC).
825
826 * mcalib/MMcCalibrationCalc.[h,cc]
827 * manalysis/MMcCalibrationUpdate.[h,cc]
828 - Adapted to M. Gaug's changes in calibration classes. Behaviour
829 has been tested to be the same as before those changes. Now the
830 conversion factor from ADC counts to photoelectrons, and the
831 average QE (photons->photoelectrons) are calculated independently
832 (and later combined by MCalibrate to obtain the conversion
833 ADC->photons).
834
835 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
836 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
837 only MC display. This was necessary because if electronic noise
838 is simulated in the FADC, sometimes saturated slices look not
839 saturated due to negative fluctuations, so it is better to set
840 the saturation limit at a safe value (240 ADC counts). Changed
841 signal integration range (only for MC), now from slices 5 to 10.
842
843 * msignal/MExtractSignal3.[h,cc]
844 - Changed name of function SetRange for the more adecquate
845 "SetWindows". No change in behaviour of the function.
846
847
848
849 2004/04/16: Markus Gaug
850
851 * msignal/MExtractSignal.cc
852 - commited proposed larger default window from fgLast = 10 to
853 fgLast = 14, because in March the pulses have moved to later
854 arrival times.
855 - removed some inconsistency with slice numbering in FindSignal()
856 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
857 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
858
859 * msignal/MExtractSignal2.cc
860 - committed the proposed smaller window egdes from fgFirst=0 to
861 fgFirst = 3, because in March some of the high-gain pulses reach
862 into the "low-gain samples" and mislead thus sliding window to
863 be maximized on the tail of the high-gain pulse.
864
865 * mcalib/MHPedestalPix.cc
866 - fixed a bug which made normalization to values per slice not happen
867
868 * macros/pedestalstudies.C
869 - fixed and documented
870
871
872
873 2004/04/15: Markus Gaug
874
875 * macros/calibration.C
876 - added a function FindColor() to extract the colour by filename,
877 works if there is indeed a colour or if the run nubmer is smaller
878 than 20000 -> take ct1
879
880 * macros/bootcampstandardanalysis.C
881 * macros/pedphotcalc.C
882 * macros/calibrate_data.C
883 - updated the macro to the cvs-standard used at the Udine bootcamp
884
885 * mcalib/MCalibrateRelTimes.[h,cc]
886 * mcalib/Makefile
887 * mcalib/CalibLinkDef.h
888 - new class to calibrate the relative times
889
890 * manalysis/MGeomApply.cc
891 - added MArrivalTime::Init()
892
893 * msignal/MArrivalTime.[h,cc]
894 - added array fDataErr
895
896 * macros/rootlogon.C
897 - added directories mbadpixels and mjobs
898
899 * mcalib/MCalibrationQEPix.cc
900 - set the fAvNorm variables to 1 in Clean()
901
902 * manalysis/MPedPhotCalc.[h,cc]
903 - included possibility to use an MBadPixelsCam
904
905
906
907 2004/04/14: Thomas Bretz
908
909 * manalysis/MCerPhotEvt.[h,cc]:
910 - fixed a bug which caused a missing last pixel (in most cases
911 Index 576)
912
913 * manalysis/MCerPhotPix.cc:
914 - fixed output in Print
915
916 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
917 - added missing SetCalibrationMethod
918
919 * mbadpixels/MBadPixelsCam.[h,cc]:
920 - added copy constructor
921
922 * mbadpixels/MBadPixelsMerge.cc:
923 - added comments
924
925 * mraw/MRawRunHeader.[h,cc]:
926 - added new run-type (kRTPointRun=7)
927
928 * mmain/MEventDisplay.cc:
929 - fixed the broken cleaning levels
930
931
932
933 2004/04/14: Markus Gaug
934
935 * mcalib/MCalibrationQEPix.cc
936 - found a bug in the calculation of the error, fixed
937
938 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
939 - replaced SetCalibrationMethod by SetCalibrationMode
940
941 * htmldoc/images/CalibClasses.gif
942 * htmldoc/images/RelTimeClasses.gif
943 - two schemes used in the class descriptions
944
945 * mcalib/MHCalibrationCam.[h,cc]
946 - included function GetAverageAreas() and GetAverageSectors() like
947 in MCalibrationCam
948
949 * mjobs/MJCalibration.[h,cc]
950 - included calibration of rel.Times, to be chosen with a flag
951 RelTimeCalibration()
952 - signal extractor and arrival time extractor can be chosen by
953 flags as well (see Class description)
954
955
956 * mbadpixels/MBadPixelsCam.cc
957 - add two new types in GetPixelContent, add documentation of
958 GetPixelContent
959
960 * msignal/MArrivalTimeCalc2.cc
961 - commented the warning for pixels with lowgain saturation
962
963
964
965 2004/04/13: Markus Gaug
966
967 * macros/dohtml.C
968 - included directory mbadpixels
969
970 * mcalib/MCalibrationPix.[h,cc]
971 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
972 errors
973
974 * mcalib/MCalibrationChargeCam.[h,cc]
975 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
976 - updated GetPixelContents
977 - updated class documentation
978
979 * mgeom/MGeomMirror.h
980 - include <TVector3.h>, otherwise it does not compile on my machine
981
982 * mjobs/MJPedestals.cc
983 * mjobs/MJCalibration.cc
984 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
985 bug in MBadPixelsMerge is resolved (see bugtracker).
986
987 * mcalib/MHCalibrationChargePINDiode.cc
988 - return in Draw() if histogram is empty (otherwise segm. violation
989 in eventloop
990
991 * msignal/MExtractedSignalCam.cc
992 - intialize variables by default to 0.
993
994 * mcalib/MHCalibrationChargeCam.[h,cc]
995 - pointer to fSig is not stored, somehow, when running MJCalibration
996 Don't know why. Removed and stored some variables instead
997
998 * mjobs/MJCalibration.[h,cc]
999 - updated documentation, updated QE Cam
1000 - set the pulser colour (now obligatory)
1001 - set the possibility to choose different displays
1002
1003 * mcalib/MCalibrationChargeCalc.cc
1004 - set the pulser colour (now obligatory)
1005
1006 * mcalib/MCalibrationChargePix.[h,cc]
1007 - put GetRSigmaPerCharge into this class
1008
1009
1010
1011 2004/04/13: Thomas Bretz
1012
1013 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
1014 - enhanced comments
1015 - added some new features
1016
1017 * mbase/MAGIC.h:
1018 - removed some empty lines
1019
1020 * mfileio/MWriteRootFile.cc:
1021 - fixed a compiler warning
1022
1023 * mgeom/MGeomCorsikaCT.h:
1024 - removed obsolete include of TArrayF
1025
1026 * mgeom/MGeomMirror.[h,cc]:
1027 - replaced fReflector by *fReflector
1028
1029 * mmain/MGDisplayAdc.cc:
1030 - fixed a bug which caused the wrong histogram entry to be
1031 displayed
1032
1033
1034
1035 2004/04/10: Markus Gaug
1036
1037 * macros/dohtml.C
1038 - included directory mjobs
1039
1040 * mjobs/MJCalibration.[h,cc]
1041 - added and updated documentation (not yet ready)
1042
1043 * htmldoc/images/CalibClasses.gif
1044 - scheme of the calibration classes, used for documentation in
1045 MJCalibration.cc
1046
1047
1048
1049 2004/04/10: Thomas Bretz
1050
1051 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
1052 - added comments
1053
1054 * macros/starfield.C:
1055 - added
1056
1057 * mastro/Makefile, mastro/AstroLinkDef.h
1058 - added MAstroCamera
1059
1060
1061
1062 2004/04/09: Markus Gaug
1063
1064 * mcalib/MHCalibrationChargePINDiode.[h,cc]
1065 * mcalib/MHCalibrationChargeCam.[h,cc]
1066 * mcalib/MHCalibrationChargeCalc.[h,cc]
1067 - put abs. time consistency check from MCalibrationChargeCalc into
1068 MHCalibrationChargePINDiode and MHCalibrationChargeCam
1069
1070 * mcalib/MHCalibrationCam.[h,cc]
1071 * mcalib/MHCalibrationChargeCalc.[h,cc]
1072 - number of used FADC slices also stored in MHCalibrationCam,
1073 MHCalibrationChargeCalc needs no pointer to the signal extractors
1074 any more -> removed
1075
1076 * mcalib/MCalibrationChargePINDiode.[h,cc]
1077 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1078 * mcalib/MCalibrationCam.[h,cc]
1079 - put a default pulser color kNONE
1080
1081 * manalysis/MPedestalCam.[h,cc]
1082 * manalysis/MPedCalcPedRun.[h,cc]
1083 * manalysis/MGeomApply.cc
1084 - added average pixels in the way like it is done in MCalibrationCam
1085
1086
1087
1088 2004/04/08: Thomas Bretz
1089
1090 * mfbase/MF.cc:
1091 - optimized output
1092
1093 * mfbase/MFilterList.cc:
1094 - added some comments
1095
1096 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
1097 - added SortFiled-option -- RAQUEL, this is for you!
1098
1099 * mfileio/MWriteRootFile.cc:
1100 - class AddSerialNumber in AddContainer
1101
1102 * mhist/MHFalseSource.[h,cc]:
1103 - optimized setting of hist maximum
1104 - added more source dependant cuts
1105 - changed display layout
1106 - scale number of entries to correct for different acceptance
1107 (not perfect, but the best I can currently do)
1108
1109 * mimage/MHHillasExt.[h,cc]:
1110 - added new histogram for fMaxDist
1111
1112 * mimage/MHNewImagePar.[h,cc]:
1113 - added new histograms for Used/CoreArea
1114
1115 * mimage/MHillasCalc.cc:
1116 - optimized output
1117
1118 * mimage/MHillasExt.cc:
1119 - fMaxDist got a sign
1120
1121 * mimage/MNewImagePar.[h,cc]:
1122 - enhanced comments
1123 - added new Print() member function
1124
1125 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
1126 - forward geomcam to newimgepar.Print()
1127
1128
1129
1130 2004/04/08: Markus Gaug
1131
1132 * mcalib/MCalibrationChargeCalc.[h,cc]
1133 * mcalib/MCalibrationChargeCam.[h,cc]
1134 * mcalib/MCalibrationChargePix.[h,cc]
1135 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1136 * mcalib/MCalibrationChargePINDiode.[h,cc]
1137 - put calculation of photon fluxes with the three methods into
1138 MCalibrationChargeCalc
1139 - reorganized calculations in a better readable way (hopefully!)
1140
1141 * mbase/MAGIC.h
1142 * mcalib/MCalibrationCam.[h,cc]
1143 * mcalib/MCalibrationQECam.[h,cc]
1144 * mcalib/MCalibrationQEPix.[h,cc]
1145 - put PulserColor_t away from MAGIC.h into MCalibrationCam
1146 - full implementation of the QE-calibration from MCalibrationQEPix
1147
1148 * msignal/MExtractBlindPixel.cc
1149 - removed warning about low-gain saturation of Blind pixel
1150
1151 * mcalib/MCalibrate.[h,cc]
1152 * mcalib/MCalibrateData.[h,cc]
1153 * mcalib/MMcCalibrationCalc.[h,cc]
1154 * manalysis/MMcCalibrationUpdate.[h,cc]
1155 - conversion factors now separated into FADC2phe and then into
1156 call to average Quantum efficiency.
1157
1158
1159 2004/04/07: Markus Gaug
1160
1161 * mcalib/MHGausEvents.[h,cc]
1162 - added fBlackout events
1163
1164
1165
1166 2004/04/06: Thomas Bretz
1167
1168 * mcalib/MCalibrationCam.[h,cc]:
1169 - simplified call to initialization by new function Init()
1170
1171 * mcalib/MH*.cc:
1172 - fixed some warnings (comparision between signed and unsigned)
1173
1174 * manalysis/MGeomApply.cc:
1175 - use new Init-funtion of MCalibrationCam
1176
1177 * mastro/MAstro.cc:
1178 - some fixes to the conversion functions
1179
1180 * mastro/MAstroCamera.[h,cc]:
1181 - added comments
1182 - changed argument type of AddPrimitives
1183
1184 * mastro/MAstroCatalog.[h,cc]:
1185 - many changes to make it possible to overlay the
1186 catalog on top of a 2D histogram
1187
1188 * mbase/MEvtLoop.cc:
1189 - fixed estimation of run-time
1190
1191 * mbase/MMath.[h,cc]:
1192 - added member functions for signed significances
1193
1194 * mbase/MParContainer.cc:
1195 - changed GetterMethod() to support double reference data mebers
1196
1197 * mbase/MStatusDisplay.cc:
1198 - removed some obsolete debug outputs
1199
1200 * mbase/MTask.[h,cc]:
1201 - removed fNumExecutions, fStopwatch already counts the calls
1202 - slight chagnes to output of PrintStatistics
1203
1204 * mbase/MTaskList.[h,cc]:
1205 - slight chagnes to output of PrintStatistics
1206
1207 * mbase/MTime.cc:
1208 - removed +TwoPi from GetGmst
1209
1210 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
1211 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
1212 mcamera/MCameraPowerSupply.h:
1213 - added missing Getter functions
1214
1215 * mcamera/MCameraHV.h:
1216 - removed obsolete data-meber fMean
1217
1218 * mdata/DataLinkDef.h:
1219 - added MDataFormula
1220
1221 * mdata/MDataChain.cc, mdata/Makefile:
1222 - enhanced dosumentation
1223 - implemented use of multi argument functions
1224 - added ^-operator
1225
1226 * mdata/MDataList.[h,cc]:
1227 - added ^-operator
1228 - enhanced IsValid
1229
1230 * mfbase/MFilterList.cc:
1231 - changed a warn-output to inf
1232
1233 * mgeom/MGeomCam.[h,cc]:
1234 - added getter returning index corresponding to XY
1235
1236 * mgeom/MGeomPix.[h,cc]:
1237 - added getter IsInside
1238
1239 * mhist/MHCamera.cc:
1240 - Return 0 in GetMean if no entries
1241
1242 * mhist/MHFalseSource.[h,cc]:
1243 - removed conversion stuff (mm/deg)
1244 - slight change to calculation of significance
1245 - added dist-cuts
1246 - added histogram showing number of entries
1247 - added display of catalog
1248
1249 * mhist/MHStarMap.cc:
1250 - added comment
1251
1252 * mimage/MHillasExt.[h,cc]:
1253 - changed class version to 3
1254 - added new data-member fMaxDist
1255
1256 * mimage/MNewImagePar.[h,cc]:
1257 - added new data member fUsedArea and fCoreArea
1258
1259 * mmc/MMcConfigRunHeader.h:
1260 - readded GetMirrors (WHY WAS IT GONE?)
1261
1262 * mpointing/MPointingPos.[h,cc]
1263 - implemented Getter to get coordinates in rad
1264
1265 * mpointing/MSrcPosCalc.[h,cc]:
1266 - fixed direction of rotation
1267 - for the moment do use fTime
1268
1269
1270
1271 2004/04/06: Markus Gaug
1272
1273 * mcalib/MCalibrationChargePix.[h,cc]
1274 - change names of the GetLoGain*() functions to
1275 GetConvertedLoGain*() for better clarity
1276
1277 * mcalib/MCalibrationChargeCam.[h,cc]
1278 - updated and enlarged documentation
1279
1280 * mcalib/MHCalibrationChargeCam.cc
1281 * mcalib/MHCalibrationRelTimeCam.cc
1282 - set the arrays by use of memset
1283 - initialize TObjArrays with the Init-Function
1284
1285
1286 2004/04/05: Markus Gaug
1287
1288 * msignal/MExtractedSignalPINDiode.h
1289 - new function GetLastUsedSlice()
1290
1291 * mcalib/MCalibrationChargeCalc.[h,cc],
1292 * mcalib/MCalibrationChargeCam.cc:
1293 - holds also pointers to MExtractedSignalPINDiode and
1294 MExtractedSignalBlindPixel and does the checks inside the task
1295 (instead of inside the containers)
1296
1297 * mcalib/MCalibrationChargeBlindPix.[h,cc],
1298 * mcalib/MCalibrationChargePINDiode.[h,cc]:
1299 - updated and enlarged documentation
1300
1301 * mcalib/MHCalibrationChargePINDiode.cc
1302 * mcalib/MHCalibrationChargeCam.[h,cc]
1303 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
1304 - rename arrays of fAverageSigmaErr to AverageSigmaVar
1305
1306 * mcalib/MCalibrationPix.[h,cc]
1307 * mcalib/MCalibrationChargePix.[h,cc]
1308 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1309 * mcalib/MCalibrationChargePINDiode.[h,cc]
1310 - add Getters to the relative variance
1311
1312 * mcalib/MHGausEvents.[h,cc]
1313 * mcalib/MCalibrationPix.[h,cc]
1314 * mcalib/MHCalibrationCam.cc
1315 - add to Pickup also Blackout events
1316
1317
1318 2004/04/05: Nadia Tonello
1319
1320 * mbadpixels/MBadPixelsTreat.cc
1321 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
1322
1323
1324
1325 2004/04/02: Markus Gaug
1326
1327 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
1328 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
1329 mcalib/MCalibrationRelTimeCam.[h,cc],
1330 mcalib/MCalibrationRelTimePix.[h,cc]:
1331 - updated and enlarged documentation
1332
1333 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
1334 mcalib/MHCalibrationChargePix.[h,cc],
1335 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
1336 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1337 mcalib/MHCalibrationChargeBlindPix.[h,cc],
1338 mcalib/MHCalibrationChargePINDiode.[h,cc]:
1339 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
1340 ChangeHistId() into MHGausEvents (before in the derived classes)
1341 - put fChargeNbins, fChargeFirst, fChargeLast,
1342
1343 * mcalib/MHCalibrationRelTimePix.[h,cc]:
1344 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
1345 into MHGausEvents as fNbins, fFirst and fLast
1346
1347 * mcalib/MHCalibrationRelTimePix.[h,cc]:
1348 - remove Renormalization to time slices. Need to think about
1349 more direct way to implement
1350
1351 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
1352 mcalib/MHCalibrationChargeCam.[h,cc],
1353 mcalib/MHCalibrationRelTimeCam.[h,cc]:
1354 - put most of the functionality into the base class MHCalibrationCam
1355 - derived classes overload the functions SetupHists, ReInitHists,
1356 FillHists, FinalizeHists and FinalizeBadPixels.
1357 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
1358 FitLoGainHists and InitHists can be used from base class.
1359
1360 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
1361 mcalib/MCalibrationRelTimePix.[h,cc]:
1362 - put most of the functionality into the base class MCalibrationPix
1363 - other two classes derive now from MCalibrationPix
1364
1365 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
1366 mcalib/MCalibrationRelTimeCam.[h,cc]:
1367 - put most of the functionality into the base class MCalibrationCam
1368 - other two classes derive now from MCalibrationCam
1369 - calls to MCalibration*Cam[i] now have to cast!
1370
1371 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
1372 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1373 * mcalib/MCalibrationChargeCalc.cc:
1374 - cast calls to MCalibration*Cam[i]
1375
1376 * manalysis/MGeomApply.cc
1377 - add initialization MCalibrationRelTimeCam
1378 - add intialization of average pixels
1379
1380
1381
1382 2004/04/02: Abelardo Moralejo
1383
1384 * msignal/MExtractSignal3.[h,cc]
1385 - added. Alternative method for signal extraction. Uses sliding
1386 window from event to event, but a common window for all pixels
1387 in an event.
1388
1389 * msignal/Makefile, SignalLinkDef.h
1390 - added MExtractSignal3.
1391
1392
1393
1394 2004/04/02: Markus Gaug
1395
1396 * mbadpixels/MBadPixelsPix.h
1397 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
1398 enum
1399
1400 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
1401 mcalib/Makefile, mcalib/CalibLinkDef.h:
1402 - two new base classes for general calibration storage containers,
1403 contain average pixel storage functionality
1404
1405 * mcalib/MCalibrationRelTimeCam.[h,cc],
1406 mcalib/MCalibrationRelTimePix.[h,cc]:
1407 - new storage container for the rel. time calibration results, derive
1408 from MCalibrationPix, MCalibrationCam
1409
1410
1411
1412 2004/04/01: Markus Gaug
1413
1414 * msignal/MArrivalTimeCalc.[h,cc]
1415 - set fSaturationLimit as a variable with default (instead of 0xff)
1416
1417 * mcalib/MHCalibrationChargeCam.[h,cc]
1418 mcalib/MCalibrationChargeCam.[h,cc]
1419 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
1420 - add average pixels per sector
1421
1422 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
1423 mcalib/MHCalibrationRelTimePix.[h,cc]:
1424 - moved BypassFit() function to MHGausEvents
1425
1426 * mcalib/MHCalibrationChargeCam.[h,cc]:
1427 - updated and enlarged documentation
1428 - derives now from mcalib/MHCalibrationCam
1429
1430 * mcalib/MCalibrationChargePix.[h,cc]:
1431 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
1432
1433 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1434 - new base class for all MHCalibration*Cam object, contains the average
1435 pixel functionality
1436
1437
1438
1439 2004/03/31: Markus Gaug
1440
1441 * mcalib/MHCalibrationChargeCam.[h,cc],
1442 mcalib/MCalibrationChargeCam.[h,cc],
1443 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
1444 - make the average pixel independent on camera geometry, i.e.
1445 one average pixel per MGeomPix::Aidx
1446
1447
1448
1449 2004/03/31: Abelardo Moralejo
1450
1451 * mmc/MMcConfigRunHeader.[h,cc]
1452 - updated to current version (3) in camera program. Added member
1453 fLightCollectionFactorOuter so that we can store the data on
1454 the simulatedlight collection efficiency (light guides +
1455 plexiglas +...) as a function of incidence angle for outer and
1456 inner pixels independently. Added getters for this information
1457 on light collection efficiency.
1458
1459
1460
1461 2004/03/30: Markus Gaug
1462
1463 * mcalib/MHGausEvents.[h,cc],
1464 mcalib/MHCalibrationChargePix.[h,cc],
1465 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
1466 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
1467 mcalib/MHCalibrationChargeBlindPix.[h,cc],
1468 mcalib/MHCalibrationChargePINDiode.[h,cc],
1469 mcalib/MHCalibrationRelTimeCam.[h,cc],
1470 mcalib/MHCalibrationRelTimePix.[h,cc],
1471 mcalib/MHPedestalPix.[h,cc],
1472 mcalib/MHPedestalCam.[h,cc]:
1473 - updated and enlarged documentation
1474
1475
1476
1477 2004/03/30: Abelardo Moralejo
1478
1479 * mmc/MMcFadcHeader.hxx
1480 - updated to current version (4) in camera program.
1481
1482
1483
1484 2004/03/29: Markus Gaug
1485
1486 * manalysis/MSourcePosFromStarPos.cc
1487 - replaced fabs(ival) by TMath::Abs(ival)
1488
1489 * mbadpixels/MBadPixelsPix.h
1490 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
1491
1492 * mbadpixels/MBadPixelsPix.cc
1493 - put some documentation in the header
1494
1495 * mcalib/MHCalibrationChargeCam.cc
1496 mcalib/MCalibrationChargeCam.cc
1497 mbadpixels/MBadPixelsCam.cc
1498 - adopt to new style in MBadPixelsPix.h
1499
1500 * mcalib/MCalibrationChargeCalc.[h,cc]
1501 mcalib/MCalibrationChargePix.[h,cc]
1502 - move consistency checks from Pix to Calc
1503
1504 * mcalib/MHGausEvents.[h,cc]
1505 - fixed axes for event and fourier spectrum Draw
1506
1507 * mcalib/MHCalibrationChargePix.[h,cc]
1508 mcalib/MHCalibrationChargeCam.[h,cc]
1509 - moved definition of pulser frequency to MHCalibrationChargeCam
1510
1511
1512
1513 2004/03/24: Thomas Bretz
1514
1515 * mbase/MMath.cc:
1516 - now SignificanceLiMa returns 0 in case sum==0
1517
1518
1519
1520 2004/03/23: Thomas Bretz
1521
1522 * mbase/MContinue.cc, mhbase/MH.cc:
1523 - changed a warning message to an inf-message
1524
1525 * mfileio/MReadTree.cc:
1526 - added an additional logging message when adding files to a
1527 chain successfully.
1528
1529 * mbase/MProgressBar.cc:
1530 - fixed initial size
1531
1532 * mastro/MAstro.[h,cc]:
1533 - changed the code for the rotation angle back to its original
1534 shape. The definition I tried to introduced was already
1535 correctly implemented (assuming that sin is the x-component
1536 of the vector I had it wrong in my mind twice, using
1537 atan2(y,x) everywhere I did recognize it...)
1538
1539 * mreport/MReport.cc:
1540 - fixed a bug which caused a crash when the time is not valid
1541
1542 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
1543 - fixed: v.Roatete() must be v=v.Rotate()
1544 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
1545 or MObservatory (leaving out the corresponding translations)
1546
1547
1548
1549 2004/03/22: Markus Gaug
1550
1551 * mfileio/Makefile, mimage/Makefile
1552 - mpointing included
1553
1554
1555
1556 2004/03/22: Thomas Bretz
1557
1558 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
1559 - added
1560
1561 * mastro/MAstro.[h,cc]:
1562 - added code to calculate rotationangle previously in MObservatory
1563 - changed definition of rotation angle such, that it is now
1564 180deg if Ra and Az grid is parallel
1565
1566 * mastro/MAstroCatalog.[h,cc]:
1567 - fixes and enhancements to the display (such as misscalculated
1568 number of grid lines, title display, etc)
1569 - enhancements to the output
1570 - generalized creation of grid - for further usage
1571
1572 * mastro/MAstroSky2Local.[h,cc]:
1573 - replaced calculation of rotation angle by the function in
1574 MAstro
1575
1576 * mastro/MObservatory.[h,cc]:
1577 - small changes to Print output
1578 - moved code for calculation of rotation angle to MAstro
1579
1580 * mbase/MEvtLoop.cc:
1581 - do not output number of events per second if no events processed
1582
1583 * mbase/MParList.cc:
1584 - updated some comments
1585
1586 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
1587 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
1588 mreport/MReportFileRead.cc:
1589 - output error string if file cannot be opened
1590
1591 * mfileio/MReadTree.cc:
1592 - output name of chain which is scanned
1593
1594 * mimage/MConcentration.cc:
1595 - replaced loop by iterator
1596 - removed obsolete (unused) variables
1597
1598 * mimage/MHNewImagePar.[h,cc]:
1599 - fixed display colors
1600
1601 * mpointing/MPointingPos.[h,cc]:
1602 - added member function to calculate rotation angle
1603 - added comments
1604
1605 * mpointing/Makefile:
1606 - added include MAstro
1607
1608 * manalysis/MSrcPosCam.[h,cc]:
1609 - moved to mpointing
1610
1611 * mpointing/MSrcPosCalc.[h,cc]:
1612 - added: Derotates a star in the camera into MSrcPosCam
1613
1614 * mpointing/Makefile, mpointing/PointingLinkDef.h:
1615 - added MSrcPosCam
1616 - added MSrcPosCalc
1617
1618 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1619 - removed MSrcPosCam
1620
1621 * mmain/Makefile:
1622 - added include for mpointing
1623
1624 * manalysis/AnalysisIncl.h:
1625 - removed TVector2
1626
1627 * mbase/MParContainer.h:
1628 - added new abstract virtual member function SetVariables
1629 (to be used in fits)
1630 - addeed some text to class description
1631
1632 * mdata/MData.cc:
1633 - added comment
1634
1635 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
1636 mdata/MDataList.[h,cc], mdata/MDataMember.h,
1637 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
1638 - added SetVariables
1639
1640 * mdata/MDataChain.[h,cc]:
1641 - added support for indexed variables [i]
1642 - added SetVariables
1643
1644 * mdata/MDataValue.[h,cc]:
1645 - added support for variable values (through SetVariables)
1646 - added support for an index
1647 - added SetVariables
1648
1649 * mfbase/MF.[h,cc]:
1650 - removed support for {}. This case is now detected
1651 automatically
1652 - added SetVariables
1653 - added support for expressiond like
1654 "MHillas.fLength<2*MHillas.fWidth"
1655
1656 * mfbase/MFDataChain.[h,cc]:
1657 - added fCond data member
1658 - addednew constructor to support fCond
1659 - added support for new condition type
1660 - adapted Print and GetRule
1661
1662 * mimage/MNewImagePar.[h,cc]:
1663 - added some comments
1664
1665 * mhist/MHStarMap.[h,cc]:
1666 - fixed to use the correct MPointingPos instead of the
1667 deprecated MMcEvt. Use MPointingPosCalc to copy the
1668 pointing position from MMcEvt to MPointingPos
1669
1670 * mbase/MMath.[h,cc]:
1671 - added, which currently only implements calculation of
1672 significance and Li/Ma significance
1673
1674 * mbase/Makefile, mbase/BaseLinkDef.h:
1675 - added MMath
1676
1677
1678
1679 2004/03/19: Markus Gaug
1680
1681 * mcalib/MHCalibrationChargePix.cc
1682 - added some style to the default Draw in order to see the
1683 label and axis titles better
1684
1685 * mcalib/MHCalibrationChargeCam.[h,cc]
1686 - store and display more information on the average pxiels
1687
1688 * mcalib/MCalibrationCam.cc
1689 - the GetPixelContent flag were not correct any more, fixed them
1690
1691 * macros/calibration.C
1692 - fixed GetPixelContent flags
1693 - draw radial profile of the variables
1694
1695 * mjobs/MJCalibration.cc
1696 - fixed GetPixelContent flags
1697 - introduced RadialProfile for some displays
1698 - removed some not so important displays
1699
1700 * manalysis/MGeomApply.cc
1701 - included MCalibrationQECam to be initialized
1702
1703 * mcalib/MCalibrationChargePix.[h,cc],
1704 mcalib/MCalibrationQEPix.[h,cc]:
1705 - replace DefinePixId by SetPixId
1706
1707 * mcalib/MCalibrationChargeCalc.[h,cc]
1708 - added MCalibrationQECam
1709 - cleaned the code up a little
1710 - give more information at the end
1711
1712 * mcalib/MCalibrationChargePix.[h,cc]
1713 - took out fNumLoGainSampels whihc is not needed any more because
1714 conversion is only done in the getters
1715 - Canceled function ApplyLoGainConversion (for same reason)
1716
1717 * msignal/MExtractSignal2.cc
1718 - remove uncommented piece of code
1719
1720 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1721 - remove warning about pixel with low gain saturation,
1722 now in MBadPixelsPix
1723
1724 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
1725 - added new flag: kDeviatingNumPhes
1726
1727 * mcalib/MCalibrationChargePix.cc
1728 - check for mean arr. time in last bin replaced by check in last
1729 two bins
1730
1731 * mcalib/MCalibrationChargePix.[h,cc],
1732 mcalib/MCalibrationChargeCam.cc,
1733 mcalib/MHCalibrationChargeCam.cc:
1734 - removed flag kHiGainFitted, kLoGainFitted, since they are
1735 available from MBadPixelsPix
1736
1737 * macros/calibration.C, macros/calibrate_data.C
1738 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
1739 corrected them
1740
1741
1742
1743 2004/03/18: Raquel de los Reyes
1744
1745 * macros/DAQDataCheck.C
1746 - macro to check the data from the DAQ system (.raw files).
1747
1748
1749
1750 2004/03/18: Thomas Bretz
1751
1752 * manalysis/AnalysisIncl.h:
1753 - added TVector2
1754
1755 * manalysis/MSrcPosCam.[h,cc]:
1756 - added Getter/Setter using TVector2
1757
1758 * mhbase/MH.cc:
1759 - fixed GetMinimumGT for TH2 and TH3
1760
1761 * mpointing/MPointingPos.h:
1762 - added Getter/Setter for Ra/Dec
1763
1764 * mpointing/MPointingPosCalc.cc:
1765 - fill Ra/Dec into MPointingPos
1766
1767
1768
1769 2004/03/18: Markus Gaug
1770
1771 * mgeom/MGeomCam.[h,cc]
1772 - replace fMaxRadius by a TArrayF of pixel area types
1773 - new TArrayF fMinRadius of each pixel area type
1774 - backward compatibility should be given,
1775 call to GetMaxRadius() returns the value for the whole camera
1776 (which corresponds to the previous value for the Magic camera)
1777
1778 * mimage/MConcentration.cc
1779 - fixed on flog to fLog in order to compile
1780
1781
1782
1783 2004/03/17: Thomas Bretz
1784
1785 * mastro/MAstroCatalog.[h,cc]:
1786 - some simplifications and changes
1787
1788 * mastro/MAstroCatalog.[h,cc]:
1789 - some simplifications and changes
1790
1791 * mastro/MAstroSky2Local.[h,cc]:
1792 - rotation matrix from sky to local coordinates
1793 - added
1794
1795 * mastro/Makefile, mastro/AstroLinkDef.h:
1796 - MAstroSky2Local added
1797
1798 * mraw/MRawEvtPixelIter.cc:
1799 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
1800 accelerated and fixed (the first slice was compared to itself
1801 and the last slice was not taken into account)
1802
1803 * manalysis/MCerPhotAnal2.cc:
1804 - fixed a bug in the new treatment of lo-gains
1805
1806 * mhvstime/MHPixVsTime.cc:
1807 - fixed missing initialization of fTypeErr in constructor
1808
1809 * mimage/MHillas.[h,cc]:
1810 - implemented member function which returns MeanX/Y as TVector2
1811
1812 * mimage/ImageIncl.h:
1813 - added TVector2
1814
1815 * manalysis/MCerPhotEvt.[h,cc]:
1816 - fixed a bug in AddPixels which - in some special circumstances -
1817 cutted pixels with high pixel indices
1818
1819
1820
1821 2004/03/17: Antonio Stamerra
1822
1823 * macros/datatrigcheck.C
1824 - added macro for time and trigger data-checking
1825
1826
1827
1828 2004/03/17: Abelardo Moralejo
1829
1830 * manalysis/MSourcePosfromStarPos.cc
1831 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
1832 compile.
1833
1834 * macros/starmc.C
1835 - added parameter accepted_fraction to select fraction of events
1836 to be processed (useful to make smaller outputs).
1837
1838
1839
1840 2004/03/17: Wolfgang Wittek
1841
1842 * manalysis/MSigmabar.[h,cc]
1843 - correct calculation of sector, which was wrong
1844
1845
1846
1847 2004/03/16: Markus Gaug
1848
1849 * mhist/MHCamera.[h,cc]
1850 - added function RadialProfile which returns a TProfile of the
1851 value along the radius from the camera center
1852
1853
1854
1855 2004/03/16: Oscar Blanch Bigas
1856
1857 * mimage/MConcentration.[h,cc]
1858 - new class for Concentration stuff.
1859 - It computes and stores Concentration 1-8
1860
1861 * mimage/MNewImagePar.[h,cc]
1862 - New Concentration stuff is moved to MConcentration.
1863
1864 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
1865 - Modifications needed to support and compile new
1866 MConcentration class.
1867
1868
1869
1870 2004/03/16: Thomas Bretz
1871
1872 * mjobs/MJ*.[h,cc]
1873 - removed some obsolete comments
1874 - removed projections from Directory (SetDirectory(0))
1875
1876
1877
1878 2004/03/16: Wolfgang Wittek
1879
1880 * manalysis/MSigmabar.[h,cc]
1881 - calculate sigmabar as mean of individual pedestalRMS
1882 instead of sqrt of mean pedestalRMS^2
1883
1884
1885
1886 2004/03/16: Oscar Blanch
1887
1888 * mimage/MNewImagePar.[h,cc]
1889 - New variables members added: fInnerSize, fInnerLeakage[1,2],
1890 fConc[3-8].
1891 - It is only ready for Magic Camera geometry. It has to be done
1892 MGeomCam base.
1893 - The version ahs not been updated since it was done on the
1894 2004/03/10 by Abelardo.
1895
1896
1897
1898 2004/03/15: Markus Gaug
1899
1900 * mcalib/MCalibrationChargePix.[h,cc],
1901 mcalib/MCalibrationChargeCam.[h,cc],
1902 mcalib/MCalibrationChargeCalc.cc:
1903 - conversion from hi- to logain now not applied until the value is
1904 exported outside the class. This is necessary for the error
1905 propagation in the F-Factor method: In the calculation of the
1906 number of Phe, the conversion factors cancel out and do not
1907 enlarge the errors
1908 - pixels with number of phe's outside the range defined by
1909 fPheFFactorRelErrLimit are not any more declared as:
1910 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
1911 but instead as:
1912 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
1913 Like this, everybody is allowed to calibrate pixels which give
1914 no reasonable results in the calibration without bothering that
1915 too many pixels fall out. Enjoy!
1916 - In that procedure, the classes passed _internally_ from calculation
1917 of sigmas to calculation of variances which saves all the useless
1918 square rooting.
1919 - took out pointers to MCalibrationChargeBlindPix and
1920 MCalibrationChargePINDiode in MCalibrationChargeCam.
1921
1922
1923
1924 2004/03/15: Abelardo Moralejo
1925
1926 * mmc/MMcEvt.hxx
1927 - added getter function for fZFirstInteraction
1928
1929
1930
1931 2004/03/15: Wolfgang Wittek
1932
1933 * mastro/MObservatory.[h,cc]
1934 - remove bugs in RotationAngle(theta, phi, sin, cos)
1935 replaced
1936 cos = sinl + cosl*cosp /denom;
1937 by
1938 cos = (sinl - cosl*cosp) /denom;
1939
1940
1941
1942 2004/03/15: Thomas Bretz
1943
1944 * mastro/MObservatory.[h,cc]:
1945 - implemented RotationAngle(ra, dec, time)
1946
1947 * mbase/MTask.[h,cc]:
1948 - implemented usage of a TStopwatch to retriev time consumtion
1949 informations
1950 - changed PrintStatistics not to print classes having no
1951 Process() function
1952
1953 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
1954 - changed PrintStatistics according to changes in MTask
1955
1956 * mraw/MRawEvtHeader.cc:
1957 - added a comment to Fill member function
1958
1959 * manalysis/MCerPhotEvt.[h,cc]:
1960 - added fLut.Set to FixSize and resize fLut by a factor of 2
1961 instead of +1 which acelerates creation of all pixels a lot
1962
1963 * mbadpixels/MBadPixelsPix.cc:
1964 - fixed a typo
1965
1966 * mfilter/MFSoftwareTrigger.cc:
1967 - made statistics output meaning independant of usage of filter!
1968
1969 * mhbase/MFill.[h,cc]:
1970 - added possibility to give tab a different name
1971
1972 * mhist/MHCamera.cc:
1973 - fixed a bug when determin scale for same-option
1974
1975 * mjobs/MJCalibration.cc:
1976 - changed tab names for MFillH
1977
1978 * mjobs/MJExtactSignal.cc:
1979 - added MRawEvtHeader to output
1980
1981 * mbase/MStatusDisplay.[h,cc]:
1982 - changed displayed year
1983 - read and store MStatusArray to and from files
1984
1985 * mfileio/MReadTree.cc:
1986 - enhanced output
1987
1988 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
1989 - added preliminary mode to display F1/F2/F3-files
1990
1991 * mbase/MStatusArray.[h,cc]:
1992 - added
1993
1994 * mbase/Makefile, mbase/BaseLinkDef.h:
1995 - added MStatusArray
1996
1997 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
1998 - improved drawing MHCamera with 'same' option
1999
2000
2001
2002 2004/03/13: Markus Gaug
2003
2004 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
2005 mcalib/MCalibrationChargePix.[h,cc],
2006 mcalib/MHCalibrationChargeCam.cc,
2007 mcalib/MHCalibrationChargeLoGainPix.cc:
2008 - fixed Low Gain calibration
2009
2010 * mcalib/MHGausEvents.cc:
2011 - changed default fit prob. limit from 0.005 to 0.001
2012
2013 * mbadpixels/MBadPixelsPix.h :
2014 - IsCalibrationResultOK does not ask for FitOK any more
2015
2016 * mcalib/MHCalibrationChargeCam.cc:
2017 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
2018
2019 * mraw/MRawEvtPixelIter.[h,cc]:
2020 - function GetIdxMaxLoGainSamples can be called optionally with
2021 offset (because first "loGain" samples are often in reality
2022 hiGain with high values.
2023
2024
2025
2026 2004/03/12: Sebastian Raducci
2027
2028 * manalysis/Makefile
2029 - added mastro in the include directories
2030
2031
2032
2033 2004/03/12: Thomas Bretz
2034
2035 * merpp.cc:
2036 - added 'force' option
2037
2038 * manalysis/MCerPhotAnal2.cc:
2039 - extract pedestal and pedestal rms from lo-gain if hi-gain not
2040 above a certain athreshold
2041
2042 * mastro/MAstroCatalog.[h,c]:
2043 - added text argument to DrawStar
2044
2045 * mbase/MStatusDisplay.cc:
2046 - some small changes to output of SaveAsPS
2047
2048 * mfilter/MFCosmics.cc:
2049 - changed output of filter statistics
2050
2051 * mbadpixels/MBadPixelsTreat.[h,cc]:
2052 - fixed some problems with the code - now it should work like
2053 expected
2054 - added a new member function to be able to change the number
2055 of required neighbors
2056
2057
2058
2059 2004/03/12: Wolfgang Wittek
2060
2061 * manalysis/Makefile
2062 - include 'mastro'
2063
2064 * manalysis/MSourcePosfromStarPos.[h,cc]
2065 - include MObservatory.h
2066 - call member function Rotationangle() of MObservatory
2067
2068
2069
2070 2004/03/12: Markus Gaug
2071
2072 * mjobs/MJCalibration.cc
2073 - updated call in displays to the corr. Cams.
2074
2075 * macros/calibrate_data.C
2076 - macro to study calibrate and study data used in Munich and IFAE
2077
2078
2079
2080 2004/03/12: Antonio Stamerra
2081
2082 * mraw/MRawEvtHeader.[h,cc]
2083 - Added the method GetTriggerID() to decode the trigger pattern.
2084
2085
2086
2087 2004/03/11: Abelardo Moralejo
2088
2089 * mimage/MHillasCalc.cc
2090 - Added some printout in PostProcess, to better express the reasons
2091 for which the reconstruction of some events did not succeed.
2092
2093
2094
2095 2004/03/11: Thomas Bretz
2096
2097 * status.cc:
2098 - updated
2099
2100 * manalysis/MCerPhotAnal2.cc:
2101 - removed an obsolete debug output
2102
2103 * mhist/MHCamera.[h,cc]:
2104 - added same-option to camera display
2105
2106 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
2107 - implemented functionality of MBlindPixelsCalc2
2108
2109 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
2110 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
2111 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
2112 - replaced several Set/GetUnsuitable* by a single member function
2113
2114
2115
2116 2004/03/11: Markus Gaug
2117
2118 * mbadpixels/MBadPixelsPix.h
2119 - removed bits about validity of calibration methods
2120 - IsCalibrationResultOK asks also from IsSuitableRun
2121
2122 * mbadpixels/MBadPixelsCam.cc
2123 - updated GetPixelContent
2124 - added Print function
2125
2126 * mcalib/MCalibrationChargeCam.[h,cc]
2127 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
2128 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
2129 - use two loops over pixels in order to determine mean flux of phe;s to
2130 discard pixels far outside the normal distribution
2131
2132 * mcalib/MCalibrate.cc
2133 - added case that no MBadPixelsCam is available.
2134
2135 * mcalib/MHCalibrationChargeCam.cc
2136 - adapted to new MBadPixelsPix::SetUnsuitable function
2137
2138
2139 2004/03/10: Abelardo Moralejo
2140
2141 * manalysis/MCerPhotPix.[h,cc]
2142 - Added member fIsHGSaturated, and setter/getter functions.
2143 Updated class version to 4.
2144
2145 * mcalib/MCalibrate.cc, MCalibrateData.cc
2146 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
2147 slices saturate.
2148
2149 * mimage/MNewImagePar.[h,cc]
2150 - Added member fNumHGSaturatedPixels to count the number of pixels
2151 in which high gain saturates. Added getter funciton for it.
2152 Updated class version to 3.
2153
2154
2155
2156 2004/03/10: Markus Gaug
2157
2158 * mcalib/MCalibrationChargeCalc.cc,
2159 mcalib/MCalibrationChargePix.[h,cc],
2160 mcalib/MCalibrationChargeCam.[h,cc]:
2161 - calculation of conversion factor with F-Factor method from
2162 same mean number of photons, derived from weighted mean number
2163 of photo-electrons from inner and outer pixels, respectively
2164
2165 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2166 - fixed the projections (did only display inner pixels up to now)
2167
2168 * macros/calibration.C
2169 - small bug fixed in display of rel. arrival times
2170 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
2171
2172 * mbadpixels/MBadPixelsCam.cc
2173 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
2174 to program when reading from an ascii-file.
2175
2176 * mbadpixels/MBadPixelsCalc.cc
2177 - replaced one SetUnsuitableRun(....) by the new version without
2178 argument.
2179
2180
2181
2182 2004/03/10: Thomas Bretz
2183
2184 * mfilter/MFSoftwareTrigger.[h,cc]:
2185 - changed to support also a predifined number of NN
2186
2187 * mastro/MAstroCatalog.[h,cc]:
2188 - many enhancements
2189 - many speed improvements
2190
2191 * mbadpixels/MBadPixelsPix.[h,cc]:
2192 - fixed
2193
2194
2195
2196 2004/03/10: Ester Aliu
2197
2198 * mtemp/MIslands.[h,cc]
2199 - New MParContainer to hold information about islands
2200 (number of islands, pixels in each Island, Signal/Noise of
2201 each Island).
2202
2203 * mtemp/MIslandCalc.[h,cc]
2204 - New MTask to count and characterize Islands.
2205
2206
2207
2208 2004/03/09: Thomas Bretz
2209
2210 * Makefile.rules:
2211 - replaced *.o by $(...) for building archives
2212
2213 * mjobs/MJCalibration.cc:
2214 - exchanged apply and merge task
2215
2216 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
2217 - fixed some const-qualifiers
2218
2219 * mcalib/MHCalibrationChargeBlindPix.cc,
2220 mcalib/MHCalibrationChargeCam.cc,
2221 mcalib/MHCalibrationChargePINDiode.cc
2222 - removed some obsolete output when calling FindCreateObj
2223 - changed some 'not found' output messages to be 'Mars-compliant'
2224 - replaced some gLog by *fLog
2225
2226
2227
2228 2004/03/08: Markus Gaug
2229
2230 * mbadpixels/MBadPixelsPix.h
2231 - small modifications for better readability
2232 - remove Getters for calibration methods
2233 - added flag "UnReliableRun" in fInfo[0]
2234
2235 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
2236 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
2237 calibration does not succeed.
2238
2239 * mcalib/MCalibrationChargeCam.cc
2240 - displaying saturation also for not-valid pixels in GetPixelContent
2241
2242 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
2243 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
2244 mcalib/MCalibrationChargeCalc.[h,cc]:
2245 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
2246 This because MExtractSignal2 set the whole window which was much
2247 bigger than the actually used one. This bug is now removed.
2248
2249
2250
2251 2004/03/08: Thomas Bretz
2252
2253 * merpp.cc:
2254 - fixed a bug in the screen output
2255
2256 * mgeom/MGeomMirror.cc:
2257 - added comment
2258
2259 * mmc/MMcConfigRunHeader.h:
2260 - added member function GetMirrors
2261
2262
2263
2264 2004/03/08: Abelardo Moralejo
2265
2266 * macros/starmc.C, starmcstereo.C, mccalibrate.C
2267 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
2268 added for each telescope to the parameter list.
2269
2270 * mmain/MEventDisplay.cc, Makefile
2271 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
2272 Necessary due to changes in MCalibrate.
2273
2274
2275
2276 2004/03/06: Markus Gaug
2277
2278 * macros/calibration.C
2279 - adapted call to MHCamera::ProjectionS to the new version
2280
2281 * mcalib/Makefile
2282 - include directory mbadpixels
2283
2284 * manalysis/Makefile
2285 - include directory mbadpixels
2286
2287 * mcalib/MCalibrationChargeCalc.[h,cc]
2288 - include MBadPixelsCam
2289 - remove exclusion of pixels from ascii-file
2290 (now accessible from MBadPixelsCam)
2291
2292 * mcalib/MCalibrationChargePix.[h,cc]
2293 - include MBadPixelsCam
2294
2295 * mcalib/MCalibrationChargeCam.[h,cc]
2296 - include MBadPixelsCam
2297
2298 * mcalib/MHCalibrationChargeCam.[h,cc]
2299 - include MBadPixelsCam
2300 - include one additional MBadPixelsPix for the average inner and
2301 outer pixel, respectively
2302
2303 * mcalib/MHCalibrationChargePix.[h,cc]
2304 - make fSaturated and fPickup a Float_t (for average pixel)
2305
2306 * mbadpixels/MBadPixelsPix.h
2307 - include the CalibrationType_t infos
2308 - exchange "SetUnsuitable" by "SetUnsuitableRun"
2309
2310 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
2311 - exchange "SetUnsuitable" by "SetUnsuitableRun"
2312
2313 * mbadpixels/MBadPixelsCalc.cc:
2314 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
2315
2316 * manalysis/MGeomApply.cc
2317 - remove obsolete MArrivalTime
2318 - add MBadPixelsCam
2319
2320 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
2321 - implemented calls to MBadPixelsCam
2322
2323 * macros/calibration.C, macros/bootcampstandardanalysis.C,
2324 macros/pedphotcalc.C
2325 - implemented calls to MBadPixelsCam
2326
2327 * mjobs/MJCalibration.cc
2328 - call to MBadPixelsCam
2329
2330
2331
2332 2004/03/05: Nadia Tonello
2333
2334 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
2335 manalysis/Makefile
2336 - Temporary class added (will be included in mbadpixels/ soon)
2337 - All the functions of MBlindPixelCalc are kept(with small improvements)
2338 - New function added: SetCheckPedestalRms
2339
2340 * manalysis/MCerPhotPix.h
2341 - Status Unmapped added (not include the pixel in the cleaned image)
2342
2343 * mimage/MImgCleanStd.cc
2344 - Checks for Unmapped status added
2345
2346 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
2347 - include <stdlib.h> to solve compilation error
2348
2349
2350
2351 2004/03/05: Sebastian Raducci
2352
2353 * msignal/MArrivalTimeCalc.cc
2354 - fixed a little bug (exchanged a - with a + in the Calc() method)
2355
2356
2357
2358 2004/03/05: Markus Gaug
2359
2360 * mcalib/MCalibraitonChargeCalc.cc
2361 - remove some runheader line:
2362 if (runheader->IsMonteCarloRun())
2363 return kTRUE;
2364 which gave always true since this week, don't know why.
2365 - added some information in class description
2366
2367
2368
2369 2004/03/04: Sebastian Raducci
2370
2371 * msignal/MArrivalTimeCalc.cc
2372 - fixed a memory leak (the spline was not deleted...)
2373
2374
2375
2376 2004/03/04: Thomas Bretz
2377
2378 * mgeom/MGeomCam.[h,cc]:
2379 - added new data member fNumAreas
2380 - added new function CalcNumAreas
2381 - increased class version to 3
2382
2383 * mgeom/MGeomCamMagic.cc:
2384 - added setting of area index
2385
2386 * mgeom/MGeomPix.[h,cc]:
2387 - added fAidx data member
2388 - added getter function fAidx
2389 - increased class version to 3
2390
2391 * macros/sectorvstime.C:
2392 - added example of how to plot the evolution of a sector vs time
2393
2394 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
2395 - moved to mhvstime
2396
2397 * mhvstime/MHSectorVsTime.[h,cc]:
2398 - added
2399
2400 * Makefile:
2401 - added mhvstime
2402
2403 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
2404 mhvstime/HVsTimeIncl.h:
2405 - added
2406
2407 * mhist/Makefile, mhist/HistLinkDef.h,
2408 - removed MHVsTime
2409 - removed MHPixVsTime
2410
2411 * macros/rootlogon.C, macros/dohtml.C:
2412 - added new directory mhvstime
2413
2414 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
2415 - changes such, that it doesn't crash if signal has no lo-gain
2416 (This might still give wrong results!)
2417
2418 * macros/dohtml.C:
2419 - added pixvstime.C
2420 - added sectorvstime.C
2421
2422 * manalysis/MMcCalibrationUpdate.cc:
2423 - some changes on file consistency check done by Abelardo,
2424 he may comment on it
2425
2426 * mhist/MHCamera.[h,cc]:
2427 - changed to support also dividing the camera in pixels area indices
2428
2429 * mhist/MHEvent.cc:
2430 - minor change
2431
2432 * mjobs/MJPedestal.cc:
2433 - adapted to changes in MHCamera
2434
2435 * mastro/MAstroCatalog.[h,cc]:
2436 - added preliminary catalog
2437
2438 * mastro/Makefile, mastro/AstroLinkDef.h:
2439 - added MAstroCatalog
2440
2441
2442
2443 2004/03/03: Thomas Bretz
2444
2445 * mgeom/MGeomCam.cc:
2446 - give a name and title also if the default constructor is used
2447
2448 * mgeom/MGeomMirror.[h,cc]:
2449 - added member function GetReflection
2450 - added persistent data member fReflector
2451
2452 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
2453 - fixed a typo in the output
2454
2455 * mraw/MRawFileWrite.cc:
2456 - added the missing '.' to MRawRunHeader. Because of the design of
2457 MReadTree this is backward compatible
2458
2459 * mraw/MRawRunHeader.h:
2460 - removed last change from Abelardo. '>255' is the correct
2461 check for MC files following the definition that all MC files
2462 have run types >255 which was made in the past.
2463
2464 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
2465 - created ReInit member function to hold all code (moved from
2466 PreProcess) accessing the run header. The run header is not
2467 available in PreProcess. That it was working before was only
2468 by chance, because the run type is initialized with 65535 which
2469 is != 255 but not >255.
2470
2471
2472
2473 2004/03/03: Sebastian Raducci
2474
2475 * msignal/MArrivalTimeCalc.cc
2476 - The calculation of the arrival times is made only when needed
2477 (when the HalfMax is over the pedestal)
2478
2479 * mtools/MCubicSpline.cc
2480 - Commented out an annoying warn
2481
2482
2483
2484 2004/03/03: Abelardo Moralejo
2485
2486 * mraw/MRawRunHeader.h
2487 - Replaced
2488 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
2489 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
2490 since the latter is the exact translation of what the function
2491 intends to do. I do not know why, but the display of real data
2492 did not work with the upper line!
2493
2494 * mgeom/MGeomCam.cc
2495 - Undid yesterday change! I do not know why, display completely
2496 fails after that change, both for old and new camera files.
2497 Put back fPixels[i] = new MGeomPix; in constructor.
2498
2499
2500
2501 2004/03/02: Abelardo Moralejo
2502
2503 * mmc/MMcCorsikaRunHeader.[h,cc]
2504 - Added operator [] to get references to the objects in
2505 TObjArray fTelescopes.
2506 - Added Print() function.
2507 - Added GetNumCT() function.
2508 - Replaced
2509 fTelescopes[i]= new MGeomCorsikaCT;
2510 by
2511 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
2512 fTelescopes.Add(dummy);
2513
2514 * mgeom/MGeomCorsikaCT.[h,cc]
2515 - Added getter functions for telescope coordinates.
2516 - Added Print() function.
2517
2518 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
2519 - Replaced
2520 fPixels[i] = new MGeomPix;
2521 by
2522 MGeomPix* dummy = new MGeomPix();
2523 fPixels.Add(dummy);
2524
2525
2526
2527 2004/03/02: Thomas Bretz
2528
2529 * mcalib/MCalibrateData.cc:
2530 - removed usage of MGeomCam (you have MGeomApply for this!)
2531
2532
2533
2534 2004/03/01: Nadia Tonello
2535
2536 * manalysis/MCerPhotEvt.cc
2537 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
2538 only if fUsedonly=kTRUE, otherwise it returns all the pixels
2539 in the array
2540
2541
2542
2543 2004/03/01: Sebastian Raducci
2544
2545 * msignal/MArrivalTimeCalc.[cc,h]
2546 - now the arrival time is at the half max of the spline:
2547 half max = (maximum - pedestal)/2
2548
2549 * mmain/MEventDisplay.cc
2550 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
2551
2552
2553
2554 2004/03/01: Wolfgang Wittek
2555
2556 * mhist/MHStarMap.[h,cc]
2557 - remove bugs
2558 - change GetRotationAngle() such that it can be called from outside
2559
2560
2561
2562 2004/03/01: Thomas Bretz
2563
2564 * Makefile:
2565 - enhanced all calls to subsequent makes by '-f Makefile' to
2566 make sure the correct Makefile is called
2567
2568 * merpp.cc:
2569 - enhanced interpretation of time
2570 - fixed a bug in determin the file-type
2571
2572 * mbase/MTime.[h,cc]:
2573 - added GetGmst() member function
2574
2575 * mastro/MAstro.[h,cc]:
2576 - added Coordinate2Angle
2577 - added AngularDistance
2578 - implemented UT2GMST
2579 - replaced defined by TMath::Pi()
2580
2581 * mastro/MObservatory.[h,cc]:
2582 - added data members for sin-/cos-component of latitude
2583 - added calculation of rotation angle
2584
2585 * mhist/MHStarMap.[h,cc]:
2586 - changes to use MObservatory member function
2587
2588 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
2589 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
2590 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
2591 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
2592 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
2593 - changed to use IsMonteCarloRun() now
2594
2595 * manalysis/MMcCalibrationUpdate.cc:
2596 - unified output to log-stream
2597 - replaced sqrt by TMath::Sqrt
2598
2599 * mcalib/MCalibrationChargeCalc.cc:
2600 - unified output to log-stream
2601 - removed .Data() from TString where obsolete
2602 - fixed memory leak using gSystem->ExpandPathName
2603
2604 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
2605 - adde class name to used kRT*/kTT* enums
2606
2607 * mraw/MRawEvtHeader.h:
2608 - made enum data member of class
2609
2610 * mraw/MRawRunHeader.[h,cc]:
2611 - made kMagicNumber and kMaxFormatVersion a static data
2612 member of the class
2613 - added IsMonteCarloRun member function
2614
2615
2616
2617 2004/02/27: Markus Gaug
2618
2619 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
2620 - put in call to MHCamera::Projection the name of the calling
2621 class, otherwise the projected hsitogram will be overwritten by
2622 an empyt one.
2623
2624 * mcalib/MHCalibrationChargePix.[h,cc],
2625 mcalib/MHCalibrationHiGainChargePix.[h,cc],
2626 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
2627 - histogram name setting and title setting moved to constructor,
2628 Functions Init and ChangeHistId derive directly from
2629 MHcalibrationChargePix
2630
2631 * mcalib/MHCalibrationChargeCam.[h,cc],
2632 mcalib/MCalibrationChargeCam.[h,cc],
2633 mcalib/MCalibrationChargeCalc.[h,cc]:
2634 - introduced "average inner" and "average outer" higain and logain
2635 pixels.
2636
2637
2638
2639 2004/02/27: Raducci Sebastian
2640
2641 * mhist/Makefile
2642 - added mastro in the include list
2643
2644
2645
2646 2004/02/27: Abelardo Moralejo
2647
2648 * mmain/MEventDisplay.cc
2649 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
2650 - Updated display of MC data: removed MCerPhotCalc, and replaced
2651 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
2652 MPedPhotCam is filled and all the camera display tabs are shown
2653 correctly (most were not working for MC events since a while
2654 ago).
2655
2656 * mmain/Makefile
2657 - Added mcalib to list of include directories.
2658
2659 * manalysis/MMcCalibrationUpdate.[h,cc]
2660 - Added member variable Bool_t fOuterPixelsScaling, which is
2661 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
2662 such that MCerPhotEvt will later be filled with the signal as it
2663 is, not corrected for the (possibly) different gain of the outer
2664 pixels electronic chain. This option was necessary to allow for
2665 the change in the camera display (see above).
2666
2667 * macros/starmc.C
2668 - added (optional) division of output into two, for use as train
2669 and test samples in g/h separation studies.
2670
2671
2672
2673 2004/02/26: Hendrik Bartko
2674
2675 * macros/dohtml.C
2676 - included the path msignals/
2677
2678
2679
2680 2004/02/26: Abelardo Moralejo
2681
2682 * macros/starmcstereo.C
2683 - changed filters to divide data between train and test sample for
2684 gamma hadron separation studies. Now we use the modulus operator
2685 applied to (Corsika) event number:
2686 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
2687 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
2688 - cleaned up a bit the way the CT coordinates are fed to the task
2689 MStereoCalc.
2690 - Changed default FADC integration range (center range to adapt to
2691 new camera).
2692
2693
2694
2695 2004/02/26: Thomas Bretz
2696
2697 * mhist/MHCamera.cc:
2698 - fixed a function description
2699
2700 * mreport/MReport.cc, mreport/MReportFileRead.cc:
2701 - introduced return case -1
2702
2703 * Makefile.rules:
2704 - remove all dependancy files when calling 'rmdep'
2705
2706 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
2707 - moved ParticleId_t to MMcEvt
2708 - implemented MMcEvt::GetParticleName
2709 - implemented MMcEvt::GetEnergyStr
2710
2711 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
2712 mhist/MHEvent.cc, mhist/MHHadronness.cc,
2713 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
2714 - fixed usage of ParticleId_t
2715
2716 * msignal/Makefile:
2717 - removed obsolete includes
2718
2719 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
2720 mastro/MObservatory.[h,cc]:
2721 - added
2722
2723 * mbase/MAstro.[h,cc]:
2724 - removed
2725
2726 * mbase/Makefile, mbase/BaseLinkDef.h:
2727 - removed MAstro
2728
2729 * Makefile:
2730 - added mastro
2731 - added msql
2732 - added mfbase
2733
2734 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
2735 - removed
2736
2737 * merpp.cc:
2738 - added Sql support
2739
2740 * mraw/MRawFileRead.h:
2741 - added GetFileName
2742
2743 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
2744 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
2745 - added
2746
2747 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
2748 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
2749 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
2750 - moved to mfbase
2751
2752 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
2753 - added
2754
2755 * merpp.cc:
2756 - implemented control of gDebug (root debugging)
2757
2758 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
2759 mfileio/MWriteRootFile.[h,cc]:
2760 - implemented CheckAndWrite return value
2761
2762 * mfileio/MWriteRootFile.cc:
2763 - fixed updating already existing branches (eg concatenating report
2764 files)
2765
2766 * macros/dohtml.C, macros/rootlogon.C:
2767 - added mastro
2768 - added mfbase
2769 - added msql
2770
2771 * mraw/MRawEvtHeader.h:
2772 - implemented GetNumTrigLvl1
2773 - implemented GetNumTrigLvl2
2774
2775
2776
2777 2004/02/25: Markus Gaug
2778
2779 * mcalib/MExtractBlindPixel.[h,cc],
2780 mcalib/MExtractPINDiode.[h,cc],
2781 mcalib/MExtractedSignalBlindPixel.[h,cc],
2782 mcalib/MExtractedSignalPINDiode.[h,cc],
2783 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
2784 msignal/SignalLinkDef.h:
2785 - moved blindpixel and PINdiode extractors to msignal
2786
2787
2788 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
2789 - two new classes to hold the quantum efficieny information of the
2790 calibration
2791
2792 * msignal/MArrivalTimeCalc.[h,cc]
2793 - fill now MArrivalTimePix instead of MArrivalTime
2794
2795 * mcalib/MHCalibrationChargeCam.cc
2796 - display only valid pixels for the corr. values in GetPixelContent
2797
2798 * mcalib/MHCalibrationRelTimeCam.cc
2799 - is now filled from MArrivalTimeCam instead of MArrivalTime
2800
2801 * macros/calibration.C
2802 - divided into two macros: calibration.C using the MJPedestal
2803 standard procedure and pedestalstudies.C using the old
2804 procedures
2805
2806 * macros/pedestalstudies.C
2807 - new macro containing the first previous part of calibration.C
2808
2809 * mcalib/MCalibrationChargeBlindPix.h,
2810 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
2811 mjobs/MJCalibration.cc:
2812 - definition of PulserColot_t in MAGIC.h.
2813
2814
2815
2816 2004/02/25: Hendrik Bartko
2817
2818 * macros/rootlogon.C
2819 - set the include path also to msignals/
2820
2821 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
2822 manalysis/MExtractedSignalCam.[h,cc],
2823 manalysis/MExtractedSignalPix.[h,cc],
2824 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
2825 manalysis/MArrivalTimeCalc2.[h,cc]:
2826 - removed
2827
2828 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2829 - removed classes mentioned above
2830
2831 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
2832 msignal/MExtractedSignalCam.[h,cc],
2833 msignal/MExtractedSignalPix.[h,cc],
2834 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
2835 msignal/MArrivalTimeCalc2.[h,cc]:
2836 - added
2837
2838 * msignal/Makefile, msignal/AnalysisLinkDef.h:
2839 - added classes mentioned above
2840
2841 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
2842 - added include msignal
2843
2844
2845
2846
2847 2004/02/25: Wolfgang Wittek
2848
2849 * mcalib/MCalibrateData.[h,cc]
2850 - initialize size for MPedPhotCam
2851
2852
2853
2854 2004/02/24: Wolfgang Wittek
2855
2856 * manalysis/MSourcPosfromStarPos.[h,cc]
2857 - change member function SetSourceAndStarPosition() to expect sky
2858 coordinates in the standard units
2859 - generalize to more than 1 star
2860 - the class is not yet fully tested
2861
2862 * mfilter/MFSelBasic.[h,cc]
2863 - change default values of cuts
2864
2865
2866
2867 2004/02/24: Markus Gaug
2868
2869 * mjobs/MJCalibration.cc, macros/calibration.C,
2870 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
2871 - added MCalibrationChargeBlindPix to plist
2872 - added new filling of histograms with MFillH
2873 - changed SetPulserColor to MCalibrationChargeBlindPix and
2874 MCalibrationChargePINDiode
2875
2876 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
2877 - receives a pointer to MCalibrationChargePINDiode which is filled
2878 with the results and told to calculate the fluxes in the
2879 Finalize function
2880 - is filled via MFillH from MExtractBlindPixel
2881 - SetPulserColor directly in this class
2882
2883 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2884 - new storage container of the blind pxiel resutls, replaces
2885 MCalibrationBlindPix
2886
2887 * mcalib/MCalibrationChargeCalc.[h,cc]:
2888 - does not fill the histograms any more, but does ony the
2889 calculations in the postprocess. No pointer to MExtractPINDidoe
2890 or MExtractBlindPixel any more.
2891
2892 * mcalib/MCalibrationChargePix.cc
2893 - discovered an error in the calculation of phe's in
2894 CalcFFactorMethod(). The average QE was applied twice.
2895 This error had been introduced on 13/02/04
2896 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
2897 - CalcFFactor asks for IsChargeValid before calculating anything
2898
2899 * mcalib/MCalibrationChargePINDiode.[h,cc]
2900 - added function SetFluxOutsidePlexiglassAvailable
2901 - SetPulserColor directly in this class
2902
2903 * mcalib/MCalibrationChargeCam.cc
2904 - removed function SetPulserColor from here
2905
2906 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
2907 mcalib/MHCalibrationPINDiode.[h,cc],
2908 mcalib/MCalibrationBlindPix.[h,cc],
2909 mcalib/MHCalibrationBlindPixel.[h,cc]:
2910 - removed since obsolote
2911
2912 * mcalib/MHCalibrationChargePix.cc
2913 - make fPickup an Int_t
2914
2915 * mcalib/MCalibrate.cc
2916 - test validity of every calibration method before retrieving
2917 conversion factors
2918
2919 * mcalib/MHGausEvents.[h,cc]
2920 - add possibility to set fit ranges in call to FitGaus
2921 - make function CreateXaxis protected
2922
2923
2924
2925 2004/02/23: Markus Gaug
2926
2927 * mraw/MRawEvtPixelIter.h
2928 - include GetNumHiGainSamples and GetNumLoGainSamples
2929
2930 * mcalib/MExtractedSignalBlindPixel.h,
2931 mcalib/MExtractBlindPixel.[h,cc]:
2932 - included storage of pedestal
2933
2934 * mcalib/MHGausEvents.[h,cc]
2935 - make the fit functions protected
2936
2937
2938
2939 2004/02/22: Markus Gaug
2940
2941 * mfilter/MFCosmics.[h,cc]
2942 - fMaxNumEmpty changed from absolute number to relative number of
2943 pixels
2944
2945 * mcalib/MHGausEvents.h
2946 - remove the "->" from the pointers which are initialized only
2947 in certain cases. The streamer did not work in case that
2948 MFGausFit was left at the NULL pointer.
2949
2950
2951
2952 2004/02/21: Markus Gaug
2953
2954 * manalysis/MExtractedSignalPix.[h,cc]
2955 - changed variable fIsLoGainUsed to fLoGainUsed
2956 - added function GetNumHiGainSaturated()
2957
2958
2959 2004/02/20: Markus Gaug
2960
2961 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
2962 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
2963 mcalib/CalibLinkDef.h
2964 - new class to replace MHCalibrationPixel,
2965 based on MHCalibrationChargePix
2966
2967 * mcalib/MCalibrationChargeCalc.[h,cc]
2968 mcalib/MCalibrationChargeCam.[h,cc]
2969 mcalib/MCalibrationChargePix.[h,cc]
2970 mcalib/MCalibrationChargePINDiode.[h,cc]
2971 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2972 mcalib/MCalibrationPINDiode.[h,cc]:
2973 - added the "charge" versions, remove the old ones. The histograms
2974 should be filled in the MH... versions independently of
2975 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
2976 now and will later be so for the pixels and the blind pixel.
2977
2978 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2979 - receives a pointer to MCalibrationChargePINDiode which is filled
2980 with the results and told to calculate the fluxes in the
2981 Finalize function
2982
2983 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
2984 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
2985 manalysis/MMcCalibrationUpdate.[h,cc],
2986 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
2987 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
2988 macros/bootcampstandardanalysis.C,
2989 macros/pedphotcalc.C:
2990 - replace MCalibrationCam by MCalibrationChargeCam
2991 - replace MCalibrationCalc by MCalibrationChargeCalc
2992
2993
2994
2995 2004/02/19: Markus Gaug
2996
2997 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
2998 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
2999 manalysis/MMcCalibrationUpdate.cc:
3000 - standardized naming of variables containing "Error", this also affected
3001 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
3002
3003 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
3004 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
3005 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
3006 - took out some configuration numbers and put them directly into
3007 the class
3008 - remove completely MCalibrationConfig.h
3009
3010
3011
3012 2004/02/19: Abelardo Moralejo
3013
3014 * mhist/MHEvent.[h,cc]:
3015 - Changed names of Event "types" to make them more descriptive.
3016 Former kEvtSignal is now called kEvtSignalDensity, and indicates
3017 pixel content scaled by area. Added kEvtSignalRaw, which
3018 corresponds to pixel content (with no scaling) in whatever units
3019 (this depends on how the MHEvent object is filled!). The default
3020 constructor initializes type=kEvtSignalRaw.
3021
3022 * mmain/MEventDisplay.cc
3023 - Changed filling of evt1 and evt2. Now they are filled with raw
3024 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
3025 still filled uncalibrated (hence in ADC counts), this means that
3026 what will be now shown in Mars' camera display is now the signal
3027 in each pixel without scaling with pixel area. Given that the
3028 default flat fielding is such that equal light density
3029 corresponds to equal absolute signal (in ADC counts), this is
3030 more reasonable, and allows to check for instance how the
3031 relative pixel gains are adjusted by looking at calibration
3032 events. To be FIXED: there is however an "inconsistency" in
3033 MEventDisplay, and it is that MCerPhotEvt is still used to keep
3034 uncalibrated signals. To be replaced by MExtractedSignalCam?
3035
3036
3037
3038 2004/02/19: Thomas Bretz
3039
3040 * manalysis/MCerPhotEvt.h:
3041 - added operator= to MCerPhotEvtIter -- is this correct?
3042
3043 * mhist/MHCamera.[h,cc]:
3044 - added member function to calculate minimum content and
3045 maximum content for a single sector
3046 - Added possibility to get a projection for a single sector.
3047 - GetMinimum/GetMaximum now only takes used pixels into account
3048 (you can request all pixels using a different member function)
3049 - fixed projection (projection only took pixels with contents!=0
3050 instead of 'used' pixels
3051 - Don't call Sumw2() anymore for projection
3052
3053 * mjobs/MJPedestal.cc:
3054 - added MPedestalCam to output again - MPedestalCam was fixed
3055 yesterday
3056 - Added Histograms for the two camera halves
3057
3058
3059
3060 2004/02/18: Markus Gaug
3061
3062 * macros/calibration.C
3063 - fixed a buggy display of the F-Factor method
3064
3065 * mcalib/MCalibrationCalc.cc
3066 - calculate the F-Factor method already in the post-Process
3067
3068 * mcalib/MCalibrationPix.h
3069 - move CalcFFactorMethod to public
3070
3071
3072
3073 2004/02/18: Abelardo Moralejo
3074
3075 * mtools/MCubicSpline.cc
3076 - in Init, corrected initialization of arrays temp and ysd, which
3077 was done with n-1 elements instead of n.
3078
3079 * mgui/MHexagon.cc
3080 - added comment explaining the algorithm.
3081 - changed explicit values of Sin and Cos 60 degrees by const
3082 variables (more readable).
3083
3084
3085
3086 2004/02/18: Hendrik Bartko
3087
3088 * msignal/:
3089 - removed the backup files *~
3090 - removed the object files *.o
3091 - removed the files SignalCint.*
3092
3093 * mgui/MHexagon.cc
3094 - added comment explaining the algorithm.
3095
3096
3097
3098 2004/02/18: Thomas Bretz
3099
3100 * manalysis/MPedestalCam.[h,cc]:
3101 - Changed order of derivements - seems to be VERY important!
3102 - changed GetSize from UInt_t to Int_t which is the type
3103 of TClonesArray::GetSize() !
3104
3105 * mfileio/MReadReports.cc:
3106 - skip trees with no entries
3107
3108 * mgui/MCamEvent.cc:
3109 - added a comment
3110
3111 * mhbase/MFillH.cc:
3112 - in case SetupFill returns kFALSE and kCanSkip is set
3113 Skip task
3114
3115 * mraw/MRawFileRead.cc:
3116 - don't print warning in case of none executions
3117
3118 * manalysis/MArrivalTimeCalc2.cc:
3119 - added some const-qualifiers
3120
3121
3122
3123 2004/02/17: Raquel de los Reyes
3124
3125 * macros/CCDataCheck.C
3126 - Added some improvements in the plots.
3127
3128
3129
3130 2004/02/17: Abelardo Moralejo
3131
3132 * macros/readrfl.C
3133 - Added missing gPad->cd(1), otherwise the display of events was
3134 not updated.
3135
3136 * mgui/MHexagon.cc
3137 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
3138 whether px,py is inside the pixel or not. Previous algorithm
3139 was just an approximation.
3140
3141
3142
3143 2004/02/17: Raquel de los Reyes
3144
3145 * mcamera/MCameraHV.h
3146 - Now it derives from a MCamEvent class and implemented the
3147 GetPixContent() and DrawPixelContent() functions. Added the
3148 GetMean function to get the mean HV settings of the camera.
3149
3150 * macros/CCDataCheck.C
3151 - Added the HV settings plots.
3152
3153
3154
3155 2004/02/17: Hendrik Bartko
3156
3157 * msignal:
3158 - new: directory for all signal and time extraction classes
3159
3160 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
3161 msignal/AnalysisLinkDef.h, MGeomApply.cc:
3162 - new: Storage Container for the ArrivalTime in the camera
3163
3164 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
3165 msignal/AnalysisLinkDef.h:
3166 - new: Storage Container for ArrivalTime information of one pixel
3167
3168 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
3169 SignalLinkDef.h
3170 - auxiliary files for msignal directory
3171
3172 * manalysis/MArrivalTimeCalc2.[h,cc]:
3173 - added functionality to compute error of the extracted ArrivalTime
3174 - calculated ArrivalTime is stored in MArrivalTimeCam
3175
3176 * manalysis/MGeomApply.cc
3177 - geometry is applied to MArrivalTimeCam
3178
3179 * Makefile:
3180 - directory msignal is included
3181
3182
3183
3184 2004/02/17: Sebastian Raducci
3185
3186 * mtools/MCubicSpline.[h,cc]
3187 - little corrections in minimums evalustion methods
3188 - changed constructors (they require the fadc slices to be const)
3189
3190 * macros/spline.C
3191 - changed according to the MCubicSpline new constructors
3192
3193 * manalysis/MArrivalTimeCalc.[h,cc]
3194 - changed to use the MCubicSpline class intead of the TSpline class
3195 - warning: now the arrival time is again the maximum of the spline,
3196 soon it will be changed to half maximum
3197
3198
3199
3200 2004/02/17: Wolfgang Wittek
3201
3202 * manalysis/MSourcPosfromStarPos.[h,cc]
3203 - new class; calculates the position of the source in the camera from
3204 the position of a star in the camera and puts it into
3205 MSrcPosCam
3206
3207
3208
3209 2004/02/16: Abelardo Moralejo
3210
3211 * mcalib/MMcCalibrationCalc.cc
3212 - Fixed two typos in screen output.
3213
3214
3215
3216 2004/02/16: Markus Gaug
3217
3218 * mcalib/MCalibrationPix.cc
3219 - documentation from David's email added
3220 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
3221
3222 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3223 - added MExtractBlindPixel and MExtractedSignalBlindPixel
3224
3225 * mcalib/MExtractBlindPixel.[h,cc]
3226 - new signal extractor for the Blind Pixel
3227
3228 * mcalib/MExtractedSignalBlindPixel.[h,cc]
3229 - new container for the extracted signal of the BlindPixel
3230
3231 * mcalib/MCalibrationCalc.[h,cc]
3232 - does not extract signal from Blind Pixel any more, searches
3233 for MExtractedSignalBlindPixel and fills the hists from there
3234
3235 * macros/calibration.C, macros/bootcampstandardanalysis.C,
3236 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
3237 - introduce the blind pixel and PIN diode extraction in the macro
3238
3239 * manalysis/MPedestalCam.h
3240 - changed type of fTotalEntries from ULong_t to UInt_t
3241 - fixed documentation of fTotalEntries
3242
3243 * manalysis/MPedCalcPedRun.h
3244 - changed type of fNumSamplesTot from ULong_t to UInt_t
3245
3246 * mcalib/MHGausEvents.h
3247 - changed type of fCurrentSize from ULong_t to UInt_t
3248
3249 * mcalib/MCalibrationConfig.h
3250 - removed gkConversionHiLo and gkConversionHiLoErr which is now
3251 directly in the class MCalibrationPix
3252
3253
3254
3255 2004/02/16: Thomas Bretz
3256
3257 * manalysis/AnalysisLinkDef.h:
3258 - added missing MCerPhotEvtIter
3259
3260 * merpp.cc:
3261 - added possible usage of database
3262
3263 * star.cc:
3264 - moved source code into new class MJStar - preliminary
3265
3266 * manalysis/MCerPhotPix.cc:
3267 - updated class header
3268 - fixed Print-output
3269
3270 * mbase/MAGIC.h:
3271 - removed definition of MLog
3272
3273 * mbase/MArgs.h:
3274 - removed include of MAGIC.h
3275
3276 * mbase/MLog.h:
3277 - added extern definition of gLog
3278
3279 * mbase/MParContainer.[h,cc]:
3280 - move body of constructors to source file
3281
3282 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
3283 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
3284 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
3285 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
3286 - fixed documentation header
3287
3288 * mcalib/MMcCalibrationCalc.[h,cc]:
3289 - fixed documentation header
3290 - fixed usage of FindCreateObj and FindObject
3291 - removed data member to count entries (use histogram instead)
3292 - use TH1 function Integral instead of doing it manually
3293
3294 * mfilter/MFCosmics.cc:
3295 - fixed documentation
3296
3297 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
3298 mimage/MNewImagePar.[h,cc]:
3299 - replaced for-loops by Iterators
3300
3301 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
3302 - fixed documentation header
3303 - check return value of MRawRunHeader::ReadEvt
3304
3305 * mraw/mraw/MRawRunHeader.[h,cc]:
3306 - fixed documentation header
3307 - added return value to MRawRunHeader::ReadEvt
3308 - added constant number for max format version - preliminary
3309 (should by a static data member)
3310
3311 * mcalib/MHCalibrationPINDiode.cc:
3312 - do not delete pointers in the destructor which are already
3313 deleted in the base class
3314 - reset histograms in Clear()
3315
3316 * mcalib/MHCalibrationPixel.cc:
3317 - after deletion of instances in Clear() initialize pointer to NULL
3318
3319 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
3320 - fixed usage of logging stream output levels
3321
3322 * manalysis/MPedCalcPedRun.[h,cc]:
3323 - removed obsolete fSignals
3324
3325 - removed obsolete fNumPixels
3326
3327 * manalysis/MPedestalCam.h:
3328 - added '->' to fArray
3329
3330 * mfileio/MWriteRootFile.cc:
3331 - changed some output to make debugging easier
3332
3333 * mjobs/MJCalibration.cc:
3334 - fixed a bug in drawing
3335
3336 * mjobs/MJExtractSignal.cc:
3337 - removed MPedestalCam from MWriteRootFile output.
3338 When creating the branch it crashes - reason unknown I'll
3339 investigate further
3340
3341
3342
3343 2004/02/16: Markus Gaug
3344
3345 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
3346 - added MHCalibrationRelTimePix
3347
3348 * mcalib/MHCalibrationRelTimePix.[h,cc],
3349 mcalib/MHCalibrationRelTimeCam.[h,cc]:
3350 - new classes to fit and display the relative arrival times.
3351 - filled from MArrivalTime
3352 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
3353
3354 * manalysis/MCalibrationCalc.cc
3355 - take out all uncommented code referring to the relative arrival time
3356
3357 * manalysis/MArrivalTime.h
3358 - changed function GetNumPixels to GetSize
3359
3360 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
3361 - included cosmics rejection which was in MCalibrationCalc before
3362
3363
3364
3365 2004/02/14: Markus Gaug
3366
3367 * mcalib/Makefile, mcalib/CalibLinkDef.h:
3368 - added MHCalibrationChargePINDiode
3369
3370 * mcalib/MHCalibrationChargePINDiode.[h,cc]
3371 - new class to fill the PIN Diode histograms. Derives from
3372 MHCalibrationChargePix and is filled with MFillH from the
3373 container MExtractedSignalPINDiode.
3374 Will replace MHCalibrationPINDiode entirely soon.
3375
3376 * mcalib/MHCalibrationChargePix.[h,cc]
3377 - new base class for the calibration charges histogram pixel.
3378 Derives from MH and can be filled with the MH with the MH
3379 functions.
3380
3381 * mcalib/MExtractPINDiode.[h,cc]
3382 - new signal extractor for the PIN Diode
3383
3384 * mcalib/MExtractedSignalPINDiode.[h,cc]
3385 - new container for the extracted signal of the PIN Diode
3386
3387 * mcalib/MCalibrationCalc.[h,cc]
3388 - remove the PIN Diode signal extraction
3389
3390 * manalysis/MHPedestalPix.[h,cc]
3391 - new version of MHPedestalPixel, deriving from MHGausEvents.
3392
3393 * manalysis/MHPedestalPixel.[h,cc]
3394 - old version removed, since obsolete (and erroneous)
3395
3396 * manalysis/MHPedestalCam.[h,cc]
3397 - histogramming part of MPedestalCam now in own class
3398
3399 * manalysis/MPedestalPix.h
3400 - removed include of MHPedestalPixel
3401
3402 * macros/calibration.C
3403 - changed pedestal displays accordingly
3404
3405 * mjobs/MJPedestal.h
3406 - class TCanvas included (did not compile otherwise)
3407
3408 * mhbase/MH.cc
3409 - included call to FindGoodLimits(..) in CutEdges()
3410 - axe from pointer to reference
3411 - "CutEdges" renamed to "StripZeros"
3412
3413 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
3414 mcalib/MHCalibrationBlindPixel.cc:
3415 - "CutEdges" renamed to "StripZeros"
3416
3417 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3418 - replaced by the improved version: MHGausEvents.[h,cc]
3419
3420
3421
3422 2004/02/14: Thomas Bretz
3423
3424 * manalysis/MCerPhotEvt.[h,cc]:
3425 - added 'Iterator' facility, this will replace some for-loops
3426 in the near future
3427
3428 * mbase/MTime.[h,cc]:
3429 - added a more powerfull interface to get and interprete the
3430 MTime contents as string
3431 - added a new constructor
3432
3433 * mreport/MReportTrigger.h:
3434 - fixed GetPixContent
3435
3436 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
3437 - many small changes to simple details (like order of includes)
3438 - some speed improvements
3439 - many small simplifications
3440 - changed parts of the code to be more C++ like (eg Iterators
3441 instead of for-loops)
3442 - disentangles some if-cases
3443 - replaced some math.h function by TMath::
3444 - removed data-member fN (obsolete with iterators)
3445
3446
3447
3448 2004/02/13: Wolfgang Wittek
3449
3450 * mcalib/MCalibrateData.[h,cc]
3451 - new class;
3452 like MCalibrate, but in ReInit it fills the MPedPhot container
3453 using informations from MPedestal, MExtracteSignalCam and
3454 MCalibrationCam
3455
3456 * mcalib/Makefile, mcalib/CalibLinkDef.h
3457 - added MCalibrateData
3458
3459 * manalysis/MPedestalWorkaround.[h,cc]
3460 - create MMcEvt container and fill with theta = 10.0
3461 - set pedestalRMS = 0. if it is > 10.0
3462
3463 * manalysis/MSupercuts.[h,cc]
3464 - change default values of parameters
3465
3466 * manalysis/MSupercutsCalc.[h,cc]
3467 - change dNOMLOGSIZE from 4.1 to 5.0
3468
3469 * mhist/MHBlindPixels.[h,cc]
3470 - change MPedestalCam to MPedPhotCam
3471
3472 * mhist/MHSigmaTheta.[h,cc]
3473 - automatic binning for pixel number doesn't work
3474 use default binning
3475
3476
3477
3478 2004/02/13: Markus Gaug
3479
3480 * mcalib/MCalibrationPix.[h,cc]
3481 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
3482 fAverageQEErr
3483 - gkAverageQE initializes to 0.2 (according to David)
3484 - gkAverageQEErr initializes to 0.02 (dito)
3485 - added new member function: SetAverageQE
3486 - call to GetMeanConversionFFactorMethod returns:
3487 fMeanConversionFFactorMethod/fAverageQE.
3488 - call to GetErrorConversionFFactorMethod returns:
3489 errors of fMeanConversionFFactorMethod and fAverageQEErr added
3490 quadratically
3491
3492 * mcalib/Makefile
3493 - split into two parts one comment line
3494
3495
3496 2004/02/13: Thomas Bretz
3497
3498 * mbadpixels/MBadPixelsTreat.[h.cc]:
3499 - added for new bad pixel treatment
3500
3501 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
3502 - added MBadPixelsTreat
3503
3504 * merpp.cc:
3505 - changed the name of the "DC" tree to "Currents" to make
3506 MReportRead work correctly with this tree
3507
3508 * mbase/MTime.[h,cc]:
3509 - Changed UpDMagicTime to support nanosec instead of millisec
3510 - exchanged Reset() by Clear() not to clear the yy/mm/dd
3511 information away in an eventloop
3512
3513 * mraw/MRawEvtHeader.[h,cc]:
3514 - implemented decoding of the time-stamp for raw-data files
3515 with version>2. Thanks to Marcos.
3516
3517 * mraw/MRawRead.[h,c]:
3518 - pipe file version number to MRawEvtHeader::ReadEvt
3519 - create fake time for file-version<3
3520
3521 * macros/readMagic.C:
3522 - changed to use MInteractiveTask
3523
3524 * mbase/MPrint.cc:
3525 - fixed debugging level of some output
3526
3527 * mhist/MHCamera.[h,cc]:
3528 - fixed handling in AddNotify (necessayr due to change of
3529 inheritance from MCamEvent)
3530 - replaced cout by gLog
3531 - added fNotify to list of cleanups
3532
3533 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
3534 mjobs/MJPedestal.cc:
3535 - fixed usage of AddNotify
3536
3537 * mfileio/MReadReports.cc:
3538 - use a different way to determin whether the tree is a valid tree,
3539 skip invalid trees
3540
3541 * mfileio/MReadTree.cc:
3542 - added another sanity check at the beginning of PreProcess
3543
3544 * mhbase/MFillH.[h,cc]:
3545 - added bit kCanSkip which skips MFillH in case the necessary container
3546 wasn't found.
3547 - cd into the corresponding canvas before filling the MH
3548
3549
3550
3551 2004/02/12: Markus Gaug
3552
3553 * mbase/MArray.[h,cc]:
3554 - changed name of StripZeros
3555
3556 * mcalib/MHGausEvent.cc:
3557 - corrected call to StripZeros
3558
3559 * mcalib/MCalibrationPix.[h,cc]
3560 - implemented dummy for combined method
3561
3562 * mcalib/MCalibrate.[h,cc]
3563 - implemented a dummy for calibration factor 1. (requested by
3564 Javier Rico)
3565 - implemented combined method
3566 - check for valid methods moved to ReInit
3567
3568 * mcalib/MCalibrationCalc.cc
3569 - removed initialization of non-used nsamples
3570
3571 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
3572 mcalib/MCalibrationCalc.[h,cc]
3573 macros/calibration.C
3574 - implemented new histograms:
3575 HSinglePheFADCSlices and HPedestalFADCSlices
3576 They are filled with the FADC slice values of either a s.phe.
3577 event or a pedestal event. The decision is taken with the
3578 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
3579 with a setter
3580
3581 * mtools/MFFT.[h,cc]
3582 - PowerSpectrumDensity of TArrayI implemented
3583
3584
3585
3586 2004/02/12: Thomas Bretz
3587
3588 * mbase/MArray.[h,cc]:
3589 - changed argument of CutEdges from pointer to reference
3590
3591 * mgeom/MGeomPix.h:
3592 - fixed calculation of area of pixel. It was too big for a
3593 factor of 2
3594
3595 * mjobs/MJCalibration.cc:
3596 - slight change of name of a MHCamera
3597
3598 * manalysis/MExtractSignal.cc:
3599 - slight change to the creation of the satpixels list
3600
3601 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
3602 mcalib/MHGausEvent.cc:
3603 - corrected call to ProjectArray
3604 - corrected call to CutEdges
3605
3606 * mfilter/MFCosmics.[h,cc]:
3607 - small fixes to logging output
3608 - small simplification to return statement
3609 - declared CosmicsRejection const
3610
3611 * mhbase/MH.[h,cc]:
3612 - changed argument of ProjectArray from pointer to reference
3613 - added missing calcualtion of minimum
3614 - removed obsolete SetEntries
3615 - changed SetDirectory from NULL to gROOT
3616
3617
3618
3619 2004/02/12: Javier López
3620
3621 * macros/pointspreadfunction.C
3622 - added new macro that fits with a 2D gaussian the DC spot for an
3623 star. It gives you the RMS of the PSF and the center of the star,
3624 very useful for misspointing studies.
3625
3626
3627
3628 2004/02/11: Hendrik Bartko
3629
3630 * manalysis/MExtractSignal2.cc:
3631 - introduced a validity check for the set-function of the window
3632 size (even number of slices, WindowSize < NumberSlices)
3633
3634 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
3635 manalysis/AnalysisLinkDef.h:
3636 - new: introduced the calculation of the arrival time as the signal
3637 weighted mean of the time slices in the maximum window
3638
3639
3640
3641 2004/02/11: Markus Gaug
3642
3643 * mcalib/MCalibrationCalc.cc:
3644 - the blind pixel signal extractor introduced one week ago, counted
3645 one FADC slice too little, thus the normalization w.r.t. pedestals
3646 was wrong. Now corrected.
3647
3648 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
3649 - when "WARNING - Lo Gain saturated" occurs, display also the
3650 corr. pixel numbers.
3651
3652 * mbase/MArray.[h,cc]:
3653 - introduced function to cut array edges with zeros.
3654 (Thomas, should we keep it there or move it to another class? )
3655
3656 * mcalib/MCalibrationCalc.[h,cc]:
3657 - new function SetBlindPixelRange to set start and end of FADC slices
3658 used for the blind pixel signal extraction.
3659 - remove fEvents which are not necessary any more after the shift
3660 to MFCosmics.
3661
3662 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
3663 - show the fourier spectrum now with axes in frequency [Hz] instead
3664 of inverted events.
3665
3666 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
3667 - new base class for all kind of events with variables having a
3668 Gaussian distribution. Will serve as base class for the
3669 existing and new calibration histogram classes.
3670
3671
3672
3673 2004/02/11: Abelardo Moralejo
3674
3675 * mmain/MEventDisplay.cc
3676 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
3677 MMcPedestalCopy must be executed earlier!
3678
3679
3680
3681 2004/02/10: Raquel de los Reyes
3682
3683 * mhist/MHPixVsTime.[h,cc]:
3684 - Added a default draw function and replaced the TGraph object
3685 by a pointer to a TGraph object.
3686
3687 * mreport/MReportTrigger.h:
3688 - Now it dereives from a MCamEvent class and implemented the
3689 GetPixContent() and DrawPixelContent() functions.
3690
3691 * maccros/CCDataCheck.C:
3692 - An update of the previous macro. New plots: subsystems status and
3693 macrocells trigger.
3694
3695
3696
3697 2004/02/10: Markus Gaug
3698
3699 * mcalib/MCalibrationCam.cc:
3700 - fixed documentation
3701
3702 * mhbase/MH.[h,cc]:
3703 - new function ProjectArray
3704
3705 * mcalib/MHCalibrationPixel.[h,cc],
3706 mcalib/MHCalibrationBlindPixel.[h,cc]:
3707 - use ProjectArray from MH to plot the projection of the fourier
3708 spectrum
3709
3710 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
3711 mfilter/FilterLinkDef.h:
3712 - new filter removing cosmics, the same as in MCalibrationCalc
3713 where it was removed now.
3714 Call: MFCosmics cosmics;
3715 MContinue cont(&cosmics);
3716 tlist.AddToList(&cont);
3717
3718 * mcalib/MCalibrationCalc.[h,cc]:
3719 - removed cosmics rejection from there
3720
3721 * macros/calibration.C, mjobs/MJCalibration.cc:
3722 - changed cosmics rejection to the filter algorithm
3723
3724
3725
3726 2004/02/09: Markus Gaug
3727
3728 * mcalib/MCalibrationBlindPix.[h,cc]:
3729 - added histogram to display the average in FADC slices of all
3730 single and double phe events
3731
3732 * mcalib/MCalibrationCalc.cc:
3733 - fill histograms of single-phe events with higain and logain
3734 sampls
3735
3736 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
3737 mcalib/MCalibrationConfig.h:
3738 - take all pixel areas out of MGeomPix::GetA(), remove all previous
3739 areas
3740 - calculate photon fluxes from blind pixel and PIN diode, use
3741 area only to fill the conversion factors in MCalibrationPix
3742
3743
3744 * mcalib/MJCalibration.cc:
3745 - display of number of photons for Blindpixel and PIN Diode Method
3746 changed to display of photon flux which is the actually
3747 calculated quantity
3748
3749
3750
3751 2004/02/09: Thomas Bretz
3752
3753 * mbadpixels/*:
3754 - added
3755
3756 * Makefile:
3757 - added MBadPixels
3758
3759 * manalysis/MGeomApply.cc:
3760 - fixed class description
3761
3762 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
3763 - added bad pixel treatment
3764
3765 * mjobs/MJPedestal.[h,cc]:
3766 - reorganized order of functions
3767 - removed a nonsense scrren output (some BLABABLA or so)
3768
3769 * mjobs/Makefile:
3770 - added include for mbadpixels
3771
3772 * mmain/MBrowser.cc:
3773 - do not call construtor of TGTReeLBEntry if pic0=0
3774
3775
3776
3777 2004/02/09: Raquel de los Reyes
3778
3779 * mcamera/MCameraLids.h, mreport/MReportCamera.h
3780 - Added the "Get" functions to access the private data
3781 members of the class.
3782
3783
3784
3785 2004/02/09: Markus Gaug
3786
3787 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
3788 MCalibrationPix.h:
3789 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
3790 because we can calibrate with the histogram mean and RMS even
3791 if the fit is not OK. Thus, there is a question: IsFitted() and
3792 IsChargeValid(), i.e. does the charge make any sense?
3793
3794 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
3795 - found serious bug in calculation of conversion factors for the
3796 outer pixels:
3797 GetMeanConversionBlindPixelMethod and
3798 GetMeanConversionPINDiodeMethod
3799 did not correct for the area of the outer pixel, this did only
3800 MCalibrationCam::GetPixelContent which is not used by MCalibrate
3801
3802
3803
3804 2004/02/06: Markus Gaug
3805
3806 * mgeom/MGeomCam.h
3807 - replaced in Comment of fPixRatio:
3808 "ratio between size of pixel idx and pixel 0" by
3809 "ratio between size of pixel 0 and pixel idx"
3810
3811 * manalysis/MPedestalCam.cc
3812 - catch calls to MHPedestalPixel in case that they are not filled
3813 This led previous calls to segmentation violations
3814 - remove include of MHExtractedSignalPix
3815
3816 * manalysis/MHExtractedSignalPix.[h,cc]
3817 - is everything in MHPedestalPixel, so removed it again
3818
3819 * mjobs/MJPedestal.cc
3820 - put the projections into Display()
3821 - correct the input of Display (0: pedestal, 1: pedestalerror,
3822 2: pedRMS, 3: pedRMSerror)
3823
3824 * manalysis/MHPedestalPixel.cc
3825 - increased number of bins in for charges plot
3826
3827 * mtools/MFFT.[h,cc]
3828 - possibility to have PSD directly from TArray
3829
3830 * mjobs/MJCalibration.[h,cc]
3831 - fixed displays
3832 - replaced MExtractSignal by MExtractSignal2
3833
3834 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
3835 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
3836 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
3837 - remove histograms MHChargevsN..., now keep TArrays directly
3838 - check for oscillations for all pixels (and you will not trust
3839 your eyes when you look at the results :-((((
3840
3841 * mcalib/MCalibrationCalc.[h,cc]
3842 - remove ArrivalTime -> go to separate class
3843 - remove BlindPixel and PIN Diode overflow, now handled directly
3844 inside the corr. classes.
3845 - remove SkipTimeFits -> go the arrival time class
3846
3847 * mcalib/MCalibrationCam.h
3848 - new getters for number of photons
3849 - removed timeslicewidth -> go the corr. time containers
3850
3851 * mcalib/MCalibrationCam.cc
3852 - removed times of GetPixelContent
3853 - added OscillationChecks in GetPixelContent
3854
3855 * manalysis/MMcCalibrationUpdate.cc
3856 - remove calpix.SkipTimeFits which is now obsolet
3857
3858 * macros/calibration.C
3859 - all previous changes now in this macro.
3860 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
3861 das ging diesmal in einem Aufwasch)
3862
3863
3864
3865 2004/02/06: Thomas Bretz
3866
3867 * mhist/MHPixVsTime.[h,cc]:
3868 - changed such that you can set the name of the time container now
3869
3870 * mraw/MRawRunHeader.[h,cc]:
3871 - added GetMaxPixId()
3872
3873 * mraw/MRawEvtData.cc:
3874 - fixed wrong size calculation for fABflags
3875
3876
3877
3878 2004/02/06: Oscar Blanch
3879
3880 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
3881 - We cahnged the name (and values) of the global variable
3882 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
3883
3884
3885
3886 2004/02/05: Markus Gaug
3887
3888 * mcalib/MHCalibrationPixel.[h,cc]
3889 - put an NDF limit for the fit
3890 - removed all TStrings and replace them by Form(..)
3891 - Check for nan's of all returned fit values
3892
3893 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
3894 - reshuffled HiLoGainConversion, calculation of F-Factor method,
3895 - calculation of total F-Factor of the readout.
3896
3897 * mcalib/MCalibrationCam.cc
3898 - include relative times to display with GetPixelContent
3899
3900 * mcalib/MCalibrationCalc.[h,cc]
3901 - flag to skip Hi-Lo Calibration
3902 - Hi-LO Graph not filled any more after overflow of ChargevsN
3903 - fill the blind pixel differently from the rest of pixels
3904
3905 * mcalib/MCalibrate.cc:
3906 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
3907
3908 * manalysis/MArrivalTimeCalc.cc
3909 - default step width 100 ps.
3910 - look for half maximum (at rising edge)
3911
3912 * manalysis/MExtractSignal.[h,cc]
3913 - removed uncommented code (arrival time)
3914 - set start byte back by one like it was before TB's changes
3915 (does not affect the calculation of number of FADC slices)
3916
3917 * manalysis/MExtractSignal2.[h,cc]
3918 - removed uncommented code (arrival time)
3919
3920 * manalysis/MHPedestalPixel.[h,cc]
3921 - is now filled with total pedestals (not per slice), but results are
3922 renormalized to values per slice (this is not to screw up with the
3923 pedestal RMS and the derived uncertainties)
3924 - new function Renorm(nslices)
3925
3926 * manalysis/MPedestalCam.[h,cc]
3927 - introduced function Clone() (like proposed by TB)
3928 - call to MHPedestalPixel operator() not const any more
3929 - take out lots of uncommented code
3930 - found bug in initialization of hists. SetupFill is called in
3931 PreProcess, therefore, TObjArray is not yet enlarged there.
3932 Now, InitUseHists is called in Fill
3933 - MHPedestalPixel is now filled with total pedestals (not per slice),
3934 but results are
3935 renormalized to values per slice (this is not to screw up with the
3936 pedestal RMS and the derived uncertainties)
3937
3938 * manalysis/MPedCalcPedRun.cc
3939 - added author
3940 - split calculation of RMS into two steps to make it more clear to
3941 the user
3942
3943 * macros/calibration.C
3944 - found bug introduced two days ago, namely calculating pedestlas with
3945 MExtractSignal2 which is now fixed
3946 - Skip HiLoConversionCalibration
3947
3948
3949
3950 2004/02/05: Abelardo Moralejo
3951
3952 * macros/starmc2.C
3953 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
3954 for both MMcEvt and MMcRunHeader since these containers are
3955 not present in real data. Name of macro is no longer adequate if
3956 we will use it for calibrated real data (to be changed if so).
3957
3958
3959
3960 2004/02/05: Sebastian Raducci
3961
3962 * mtools/MCubicSpline.[h,cc]
3963 - added
3964 - this class will take the place of the TSpline class to
3965 calculate arrival times
3966
3967 * mtools/MCubicCoeff.[h,cc]
3968 - added
3969 - this class is used by MCubicSpline to store coefficients
3970
3971 * macros/spline.C
3972 - added
3973 - test macro. Shows how to use the MCubicSpline class
3974 - it could be used to test the methods of the Spline class
3975
3976
3977
3978 2004/02/05: Thomas Bretz
3979
3980 * mmain/MBrowser.cc:
3981 - fixed a double deletion of a TGLayoutHints
3982
3983
3984
3985 2004/02/04: Markus Gaug
3986
3987 * mmain/MBrowser.cc:
3988 - corrected TGTReeLBEntry for TGTreeLBEntry
3989
3990
3991
3992 2004/02/04: Thomas Bretz
3993
3994 * manalysis/MExtractSignal2.cc:
3995 - don't allow odd numbers for the window size
3996
3997 * mfilter/MFilterList.cc:
3998 - corrected a wrong logging message
3999
4000 * mmain/MBrowser.cc:
4001 - added '/data/MAGIC' as shortcut in the combo box
4002
4003 * mraw/MRawEvtPixelIter.cc:
4004 - optimized calculation of MaxIdx
4005
4006
4007
4008 2004/02/04: Abelardo Moralejo
4009
4010 * macros/starmc2.C
4011 - removed unnecessary variables BinsHigh, BinsLow
4012
4013
4014
4015 2004/02/04: Markus Gaug
4016
4017 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
4018 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
4019 macros/calibration.C:
4020 - histograms are now filled with MFillH as proposed and coded by
4021 Thomas Bretz. Some modifications had to be done, however.
4022 - Class to hold MHPedestalPixel is still MPedestalCam
4023 - MPedCalcPedRun does nothing any more (except from what is was
4024 doing before)
4025
4026 * manalysis/MExtractSignal.cc
4027 - remove uncommented code
4028
4029 * mcalib/MCalibrationCalc.[h,cc]
4030 - modified way to handle histogram overflow: Now flags are set and
4031 ChargevsN histogram is not tried to be filled subsequently
4032
4033
4034
4035 2004/02/03: Markus Gaug
4036
4037 * manalysis/MHExtractedSignalPix.[h,cc]
4038 - added Thomas B. modified version of MHPedestalPixel. Later will
4039 remove MHPedestalPixel
4040
4041 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
4042 manalysis/MCalibrationCam.cc, macros/calibration.C:
4043 - now split completely absolute and relative times. Absolute
4044 times are not fitted, but their histogram mean and rms are
4045 returned.
4046
4047
4048
4049 2004/02/03: Thomas Bretz
4050
4051 * mfileio/MReadTree.cc:
4052 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
4053
4054 * manalysis/MExtractSignal.[h,cc]:
4055 - moved code to extract the signal from Process to
4056 new member function FindSignal, I left the arrival time
4057 extraction as commented-out code in the code just as a
4058 demonstration to do this very fast.
4059
4060
4061
4062 2004/02/02: Markus Gaug
4063
4064 * manalysis/MPedCalcPedRun.cc
4065 - corrected formulae in Class description
4066
4067 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
4068 manalysis/MMcCalibrationUpdate.cc:
4069 - calculate relative times and absolute times. Fit only
4070 the relative ones.
4071
4072
4073
4074 2004/02/02: Abelardo Moralejo
4075
4076 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
4077 - removed file type check (MC or data) from PreProcess since now
4078 run headers are not yet known at that point.
4079
4080 * mcalib/MMcCalibrationCalc.cc
4081 - same as above.
4082
4083 * NEWS
4084 - updated.
4085
4086
4087
4088 2004/02/02: Thomas Bretz
4089
4090 * manalysis/MExtractSignal2.[h,cc]:
4091 - added new task which takes a given number of slices with the
4092 highest integral content as signal.
4093
4094 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4095 - added MExtractSignal2
4096
4097
4098
4099 2004/01/30: Abelardo Moralejo
4100
4101 * macros/starmc.C
4102 - changed default FADC integration range (more adequate for coming
4103 camera version).
4104
4105 * macros/mccalibrate.C, starmc2.C
4106 - added. First macro transforms input files from camera simulation
4107 into files with pixel data already calibrated in photons. The
4108 second reads in an already calibrated data file and produces an
4109 output file with Hillas parameters. Both together do the same as
4110 starmc.C, but it is convenient to have files containing
4111 calibrated pixel information.
4112
4113
4114
4115 2004/01/30: Thomas Bretz
4116
4117 * mbase/MDirIter.h:
4118 - added GetNumEntries
4119
4120 * mhist/MHEvent.cc:
4121 - added a dynamic_cast from MParContainer to MCamEvent to get the
4122 correct pointer to the correct base-class.
4123
4124 * mbase/MStatusDisplay.cc:
4125 - In EventInfo check whether gPad==0
4126
4127 * mfileio/MReadMarsFile.cc:
4128 - removed reading RunHeaders from PreProcess, this resulted
4129 in strange behaviour of writing RunHeaders
4130 - fixed consistency check for RunType accordingly
4131
4132 * mfilter/MFilterList.cc:
4133 - do not skip adding filter if only a filter with the same name
4134 exists
4135
4136 * mraw/MRawFileRead.cc:
4137 - added an output message if run header is not accessible
4138
4139 * mraw/MRawRunHeader.[h,cc]:
4140 - initialize fRunType to new enum kRTNone
4141
4142 * mfilter/MFGeomag.cc:
4143 - set fResult to kFALSE at the beginning of Process
4144 - according to this removed setting fResult=kFALSE before return
4145 - replaced some float by Float_t
4146 - added some const-qualifiers
4147 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
4148 with rnd = R * (r2-r1)/2 to make sure that we cannot
4149 devide by 0
4150
4151 * manalysis/MPedCalcPedRun.cc:
4152 - added some comments
4153
4154 * Makefile:
4155 - added mjobs
4156
4157 * mjobs/*:
4158 - added
4159
4160 * mbase/Makefile, mbase/BaseLinkDef.h:
4161 - added MRunIter
4162
4163 * mbase/MRunIter.[h,cc]:
4164 - added
4165
4166
4167
4168 2004/01/30: Markus Gaug
4169
4170 * manalysis/MPedestalCam.h
4171 - added function IsUsedHists()
4172
4173 * manalysis/MPedestalCam.cc
4174 - modified GetPixelContent
4175
4176 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
4177 - include storage of number of used FADC slices to compare later
4178 the pedestal per slice ( and sigma per slice)
4179 - return relative differences in GetPixelContent
4180
4181 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
4182 - fBlindPixelId and fPINDiodeId now like in PedestalCam
4183 - fill Blind Pixel with information about its fitted pedestal if
4184 available
4185 - initialize charges histogram with a bigger range
4186 - use pedestal information to constrain the pedestal fit ranges
4187
4188 * manalysis/MHPedestalPixel.cc
4189 - initialize charges histogram with a bigger range
4190
4191 * macros/calibration.C
4192 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
4193 - apply new GetPixelContents of MPedestalCam (more calculations
4194 and displays of errors, correction for different FADC slice
4195 number)
4196
4197 * manalysis/MExtractSignal.cc
4198 - not access to MArrivalTime any more. The same information is
4199 stored in MRawEvt->GetPixelContent(...)
4200
4201 * manalysis/MCalibrationCalc.cc
4202 - retrieve default arrival time from MRawEvt
4203
4204 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
4205 - check for NaN's in fit results
4206
4207
4208
4209 2004/01/29: Abelardo Moralejo
4210
4211 * mfileio/MWriteFile.h
4212 - added missing declaration of ReInit
4213
4214 * manalysis/MMcCalibrationUpdate.cc
4215 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
4216 to adapt to recent changes in MCalibrate.
4217
4218
4219
4220 2004/01/29: Thomas Bretz
4221
4222 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
4223 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
4224 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
4225 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
4226 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
4227 - split derivement into MParContainer and MCamEvent
4228
4229 * manalysis/MExtractSignalCam.[h,cc]:
4230 - removed obsolete MExtractSignal::ReInit
4231 - added -> to fArray
4232
4233 * mbase/MParList.h:
4234 - added a new bit kIsProcessing
4235
4236 * mbase/MTaskList.cc:
4237 - fixed the handling of kDoNotReset and the bahaviour of
4238 SetReadyToSave, such that it is possible to write all
4239 headers
4240
4241 * mfileio/MWriteFile.cc:
4242 - added ReInit which also calls CheckAndWrite
4243
4244 * mgui/MCamEvent.h:
4245 - does not derive from MParContainer anymore
4246
4247
4248
4249 2004/01/29: Markus Gaug
4250
4251 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
4252 mcalib/MCalibrationConfig.h
4253 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
4254 directly into the corresponding classes.
4255
4256
4257
4258 2004/01/29: Nicola Galante
4259
4260 * mhistmc/MHMcTriggerLvl2.[h,cc]:
4261 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
4262 added string checking to return also
4263 fHistCellPseudoSize, fHistCellPseudoSizeNorm
4264 and fHistCellPseudoSizeEnergy.
4265 - Added inline functions GetHistCellPseudoSize() and
4266 GetHistCellPseudoSizeNorm().
4267
4268
4269
4270 2004/01/28: Javier Rico
4271
4272 * mcalib/MCalibrate.[h.cc]
4273 - include possibility to select the calibration method to be used
4274
4275
4276
4277 2004/01/28: Markus Gaug
4278
4279 * mcalib/MCalibrate.[h.cc]
4280 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
4281
4282 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
4283 - included flags to indicate if Blind Pixel Method or PIn Diode
4284 method was OK. Up to now, program stopped, if one of the two
4285 methods was chosen but not able to being executed.
4286
4287 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
4288 manalysis/MGeomApply.cc:
4289 - put all missing InitSize(npixels) into MGeomApply
4290
4291 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
4292 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
4293 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4294 - include possibility to fit the pedestals with Gaussian.
4295 - old methods are not affected.
4296 - add new method with MPedCalcPedRun::SetUseHists()
4297
4298
4299
4300 2004/01/28: Abelardo Moralejo
4301
4302 * mcalib/MMcCalibration.cc
4303 - fixed wrong variable type in call to TH1F constructor (number of
4304 bins is now integer), which resulted in a compilation warning.
4305
4306
4307
4308 2004/01/28: Thomas Bretz
4309
4310 * manalysis/MPedestalCam.cc:
4311 - removed unwanted CheckBound from operators. CheckBounds is ONLY
4312 ment for really old MC files and will be removed in the future
4313 anyhow.
4314
4315 * mcalib/MHCalibrationPixel.h:
4316 - removed obsolete include of MFFT
4317
4318 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
4319 manalysis/MPedestalCam.[h,cc]:
4320 - removed use of obsolete MPedestalCam::CheckBounds. This was
4321 a workaround for a 'bug' in very old camera files, which is not
4322 necessary anymore.
4323
4324 * manalysis/MCerPhotAnal2.[h,cc]:
4325 - replaced MPedestalCam by MPedPhotCam
4326
4327 * manalysis/MExtractSignal.cc:
4328 - some small simplification to the signal extraction
4329 - removed some obsolete variables
4330 - replaced for by while
4331 - removed obsolete casts
4332
4333 * mmain/MEventDisplay.cc:
4334 - gave names to the filters
4335 - removed adding MHCamera to fList because it was deleted twice
4336
4337 * mhist/MHCamera.cc:
4338 - fixed usage of fPainter in Paint() - title was not updated
4339 correctly
4340
4341
4342
4343 2004/01/28: Sebastian Raducci
4344
4345 * manalysis/MArrivalTime.[h,cc]:
4346 - removed all the code relative to the cluster evaluation
4347
4348
4349
4350 2004/01/27: Markus Gaug
4351
4352 * manalysis/MPedestalPix.cc:
4353 - initialize default values to 0 instead of -1.
4354
4355 * manalysis/MPedestalCam.[h,cc]:
4356 - include CheckBounds, also in operator[]
4357
4358 * mcalib/MCalibrationCam.[h,cc]:
4359 - apparently, there was a reference to InitSize(UInt_t i) instead
4360 of InitSize(Int_t i), where compiler complained, now changed
4361
4362 * mcalib/MHCalibration*, mcalib/MCalibration*:
4363 - fixed all Clear()'s, Reset()'s, direct intializers
4364
4365
4366
4367 2004/01/27: Thomas Bretz
4368
4369 * mdata/MDataChain.cc:
4370 - added '%' to supported operators
4371
4372
4373
4374 2004/01/26: Nicola Galante
4375
4376 * manalysis/MMcTriggerLvl2.[cc,h]:
4377
4378 - Defined some static constants to avoid ugly "magic numbers"
4379 in arrays: gsNCells, gsNTrigPixels,
4380 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
4381 - Added method
4382 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
4383 which computes compact pixels into a given L2T macrocell.
4384 - Added method
4385 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
4386 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
4387 macrocells
4388 - Added method
4389 MMcTriggerLvl2::GetCellPseudoSize() const
4390 which returns fCellPseudoSize
4391 - Added method
4392 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
4393 which controls whether a pixel belongs to a given L2T cell.
4394 - Added method
4395 MMcTriggerLvl2::GetMaxCell() const
4396 which returns fMaxCell, the cell with the maximum
4397 fCellPseudoSize.
4398
4399
4400
4401 2004/01/26: Markus Gaug, Michele Doro
4402
4403 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
4404 - moved calculation of arrival time from MArrivalTime to
4405 MArrivalTimeCalc. MArrivalTime does not do any Process-job
4406 anymore
4407 - TSpline5 now on stack.
4408 - function to set the stepsize
4409
4410 * mcalib/MHCalibrationBlindPixel.[h,cc]:
4411 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
4412 - implement combined Polya fit and Michele's back-scattered electron
4413 fit
4414
4415 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
4416 mcalib/MCalibrationPINDiode.cc:
4417 - combine FitChargeHiGain and FitChargeLoGain into one function
4418
4419 * macros/calibration.C
4420 - improve double gauss fit a bit
4421
4422
4423
4424 2004/01/26: Thomas Bretz
4425
4426 * mraw/MRawEvtPixelIter.[h,cc]:
4427 - removed member function GetNumPixels. For more details see mantis.
4428
4429 * manalysis/MArrivalTime.[h,cc]:
4430 - reorganized includes
4431 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
4432 definition
4433 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
4434 PROGRAM
4435
4436 * manalysis/MArrivalTimeCalc.[h,cc]:
4437 - reorganized includes
4438 - removed many obsolete code, exspecially copy&paste relicts!
4439 - fixed usage of InitSize
4440 - removed CleanArray. Reset() is called automatically before Process()
4441
4442 * manalysis/MExtractedSignalCam.[h,cc]:
4443 - added SetLogStream
4444 - removed obsolete include MGeomCam
4445 - replaced PrintOut by Print
4446 - added const-qualifiers to all Getters
4447 - fixed documentation
4448
4449 * manalysis/MExtractedSignalPix.[h,cc]:
4450 - replaced PrintOut by Print
4451 - fixed documentation
4452
4453 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
4454 - replaced memset by Reset()
4455
4456
4457
4458 2004/01/24: Abelardo Moralejo
4459
4460 * macros/starmcstereo.C
4461 - Added. Example of how to run the analysis chain for MC files
4462 containing simulation of stereo systems of 2 telescopes.
4463
4464 * mcalib/MCalibrate.cc
4465 - Added check that value of signal from MExtractedSignalPix is not
4466 the default (error) value. In such a case, the signal in
4467 MCerPhotEvt is now set to 0. Before, all pixels got very high
4468 values in MCerPhotEvt in case the MRawEvtData object for the
4469 event was missing in the file. This happened in MC files, in
4470 which in some circumstances an event is written without the
4471 pixel information (for instance, when running stereo simulations
4472 the pixel data is missing for non-triggered telescopes, but the
4473 event headers are present).
4474
4475
4476
4477 2004/01/23: Markus Gaug
4478
4479 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
4480 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
4481 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
4482 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
4483 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
4484 - use MArrivalTime for Storage (or calculation) of time
4485 in MExtractSignal
4486 - pass from TH1I histos to TH1F for times
4487
4488 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
4489 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
4490 mcalib/MCalibrationCalc.[h,cc]:
4491 - clean up setters
4492 - pass to bit-fields for all flags
4493
4494 * mcalib/MCalibrationCam.cc
4495 - exclude Blind Pixel from Camera display
4496 - do not fill &val when return kFALSE
4497
4498 * macros/calibration.C
4499 - include functions to exclude the blind pixel,
4500 calculation of times and quality checks
4501
4502
4503
4504 2004/01/23: Abelardo Moralejo
4505
4506 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
4507 - Added support (using AddSerialNumber) for stereo MC files.
4508
4509
4510
4511 2004/01/23: Thomas Bretz
4512
4513 * mbase/MAstro.cc:
4514 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
4515
4516 * mreport/MReport*.[h,cc]:
4517 - changed all classes to return Int_t instead of Bool_t in
4518 InterpreteBody
4519 - changed MReportFileRead such, that a wrong line results in
4520 skipping the line instead of abort reading.
4521
4522 * manalysis/MExtractSignal.cc:
4523 - do not print information for each pixel - it's too much.
4524
4525 * mbase/MStatusDisplay.cc:
4526 - when reading a status display do not display tabs with
4527 the same name than one which is already existing.
4528
4529 * mcalib/MCalibrate.cc:
4530 - directly store pointer to pixel when setting saturation flag
4531
4532 * mcamera/MCameraDC.cc:
4533 - fixed some comments
4534
4535 * mhist/MHCamEvent.cc:
4536 - fixed a crash when no geometry was available
4537
4538 * mhist/MHCamera.[h,cc]:
4539 - removed obsolete member function SetPix
4540
4541 * mbase/MStatusDisplay.[h,cc]:
4542 - added EventInfo member function
4543 - implemented preliminary redirection of GetObjectInfo to
4544 StatusLine2 -> An own status line for this is missing
4545
4546 * manalysis/MExtractSignal.[h,cc]:
4547 - implemented StreamPrimitive
4548 - changed deafults to be static const data members
4549
4550 * manalysis/MGeomApply.[h,cc]:
4551 - implemented StreamPrimitive
4552
4553
4554
4555 2004/01/23: Abelardo Moralejo
4556
4557 * manalysis/MMcCalibrationUpdate.[h,cc]
4558 - Added check to guarantee that the FADC simulation parameters of
4559 all read files (those used for calibration and those analyzed)
4560 are the same.
4561 - Added missing support for analysis of stereo files.
4562
4563 * mcalib/MMcCalibrationCalc.cc
4564 - Removed obsolete FIXME comment.
4565 - Added missing support for analysis of stereo files.
4566
4567
4568 2004/01/23: Raquel de los Reyes
4569
4570 * macros/CCDataCheck.C
4571 - Added the temperature distribution of the optical links
4572 and the plots of the LV power supplies.
4573 * mcamera/MCameraLV.h
4574 - Added the "Get" functions to access the private data
4575 members of the class.
4576
4577
4578 2004/01/22: Abelardo Moralejo
4579
4580 * manalysis/MMcCalibrationUpdate.[h,cc]
4581 - Now ratio of high to low gain is taken from MCalibrationCam if
4582 it existed previously in the parameter list, instead of being
4583 read again from the MMcFadcHeader. Removed Setter function for
4584 fADC2PhInner, no longer necessary. Fixed error regarding the
4585 pedestal conversion to photons (did not read conversion factor
4586 from preexisting MCalibrationCam object).
4587
4588 * mcalib/MMcCalibrationCalc.cc
4589 - Changed parameters of the histogram, and also the quantity being
4590 histogrammed. Check that input data come from a noiseless camera
4591 file before proceeding to do the calibration. Introduced lower
4592 size in cut for calibration. Now rhe calibration constant is not
4593 calculated from the mean of photons/ADC counts, but from the peak
4594 of the histogram.
4595
4596 * macros/starmc.C
4597 - Introduced new scheme. Now there are two loops over two different
4598 sets of files. First loop calculates the calibration constants,
4599 second one does the analysis. Introduced comments. Now the
4600 histogram used in the light calibration is written to the output
4601 file.
4602
4603
4604
4605 2004/01/22: Thomas Bretz
4606
4607 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
4608 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
4609 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
4610 mcalib/MCalibrationBlindPixel.[h,cc],
4611 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
4612 mcalib/MHCalibrationBlindPixel.[h,cc],
4613 mcalib/MHCalibrationPINDiode.[h,cc]:
4614 - cleaned up includes
4615
4616
4617
4618 2004/01/22: Raquel de los Reyes
4619
4620 * macros/CCDataCheck.C
4621 - macro to check the data from the central control (.rep files).
4622
4623
4624
4625 2004/01/22: Markus Gaug
4626
4627 * macros/calibration.C
4628 - made MStatusDisplay 3 bit smaller
4629
4630 * manalysis/MExtractSignal.cc
4631 - put fSignals->SetUsedFADCSlices into PreProcess
4632
4633 * manalysis/MPedCalcPedRun.cc
4634 - calculate PedRMS as RMS of the sums, later renormalized to units
4635 of RMS/slice (eliminate the wrong effect of odd and even slices)
4636
4637 * mcalib/MCalibrationCalc.cc
4638 - if bit SkipBlindPixelFit is set, now number of photons outside
4639 plexiglass is not intended to be calculated any more (previous
4640 bug)
4641 - exclude excluded pixels in eventloop
4642
4643 * mcalib/MHCalibrationBlindPixel.[h,cc]
4644 - move functions to pointer again (otherwise, Clone will give
4645 strange results)
4646
4647
4648
4649 2004/01/21: Abelardo Moralejo
4650
4651 * mcalib/MMcCalibrationCalc.[h,cc]
4652 - Added. First version of the task intended to calculate the
4653 conversion factors from ADC counts to photons in the MC. It has
4654 a different aim than the recently renamed class
4655 "MMcCalibrationUpdate" (which takes care that the correct
4656 pedestals and conversion factors are supplied to each event, but
4657 does not really calculate anything).
4658
4659 * mcalib/Makefile, CalibLinkDef.h
4660 - Added new class MMcCalibrationCalc
4661
4662 * manalysis/MMcCalibrationUpdate.[h,cc]
4663 - Now the container MCalibrationCam is not created or modified if
4664 it is found that one such container already exists in the
4665 Parameter list (from a previous calibration).
4666
4667
4668
4669 2004/01/21: Thomas Bretz
4670
4671 * mraw/MRawRead.cc:
4672 - restore the fake time for all runs (current time stamp in
4673 the data seems to be toally nonsense)
4674
4675 * mraw/MRawEvtHeader.cc:
4676 - removed decoding of real time (current time stamp in the data
4677 seems to be toally nonsense)
4678
4679
4680
4681 2004/01/21: Abelardo Moralejo
4682
4683 * mmc/MMcEvt.hxx
4684 - Uncommented 6 Getter functions (those regarding the number of
4685 photons surviving the different stages of simulation).
4686
4687 * manalysis/MMcCalibrationUpdate.[h,cc]
4688 - Added (see below).
4689
4690 * manalysis/MMcCalibrationCalc.[h,cc]
4691 - Removed: changed name of this class to MMcCalibrationUpdate,
4692 which is more representative of what it really does. Moved
4693 the filling of the MCalibrationCam container from Process to
4694 ReInit, since it does not change on an event by event basis.
4695 Simplified PreProcess (MCalibrationCam was searched for twice).
4696 Updated class description and comments.
4697
4698 * manalysis/Makefile, AnalysisLinkDef.h
4699 - Adapted to change above
4700
4701 * macros/starmc.C
4702 - Adapted to change above. Changed also task instance name from
4703 mccalibcalc to mccalibupdate.
4704
4705
4706
4707 2004/01/21: Raquel de los Reyes
4708
4709 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
4710 and mcamera/MCameraCalibration.h
4711 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
4712 the private data members of the class.
4713
4714
4715
4716 2004/01/20: Thomas Hengstebeck
4717
4718 * mranforest/MRanForestCalc.[h,cc]
4719 - Added member functions Grow (training of RF) and Fill (reading in
4720 trained forest from file) which simplify macros.
4721 One just needs to call them instead of using MRanForestGrow and
4722 MRanForestFill (and the related training and fill loops) in a
4723 macro.
4724
4725
4726
4727 2004/01/20: Abelardo moralejo
4728
4729 * manalysis/MMcCalibrationCalc.cc
4730 - removed call to MCalibrationPix::SetPedestal, which was not
4731 needed.
4732
4733
4734
4735 2004/01/20: Thomas Bretz
4736
4737 * Makefile:
4738 - replaced 'make' by '$(MAKE)'
4739
4740 * Makefile.rules:
4741 - added Makefile itself to dependencies
4742
4743 * mbase/MTask.cc:
4744 - added comment about ReInit
4745
4746 * mhbase/MH.cc:
4747 - do not clear pad in DrawClone if 'same' option given
4748
4749 * mhist/MHVsTime.cc:
4750 - evaluate 'same' option
4751
4752 * mfileio/MReadCurrents.[h,cc]:
4753 - obsolete, removed
4754
4755 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
4756 - added some comments
4757
4758
4759
4760 2004/01/20: Abelardo moralejo
4761
4762 * mcalib/MHCalibrationPINDiode.cc
4763 - Added call to SetDirecory(0) for histograms fHErrCharge,
4764 fHPCharge, fHPTime.
4765
4766 * manalysis/MCerPhotPix.h:
4767 - Changed position of declaration of fIsSaturated to be the last
4768 private variable. Otherwise, since in the constructor it is
4769 initialized in the last place, a warning is displayed upon
4770 compilation in some systems.
4771
4772
4773
4774 2004/01/20: Markus Gaug
4775 * mcalib/Makefile, manalysis/Makefile:
4776 - include directory ../mtools
4777
4778 * mtools/MFFT.[h,cc]
4779 - class inherits from TObject now
4780
4781
4782
4783 2004/01/19: Markus Gaug
4784
4785 * mcalib/MHCalibrationBlindPixel.[h,cc]
4786 - fixed a bug in fFitLegend due to which program crashed by calls
4787 to DrawClone
4788 - Modified way to change the fit function
4789
4790 * mcalib/MHCalibrationPixel.[h,cc]
4791 - reordered function calls
4792 - removed SetupFill
4793
4794 * mcalib/MHCalibrationPINDiode.h
4795 - reordered function calls
4796
4797 * mcalib/MCalibrationPix.[h,cc]
4798 - limits to define fFitValid now as variables in class
4799
4800 * mcalib/MCalibrationCam.[h,cc]
4801 - reordered function calls
4802 - incorporate option to exclude pixels
4803
4804 * mcalib/MCalibrationBlindPix.h
4805 - Modified way to change the fit function
4806
4807 * mcalib/MCalibrationCalc.[h,cc]
4808 - Modified way to change the fit function
4809 - incorporate option to exclude pixels from configuration file
4810
4811 * macros/calibration.C
4812 - Modified way to change the fit function
4813 - incorporate option to exclude pixels from configuration file
4814
4815
4816
4817 2004/01/19: Javier Rico
4818
4819 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
4820 - Added documentation of member functions
4821
4822
4823
4824 2004/01/19: Abelardo Moralejo
4825
4826 * manalysis/MCerPhotPix.[h,cc]
4827 - Added fIsSaturated to flag whether low gain of the pixel is
4828 saturated. Added corresponding getter and setter functions.
4829 Updated ClassDef to version 2.
4830
4831 * mcalib/MCalibrate.cc
4832 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
4833 one low gain FADC slice is saturated.
4834
4835 * mimage/MNewImagePar.[h,cc]
4836 - Added new member variable fNumSaturatedPixels to count how many
4837 pixels were saturated. Updated ClassDef to version 2.
4838
4839
4840
4841 2004/01/19: Thomas Bretz
4842
4843 * manalysis/MPedPhotCalc.[cc,h]:
4844 - fixed order of includes
4845 - removed obsolete forward declarations
4846 - removed obsolete data member fNumPixels (stored already twice in
4847 the two TArrayF)
4848 - fixed some small bugs in the documentation
4849
4850 * manalysis/MPedCalcPedRun.cc:
4851 - updated my eMail address
4852
4853
4854
4855 2004/01/19: Javier Rico
4856
4857 * macros/dohtml.C, NEWS
4858 - include some missing info
4859
4860
4861
4862 2004/01/19: Abelardo Moralejo
4863
4864 * manalysis/MExtractedSignalPix.h
4865 - added GetNumLoGainSaturated()
4866
4867
4868
4869 2004/01/19: Markus Gaug
4870
4871 * macros/dohtml.C
4872 - include calibration.C
4873
4874 * manalysis/MExtractSignal.cc
4875 - warning of logain saturation now only once per event (out of loop)
4876
4877 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
4878 - new Flag fExcluded to indicate if pixel has been excluded from
4879 further analysis
4880
4881
4882
4883 2004/01/16: Javier Rico & Pepe Flix
4884
4885 * manalysis/MPedPhotCalc.[cc,h]
4886 - added
4887 - new class for the evaluation of pedestals in units of photons
4888 using the extracted signal from pedestal runs and calibration
4889 constants defined in MCalibrate
4890
4891 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
4892 - added entries for MPedPhotCalc
4893
4894 * macros/pedphotcalc.C
4895 - added
4896 - example on how to use MPedPhotCalc task
4897
4898
4899
4900 2004/01/16: Markus Gaug
4901
4902 * mcalib/MCalibrationFits.h
4903 - removed and incorporated in MHCalibrationBlindPixel.h
4904
4905 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
4906 mcalib/MCalibrationBlindPix.h:
4907 - incorporate Fit functions
4908 - fixed a bug due to which DrawClone crashed when class was used
4909 in a compiled macro
4910
4911 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
4912 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
4913 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
4914 mcalib/MHCalibrationPixel.cc:
4915 - fixed the warns and errs in fLog's
4916
4917
4918
4919 2004/01/16: Abelardo Moralejo
4920
4921 * manalysis/MMcCalibrationCalc.cc
4922 - TMath::Max() is no longer used because it did not compile in some
4923 systems for unkown reasons. I replaced it by a safer (and may be
4924 slower) code.
4925 - Added calpix.SetFitValid();
4926
4927 * mhist/MHEvent.cc
4928 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
4929 be 1 in case of RMS:
4930 case kEvtPedestalRMS:
4931 fHist->SetCamContent(*(MCamEvent*)par, 1);
4932
4933
4934
4935 2004/01/15: Abelardo Moralejo
4936
4937 * macros/starmc.C
4938 - Added. Version of star showing new chain to get Hillas
4939 parameters (with Size calibrated in photons) from MC files.
4940
4941
4942
4943 2004/01/15: Javier Rico
4944
4945 * manalysis/MPedCalcPedRun.[h,cc]
4946 - optimize the running time
4947 - add (some) documentation
4948 - correct treatment for the case of several input files
4949
4950 * macros/pedvsevent.C
4951 - added
4952 - draw pedestal mean and rms vs event# for input pixel# and run
4953 file, and compares them to the global pedestal mean and rms
4954
4955
4956
4957 2004/01/15: Raquel de los Reyes
4958
4959 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
4960 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
4961 functions to compute the estimation of the error of the
4962 mean. It can be done calling to the function
4963 MCamEvent::SetBit(MHCamera::kVariance) in the macro
4964
4965
4966
4967 2004/01/15: Markus Gaug
4968
4969 * mhist/MHCamera.[h,cc]
4970 - incorporate Thomas's changes
4971 - replace void CreateProjection() by TH1D *Projection(const char*)
4972
4973 * macros/calibration.C
4974 - replace MHCamera->Draw("proj") by MHCamera->Projection()
4975 - produce better fits to the projection
4976
4977 * manalysis/MSimulatedAnnealing.[h,cc],
4978 mhist/MHSimulatedAnnealing.[h,cc]:
4979 - moved to directory mtools
4980 - MSimulatedAnnealing now inherits from TObject
4981
4982 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4983 mhist/Makefile, mhist/HistLinkDef.h:
4984 - removed MSimulatedAnnealing
4985 - removed MHSimulatedAnnealing
4986
4987 * mtools/Makefile, mtools/AnalysisLinkDef.h:
4988 - added MSimulatedAnnealing
4989 - added MHSimulatedAnnealing
4990
4991
4992
4993 2004/01/15: Thomas Bretz
4994
4995 * manalysis/AnalysisLinkDef.h:
4996 - removed MCurrents
4997
4998 * mhist/MHCamera.[h,cc]:
4999 - added member function Projection
5000 - removed fYproj
5001
5002 * mreport/MReport*.*:
5003 - added more comments
5004
5005
5006
5007 2004/01/14: Markus Gaug
5008
5009 * mtools/MFFT.[h,cc]
5010 - new class to perform Fast Fourier Transforms
5011
5012 * mtools/Makefile
5013 * mtools/ToolsLinkDef.h
5014 - include MFFT
5015
5016 * manalysis/MExtractedSignalCam.h
5017 - removed variables fNumHiGainSamples and fNumLoGainSamples
5018 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
5019
5020 * manalysis/MExtractSignal.cc
5021 - updated call to SetUsedFADCSlices
5022
5023
5024
5025 2004/01/14: Abelardo Moralejo
5026
5027 * manalysis/MMcCalibrationCalc.cc:
5028 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
5029 This can happen (depending on camera simulation parameters), and
5030 rms = 0 later resulted in the pixel being eliminated in the
5031 image cleaning.
5032
5033
5034
5035 2004/01/14: Thomas Bretz
5036
5037 * Makefile:
5038 - replaced old style Makefile.depend by directory specific
5039 dependancy files
5040
5041 * Makefile.rules:
5042 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
5043 - added rule to make dependency files
5044 - added rule to remove dependancy files.
5045 - added rmdep as prerequisite to clean
5046 - include dependency file
5047
5048 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
5049 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
5050 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
5051 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
5052 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
5053 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
5054 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
5055 mtools/Makefile:
5056 - removed clean-rule, use the one in Makefile.rules instead
5057
5058 * mreport/Makefile, mreport/ReportLinkDef.h:
5059 - added MReportHelp
5060
5061 * mreport/MReportFileRead.cc:
5062 - moved code from MReportHelp to new file
5063 - removed usage of MReport class completely
5064
5065 * mfilter/MFGeomag.[h,cc]:
5066 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
5067 - changed the second loop from 0->1151 to 1152->2304
5068 - removed dummy arrays used for reading
5069 - output filename in case of 'file not found'
5070 - removed obsolete data members
5071 - removed obsolete Init function
5072 - removed forbidden underscore from member variable
5073 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
5074
5075 * mbase/MStatusDisplay.[h,cc]:
5076 - added new member function Open
5077 - added new menu entry kFileOpen
5078 - changed UpdatePSheader algorithm (the old one was much too slow)
5079
5080 * manalysis/MCurrents.[h,cc]:
5081 - removed (old outdated)
5082
5083 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5084 - removed MCurrents
5085
5086
5087
5088 2004/01/14: Wolfgang Wittek
5089
5090 * macros/ONOFFAnalysis.C:
5091 - current version
5092
5093 * mhist/MHSigmaTheta.[h,cc]:
5094 - replace MPedestalCam by MPedPhotCam
5095
5096 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
5097 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
5098 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
5099 - replace MPedestalCam by MPedPhotCam
5100
5101 * manalysis/MPedPhotPix.[h,cc]
5102 - uncomment SetRms()
5103
5104
5105
5106 2004/01/13: Markus Gaug
5107
5108 * manalysis/MExtractSignal.h
5109 - seems that the reduced light intensity of the CT1 Pulser
5110 results in broader pulses -> Set Default time slices to [3,10]
5111
5112 * mhist/MHCamera.cc
5113 - make Stat Window in option 'proj' bigger
5114 - add comment line at beginning of Draw()
5115
5116 * mcalib/MHCalibrationBlindPixel.[h.cc]
5117 - add Function DrawClone()
5118 - fix bug in calculation of integral (GetIntegral("width"))
5119 - restrict parameters tighter
5120 - declare fit as not valid, if less than 100 events
5121 in single photo-electron peak
5122
5123 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
5124 - fit now with fixed normalization
5125
5126 * mcalib/MHCalibrationPixel.[h.cc]
5127 - new function IsEmpty()
5128 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
5129
5130 * mcalib/MCalibrationPix.[h.cc]
5131 - F-Factor corrected and added error
5132 - Histograms not fitted if they are empty
5133 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
5134
5135 * mcalib/MCalibrationCam.cc
5136 - Square Root of Reduced Sigmas not taken, if they are < 0.
5137 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
5138
5139 * mcalib/MCalibrationCalc.cc
5140 - Blind Pixel is not additionally treated as normal pixel any more
5141 - Blind Pixel Draw replaced by DrawClone
5142
5143 * macros/calibration.C
5144 - took out some unused code
5145 - some default axis labelling corrected
5146
5147
5148
5149 2004/01/13: Abelardo Moralejo
5150
5151 * manalysis/MMcPedestalCopy.cc
5152 - added check of whether input file is a MC file before executing
5153 the PreProcess.
5154
5155
5156
5157 2004/01/13: Wolfgang Wittek
5158
5159 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
5160 - change macro to handle also MC events with finite sigmabar
5161
5162 * manalysis/MPadOn.[h,cc]:
5163 - deleted, is replaced by MPad
5164
5165 * manalysis/MPadOnOFF.[h,cc]:
5166 - deleted, is replaced by MPad
5167
5168 * manalysis/MPad.[h,cc]:
5169 - new class, replacing MPadON and MPadONOFF
5170 - handle also MC events with finite sigmabar
5171
5172 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5173 - replace MPadON and MPadONOFF by MPad
5174
5175
5176
5177 2004/01/13: Thomas Bretz
5178
5179 * mraw/MRawRunHeader.[h,cc]:
5180 - implemented new member function GetRunTypeStr
5181
5182 * Changelog.03:
5183 - added (contains entries of 2003)
5184
5185 * Changelog:
5186 - removed entries of 2003
5187
5188 * mfilter/MFGeomag.cc:
5189 - simplified open/close of input files
5190
5191 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
5192 - added some comments
5193 - added new member function GetError
5194
5195 * Makefile:
5196 - updated 'make dox' output for convinience
5197
5198 * macros/dohtml.C:
5199 - do not print Info's
5200 - added mcamera
5201 - added mpointing
5202 - added mreport
5203
5204 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
5205 - removed some obsolete comments (these comments confused THtml)
5206
5207 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
5208 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
5209 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
5210 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
5211 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
5212 - replaced MPedestalCam by MPedPhotCam
5213 - removed some obsolete includes
5214
5215 * mbase/BaseLinkDef.h, mbase/Makefile:
5216 - added MLogPlugin
5217 - added MLogHtml
5218
5219 * mbase/MLog.[h,cc]:
5220 - added use of plugins
5221
5222 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
5223 - added
5224
5225 * mbase/MStatusDisplay.[h,cc]:
5226 - added a Save-As dialog
5227
5228
5229
5230 2004/01/12: Thomas Bretz
5231
5232 * macros/rootlogon.C:
5233 - added mcamera to include path
5234 - added mpointing to include path
5235 - added mreport to include path
5236
5237 * mbase/MLog.cc:
5238 - updated my eMail address
5239
5240 * mbase/MParContainer.h:
5241 - added Read member function
5242
5243 * mbase/MStatusDisplay.[h,cc]:
5244 - changed size of ps-paper
5245 - added a user defined bottom line to the ps-files
5246 - added name (currently unused)
5247 - added title (used as possible bottom line in ps-file)
5248
5249 * mraw/MRawRunHeader.cc:
5250 - added some comments
5251
5252 * status.cc:
5253 - set name of input as bottom line of status display
5254
5255
5256
5257 2004/01/12: Abelardo Moralejo
5258
5259 * mimage/MStereoPar.cc
5260 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
5261 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
5262 Bug had no effect unless scale1 != scale2 (-> telescopes of
5263 different size).
5264
5265
5266
5267 2004/01/12: Markus Gaug
5268
5269 * manalysis/MExtractSignal.[h,cc]
5270 - take out some uncommented code
5271 - replace logainshift by two independent variables:
5272 logainfirst, logainlast
5273 - because in most data, maximum occurs in slice 4, shift default
5274 from slices 4-9 to slices 3-8.
5275
5276 * manalysis/MExtractedSignalPix.[h,cc]
5277 - took out some uncommented code
5278 - new initializers: instead of -1. now 99999.9
5279
5280
5281
5282 2004/01/09: Markus Gaug
5283
5284 * mcalib/MCalibrationCam.[h,cc]
5285 - take out 1-dim histos because we can use
5286 the projections in MHCamera (s.b.)
5287
5288 * mcalib/MHCalibrationBlindPixel.h
5289 - make the fit by default quiet
5290
5291 * mcalib/MHCalibrationPixel.[h,cc]
5292 * mcalib/MCalibrationPix.[h,cc]
5293 - Ranges of time slices stored independently for HiGain and LoGain
5294 in order to allow consecutive checks
5295
5296 * mhist/MHCamera.[h.cc]
5297 - add the possibility to call a Draw("proj") which will
5298 draw a Y-Projection of the histogram
5299
5300 * macros/calibration.C
5301 - apply the drawing of the projections and fit them
5302
5303 * mcalib/MCalibrationCalc.cc
5304 - catch the possibility of a calibration file,
5305 unintendedly being a pedestal or cosmic file.
5306 Program now exits with an error before doing the fits
5307
5308 * mcalib/MCalibrationPix.[h,cc]
5309 - fixed a bug in calculation of fFitValid.
5310 before, a call to IsFitValid() always returned false
5311
5312
5313
5314 2004/01/09: Javier L¢pez
5315
5316 * macros/bootcampstandardanalysis.C
5317 - added new macro that holds the main scheleton discussed in the
5318 december bootcamp in Wuerzburg. It runs first over a pedestal
5319 run, then over a calibration run, again over the pedestal run
5320 to compute de pedestal in number of photons and finally over a
5321 data run to calibrate the data.
5322
5323
5324
5325 2004/01/06: Sebastian Raducci
5326
5327 * manalysis/MArrivalTime.[h,cc]
5328 - added new method to calculate photon arrival times. It uses the
5329 TSpline5 Root Class to interpolate the Fadc Slices. The time is
5330 the abscissa value of the absolute maximum of the interpolation
5331 - added new method to find clusters with similar arrival times.
5332 For now it's a preliminary version. It simply search for adiacent
5333 pixels having the same arrival time (color).
5334
5335 * manalysis/MArrivalTimeCalc.[h,cc]
5336 - modified the Process() method according to the changes in the
5337 Arrival Time Cointainer
5338
5339 * mmain/MEventDisplay.cc
5340 - added new tab in the camera event display to show the arrival
5341 time. This arrival time is calculated with the spline method
5342 - the old Arrival Time pad now it's called Max Slice Idx, because
5343 it's only the index of the slice with the max content.
5344
5345 * mhist/MHEvent.[h,cc]
5346 - added new fType in te enumeration to handle the arrival time
5347 histos
Note: See TracBrowser for help on using the repository browser.