source: trunk/MagicSoft/Mars/Changelog@ 3959

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