source: trunk/MagicSoft/Mars/Changelog@ 3971

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