source: trunk/MagicSoft/Mars/Changelog@ 3962

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