source: trunk/MagicSoft/Mars/Changelog@ 4014

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