source: trunk/MagicSoft/Mars/Changelog@ 3975

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