source: trunk/MagicSoft/Mars/Changelog@ 5021

Last change on this file since 5021 was 5021, checked in by moralejo, 21 years ago
*** empty log message ***
File size: 250.1 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd:_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20 -*-*- END OF LINE -*-*-
21
22 2004/09/19: Abelardo Moralejo
23
24 * macros/starmc.C, mccalibrate.C, starmc2.C
25 - adapted to changes in MHillasCalc from August 23. The macros
26 did no longer work, but only today did someone report it...
27 Sorry!
28
29 2004/09/14: Antonio Stamerra
30
31 * mtrigger/MTriggerIPR.h:
32 - added "=" to (idx >= gsNTrigPix) in GetPixelContent
33
34 * macros/readIPR.C:
35 - new macro to read and display the IPRs
36
37 * macro/dohtml.C:
38 - added readIPR
39
40
41 2004/09/14: Markus Gaug
42
43 * mhcalib/MHCalibration*Cam.[h,cc]
44 * mcalib/MCalibColorSteer.[h,cc]
45 - added MBadpixelsIntenstiyCam
46
47 * mbadpixels/MBadPixelsIntensityCam.[h,cc]
48 * mcalib/MCalibrationIntensity*Cam.[h,cc]
49 * mcalib/MCalibration*Cam.[h,cc]
50 - replace TClonesArray by TObjArray
51
52 * mjobs/MJCalibration.cc
53 - took out FindColor() which is now taken care of by
54 MCalibColorSet
55 - introduced MBadPixelsIntensityCam
56
57 * mhcalib/MHGausEvents.cc
58 - some changes in Draw for the case that there is no histogram
59
60 * manalysis/MHPedestalPix.[h,cc]
61 * manalysis/MHPedestalCam.[h,cc]
62 - moved to mpedestal/
63
64 * mpedestal/PedestalLinkDef.h
65 * msignal/SignalLinkDef.h
66 - replaced some '++' by '+'s.
67
68 * mhbase/MH.cc
69 - took out the search for histogram with the same name in
70 ProjectARray. Always create new histogram whihc has to be
71 deleted afterwards.
72 - removed an infinite loop created some hours before.
73
74
75 * mhcalib/MHGausEvents.[h,cc]
76 - put fEventFrequency back from MHCalibraionPix.
77 - always delete fHPowerProbability, if existing.
78
79 * mhcalib/MHCalibrationPix.[h,cc]
80 - take out fEventFrequency
81
82
83 2004/09/14: Thomas Bretz
84
85 * mbase/MFilter.[h,cc]:
86 - added PrintSkipped
87
88 * mbase/MTask.[h,cc]:
89 - added PrintSkipped
90
91 * mfilter/FilterLinkDef.h, mfilter/Makefile:
92 - added MFDeltaT
93
94 * mhbase/MFillH.[h,cc]:
95 - added forwarding of number of executions
96
97 * mhbase/MH.[h,cc]:
98 - simplified the new Projection functions
99 - added PrintSkipped
100 - increased ClassDef version number to 2
101
102 * mhcalib/HCalibLinkDef.h:
103 - removed second + from MHGausEvents
104
105 * mjobs/MJCalibration.cc:
106 - fixed a comment
107
108 * mjobs/MJStar.cc:
109 - added MFDeltaT
110
111 * mpedestal/MPedCalcFromLoGain.cc:
112 - fixed a typo in a comment
113
114
115
116 2004/09/13: Antonio Stamerra
117
118 * mtrigger/MTrigger*.h:
119 - removed inheritance from MCamEvent (except MTriggerIPR).
120 - Added Get... functions to retrieve the data members
121
122 * mreport/MReportTrigger.[h,cc]
123 - added fTriggerTable, fL1(L2)Triggertable to the data members
124
125
126
127 2004/09/13: Markus Gaug
128
129 * mjobs/MJCalibration.[h,cc]
130 - added MCalibrationIntensityBlindCam
131 - replaced MCalibrationChargeBlindCam by MCalibrationBlindCam
132
133 * mcalib/MCalibrationPix.[h,cc]
134 - added Copy function
135
136 * mcalib/MCalibrationIntensityBlindCam.[h,cc]
137 - new class for Intensity calibration
138
139 * mcalib/MCalibrationBlindCam.[h,cc]
140 * mcalib/MCalibrationBlindPix.[h,cc]
141 - new containers based on MCalibrationCam and MCalibrationPix.
142 - similiar to MCalibrationChargePix and MCalibrationChargeCam, but
143 slightly different data members. In order not to get confused with
144 already stored data, this is for the moment a second, equivalent
145 class.
146
147 * mcalib/MCalibrationChargeCalc.[h,cc]
148 - added Intenisty Calibration for blind pixel
149 - take new MCalibrationBlindCam instead of MCalibrationChargeBlindCam
150
151 * mcalib/MCalibrationCam.cc
152 * mcalib/MCalibrationChargeCam.cc
153 * mcalib/MCalibrationQECam.cc
154 * mcalib/MCalibrationRelTimeCam.cc
155 - initialize fAverageBadPixels in derived classes
156
157 * mhcalib/MHCalibrationChargeBlindCam.[h,cc]
158 * mhcalib/MHCalibrationChargeBlindPix.[h,cc]
159 - derive class from MHCalibrationCam now and treat pointers
160 like done in MHCalibrationChargeCam
161 - implement Intensity Calibration
162 - write results to MCalibrationBlindCam instead of
163 MCalibrationChargeBlindCam
164
165 * mhcalib/MHCalibrationCam.h
166 - took out the "->" for all pointers
167 - introduce new steering flags:
168 kLoGain, kOscillations, kAverageing, kSizeCheck
169
170 * mhcalib/MHCalibrationChargeCam.[h,cc]
171 - wrote a ReadEnv function
172
173 * mbase/MFilter.[h,cc]:
174 - added PrintSkipped
175
176 * mbase/MTask.[h,cc]:
177 - added PrintSkipped
178
179 * mfilter/FilterLinkDef.h, mfilter/Makefile:
180 - added MFDeltaT
181
182 * mhbase/MFillH.[h,cc]:
183 - added forwarding of number of executions
184
185 * mhbase/MH.[h,cc]:
186 - simplified the new Projecttion functions
187 - added PrintSkipped
188 - increased ClassDef version number to 2
189
190 * mhcalib/HCalibLinkDef.h:
191 - removed second + from MHGausEvents
192
193 * mjobs/MJCalibration.cc:
194 - fixed a comment
195
196 * mjobs/MJStar.cc:
197 - added MFDeltaT
198
199 * mpedestal/MPedCalcFromLoGain.cc:
200 - fixed a typo in a comment
201
202
203
204 2004/09/13: Thomas Bretz
205
206 * merpp.cc:
207 - added MTrigger* containers to output
208
209 * mastro/MAstro.[h,cc]:
210 - added member function GetDistOnPlain
211
212 * mbase/MDirIter.[h,cc]:
213 - renamed Check to CheckEntry
214
215 * mbase/MMath.[h,c]:
216 - added functions for parabolic interpolation
217
218 * mbase/MStatusArray.[h,cc]:
219 - added functions to access contents
220
221 * mhbase/MBinning.[h,cc]:
222 - added RemoveFirstEdge
223 - added RemoveLastEdge
224 - removed some obsolete const-casts
225
226 * mhbase/MH.[h,cc]:
227 - added RemoveFirstBin
228
229 * mhist/MHEffectiveOnTime.[h,cc]:
230 - fixed number of bins
231 - remove first edge when finalizing
232 - added plots for lambda and NDF
233
234 * mjobs/MJStar.cc:
235 - removed a duplicate line
236
237 * mpointing/MPointing.[h,cc]:
238 - added support for TVector3
239 - added ClassDef and ClassImp for AltAz
240 - added ClassDef and ClassImp for ZdAz
241
242 * mpointing/MSrcPosFromModel.[h,cc]:
243 - changed to directly calculate the source position
244 from a pointing model
245
246 * mpointing/PointingLinkDef.h:
247 - added AltAz
248 - added ZdAz
249
250 * mreport/MReportTrigger.[h,cc]:
251 - removed '!' from data members
252 - increased ClassDef to 2
253
254 * mstarcam/MStarCamTrans.cc:
255 - added a single line of comment
256
257 * mtrigger/MTrigger*.[h,cc]:
258 - updated class description and title
259
260 * mcalib/MCalibrationCam.h:
261 - removed -> from fPixels, fAverageArea/Sectors
262
263 * mcalib/MCalibrationChargeCalc.cc:
264 - small changes to output
265 - simplification of an if-else block
266
267 * mcalib/MCalibrationIntensityCam.cc:
268 - removed double deletion of fCams - caused a crash
269
270 * mcalib/MCalibrationIntensityCam.h:
271 - removed -> from fCams
272
273 * mcalib/MCalibration*.h:
274 - removed some obsolete (empty) destructors
275
276 * mastro/MVector3.[h,cc]:
277 - added from MAstroCatalog
278
279 * mastro/MAstroCatalog.[h,cc]:
280 - removed MVector3
281
282 * mastro/Makefile:
283 - added MVector3
284
285
286
287 2004/09/11: Markus Gaug
288
289 * mbase/MArray.[h,cc]
290 - moved function StripZeros(TArrayD &arr) to MArrayD
291 - moved function StripZeros(TArrayF &arr) to MArrayF
292
293 * mbase/MArrayD.[h,cc]
294 - new function StripZeros()
295
296 * mbase/MArrayF.[h,cc]
297 * mbase/Makefile
298 * mbase/BaseLinkDef.h
299 - new class analogously to MArrayD
300
301 * mhbase/MH.[h,cc]
302 - added functions ProjectArray(MArrayD,...)
303 and ProjectArray(MArrayF,...)
304
305 * mtools/MFFT.[h,cc]
306 - added functions:
307 MArrayF* PowerSpectrumDensity(const MArrayI *array);
308 MArrayF* PowerSpectrumDensity(const MArrayF *array);
309 MArrayD* PowerSpectrumDensity(const MArrayD *array);
310
311 * mhcalib/MHGausEvents.[h,cc]
312 - made fEvents an MArrayF
313
314 * mhcalib/MHCalibrationPix.[h,cc]
315 - changed function name SetSaturated to AddSaturated
316
317 * mhcalib/MHCalibrationChargeCam.cc
318 * mhcalib/MHCalibrationRelTimeCam.cc
319 - take cloning of averaged sectors out of the Clone() function
320
321 * mbadpixels/MBadPixelsIntensityCam.[h,cc]
322 * mbadpixels/Makefile
323 * mbadpixels/BadPixelsLinkDef.h
324 - new class for the intensity calibration
325
326
327
328 2004/09/10: Markus Gaug
329
330 * mhcalib/
331 * mcalib/
332 moved all MHCalibration* classes to new directory mhcalib/
333
334 * mhcalib/MHCalibrationCam.[h,cc]
335 - New base function InitHiGainArrays and InitLoGainArrays
336 Initializing the histograms in a standard way
337 - ReadEnv: added NBins, First and Last
338
339 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
340 * mhcalib/MHCalibrationChargeCam.[h,cc]
341 * mhcalib/MHCalibrationTestCam.[h,cc]
342 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
343 - use new functions InitHiGainArrays and InitLoGainArrays
344
345 * mhcalib/MHCalibrationRelTimePix.[h,cc]
346 * mhcalib/MHCalibrationTestPix.[h,cc]
347 * mhcalib/MHCalibrationTestTimePix.[h,cc]
348 - removed
349
350
351
352 2004/09/10: Antonio Stamerra
353
354 * mreport/MReportTrigger.[h,cc]:
355 - updated to read IPRs and to fill MTrigger{xxx} containers
356
357 * mreport/Makefile:
358 - added include for mtrigger
359
360 * Makefile:
361 - added mtrigger directory
362
363 * NEWS:
364 - updated
365
366
367
368 2004/09/10: Thomas Bretz
369
370 * mhist/MHCamera.cc:
371 - removed some obsolete const_casts
372 - fixed an (un)signed comparison warning
373
374 * mbase/MArray*.h:
375 - added const &operator[](UInt_t i) const
376
377 * mhist/MHEffectiveOnTime.[h,cc]:
378 - changed to support variable bin-sizes in time to keep
379 the statistic per bin constant
380
381 * mhbase/MBinning.[h,cc]:
382 - added function to enhance the number of bins by one
383
384 * mbase/MTime.[h,cc]:
385 - added function to add one NanoSecond
386
387 * mjobs/MJStar.cc:
388 - removed Histogram of effective on-time vs time
389
390 * mhist/Makefile, mhist/HistLinkDef.h:
391 - added MHEffectiveOnTime
392
393 * mhbase/MH3.[h,cc]:
394 - fixed a bug in SetupFill which was introduced when I allowed
395 set the axis titles from the object title
396 - added support for unique-profile names
397
398 * Makefile:
399 - added new dir mhcalib
400
401 * mhcalib/HCalibIncl.h:
402 - added - was missing
403
404 * mcalib/CalibLinkDef.h:
405 - fixed some typos
406
407
408
409 2004/09/09: Markus Gaug
410
411 * mcalib/MHCalibrationChargeCam.[h,cc]
412 - initialize bins directly here. Remove MHCalibraitonChargeHiGainPix
413 and MHCalibrationChargeLoGainPix classes
414
415 * mcalib/MHCalibrationChargeHiGainPix.[h,cc]
416 * mcalib/MHCalibrationChargeLoGainPix.[h,cc]
417 * mcalib/Makefile
418 * mcalib/CalibLinkDef.h
419 - removed first two classes
420
421 * mcalib/MCalibrationCam.[h,cc]
422 - make default for GetNumUnsuitable and GetNumUnreliable
423
424 * mcalib/MCalibrationIntensityCam.[h,cc]
425 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
426 * mcalib/MCalibrationIntensityQECam.[h,cc]
427 * mcalib/MCalibrationIntensityRelTimeCam.[h,cc]
428 * mcalib/Makefile
429 * mcalib/CalibLinkDef.h
430 - new classes for the intensity calibration. First is base class,
431 other derive from it.
432
433 * mcalib/MHGausEvents.[h,cc]
434 * mcalib/MHCalibrationPix.[h,cc]
435 * mcalib/Makefile
436 * mcalib/CalibLinkDef.h
437 - put typical calibration members into new base class MHCalibrationPix
438 and leave only typical Gaussian behaviour members in MHGausEvents.
439 - all MHCalibration*Pix classes derive now from MHCalibrationPix
440
441 * mcalib/MHCalibrationCam.[h,cc]
442 - operators return MHCalibrationPix instead of MHGausEvents
443 - new function ResetHists() needed by MCalibColorSteer
444 - removed TArrayI *Overflow.
445
446 * mcalib/MCalibColorSet.[h,cc]
447 - finished
448
449 * mcalib/MCalibColorSteer.[h,cc]
450 * mcalib/Makefile
451 * mcalib/CalibLinkDef.h
452 - new task to be executed before the calibration tasks. Steers the
453 occurrance of multiple intensities and the new *Intensity*
454 containers
455
456 * mcalib/MHCalibrationChargePix.[h,cc]
457 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
458 * mcalib/MHCalibrationChargePINDiode.[h,cc]
459 * mcalib/MHCalibrationRelTimePix.[h,cc]
460 * mcalib/MHCalibrationTestPix.[h,cc]
461 * mcalib/MHCalibrationTestTimePix.[h,cc]
462 * manalysis/MHPedestalPix.[h,cc]
463 - derive from MHCalibrationPix
464 - new functions Reset()
465
466 * mcalib/MHCalibrationChargeCam.cc
467 * mcalib/MHCalibrationRelTimeCam.cc
468 * mcalib/MHCalibrationTestCam.cc
469 * mcalib/MHCalibrationTestTimeCam.cc
470 - able to recognize an *Intensity*Cam if in MParList
471
472 * mcalib/MCalibrationChargeCalc.[h,cc]
473 - able to recognize an *Intensity*Cam if in MParList
474 - set pulser pattern accordingly in Process from MRawEvtHeader
475 - add switches to perform types of checks or not
476
477 * mcalib/MCalibrationRelTimeCalc.[h,cc]
478 - able to recognize an *Intensity*Cam if in MParList
479
480 * mjobs/MJCalibration.[h,cc]
481 - fixed flags
482 - included intensity calibration (MJCalibration::SetIntensity())
483 (default is standard calibration like before)
484
485 * msignal/MExtractor.cc
486 * msignal/MExtractTimeHighestIntegral.cc
487 * msignal/MExtractSlidingWindow.cc
488 * msignal/MExtractPINDiode.cc
489 * msignal/MExtractFixedWindow.cc
490 * msignal/MExtractFixedWindowSpline.cc
491 * msignal/MExtractBlindPixel.cc
492 * msignal/MExtractAmplitudeSpline.cc
493 - removed some possible bugs in the case that no LoGain is
494 available at all.
495
496
497
498 2004/09/09: Thomas Bretz
499
500 * mhvstime/MHPixVsTime.[h,cc], mhvstime/MHVsTime.[h,cc],
501 mhvstime/MHSectorVsTime.[h,cc], mhbase/MH3.[h,cc]:
502 - changed such that the axis titles can be set via the
503 title or (if available) a MBinning
504
505 * mhbase/MBinning.cc:
506 - added HasTitle
507
508 * mjobs/MJPedestal.cc:
509 - added lost UseData again to CheckEnvLocal
510
511 * mjobs/MJStar.cc:
512 - fixed handling of Axis titles of histograms
513
514 * mjobs/Makefile:
515 - added path to mhvstime
516
517 * manalysis/MParameters.[h,cc]:
518 - added Print() functions
519
520 * mfileio/MReadReports.[h,cc], mfileio/MReadTree.[h,cc]:
521 - moved setting of StreamId from MReadReports To MReadTree
522
523 * mhbase/MH.cc:
524 - workaround all the this which are reset in TAxis::Set
525
526 * mfileio/MReadRflFile.[h,cc]:
527 - added missing abstract functions
528
529 * star.cc, callisto.cc, mjobs/MJStar.[h,cc],
530 mjobs/MJCalibrateSignal.[h,cc]:
531 - added option to process monte carlo files
532
533 * mhist/MHEffectiveOnTime.[h,cc]:
534 - added a histogram taking the on-time vs time
535 - fixed handling of Draw/Project/Paint
536
537
538
539 2004/09/08: Thomas Bretz
540
541 * mbadpixels/MBadPixelsCam.[h,cc], mbase/MParContainer.[h,cc],
542 mhvstime/MHPixVsTime.cc, mhvstime/MHSectorVsTime.cc:
543 - replaces ifstream by istream in AsciiRead
544
545 * mbase/MTime.[h,cc]:
546 - fixed comment about SetTimeFormat
547 - added AsciiRead
548 - added AsciiWrite
549 - added Minus1ns
550
551 * mfileio/MWriteAsciiFile.cc:
552 - write all containers if one has its SetReadyToSaveFlag set
553
554 * mhist/MHEffectiveOnTime.[h,cc]:
555 - for MEffectiveOnTime fit the whole projection instead
556 of using the sum of the theta-bins
557
558 * mhvstime/MHVsTime.[h,cc]:
559 - replaces ifstream by istream in AsciiRead
560 - fixed to support MStatusDisplay
561 - do not fill the same time twice
562 - added support for error bars
563
564 * mjobs/MJStar.cc:
565 - replaced MReadMarsFile by MReadReports
566 - added MEventRateCalc and corresponding histogram
567 - added MHEffectiveOnTime
568
569
570
571 2004/09/07: Thomas Bretz
572
573 * merpp.cc:
574 - added lost update-option
575
576 * mjobs/MJCalibrateSignal.cc:
577 - fixed a compiler error geom.ClassName() --> geom
578
579 * mraw/MRawRunHeader.cc:
580 - added 'header' option to Print-function
581
582 * msql/MSQLServer.[h,cc]:
583 - added new onstructors taking TEnv as argument
584
585 * macros/sql/*.C:
586 - updated to use sql.rc
587
588 * macros/sql/sql.rc:
589 - added
590
591 * mcalib/MCalib*.[h,cc]:
592 - simplified the includes a little bit to accelerate compiling
593 and maybe to secure everything from compiler bugs a bit more
594
595 * callisto.cc, star.cc:
596 - do not allow implicit batch-mode
597
598 * showlog.cc:
599 - removed an unused variable
600
601 * manalysis/MEventRateCalc.[h,cc]:
602 - started implementing a corrsponding time
603
604 * manalysis/MParameters.[h,cc], manalysis/AnalysisLinkDef.h:
605 - added MParameterDerr
606
607 * mbadpixels/MHBadPixels.[h,cc]:
608 - removed obsolete fPedPhotCam
609
610 * mbase/MTime.[h,cc]:
611 - added AddMilliSeconds
612 - added SetMean
613
614
615
616
617 2004/09/07: Markus Gaug
618
619 * mcalib/MHGausEvents.[h,cc]
620 - added function IsOnlyUnderflow()
621
622 * mcalib/MHCalibrationCam.[h,cc]
623 * mcalib/MHCalibrationChargeCam.cc
624 * mcalib/MHCalibrationRelTimeCam.cc
625 - added bool kLoGain which is set if number of LoGain Slices in
626 MRawRunHeader is not 0. This excludes the low gain calculations
627 in case that there is no lowgain at all.
628
629 * mcalib/MCalibrationQECamMagic.cc
630 - implemented Nicola's solution for the compiling problem of the
631 TArrayD's
632
633 * mcalib/MCalibColorSet.cc
634 - implemented intensity recognition
635
636 * mhist/MHCamera.[h,cc]
637 - included functions AddCamContent(MArrayD...) and
638 SetCamContent(MArrayD... )
639
640
641
642 2004/09/06: Thomas Bretz
643
644 * mjobs/MJCalibrateSignal.[h,cc]:
645 - read camera geometry from calib-file
646
647 * mjobs/MJCalibration.[h,cc]:
648 - write camera geometry to calib-file
649
650 * macros/sql/filldotraw.C, macros/sql/fillcalib.C:
651 - added
652
653 * macros/sql/filldot*.C
654 - fixed some comments
655
656 * mpointing/MPointingPosCalc.cc:
657 - removed some obsolete comments
658
659
660
661 2004/09/05: Markus Gaug
662
663 * mcalib/MCalibColorSet.[h,cc]
664 - finished setting of the asumed pulse pattern
665
666
667
668 2004/09/03: Markus Gaug
669
670 * mcalib/MCalibrationChargeBlindCamTwoNewStyle.cc
671 - small modification in QE of new blind pixel
672
673 * mcalib/MCalibrationChargeCam.[h,cc]
674 - new functions:
675 GetAveragedConvFADC2PhotPerArea,
676 GetAveragedConvFADC2PhotPerSector,
677 GetAveragedArrivalTimeMeanPerArea,
678 GetAveragedArrivalTimeMeanPerSector,
679 GetAveragedArrivalTimeRmsPerArea,
680 GetAveragedArrivalTimeRmsPerSector,
681 to be used by the data check.
682
683 * mcalib/MCalibrationChargePix.cc
684 - found small bug concerning the MBadPixelpix::kChargeSigmaNotValid
685 pixels which are recovered since last week.
686
687 * mcalib/MCalibrationQEPix.[h,cc]
688 * mcalib/MCalibrationChargeCalc.[h,cc]
689 - fixed UpdateCombinedMethod, removed AddAverageCombinedQEs
690
691 * mcalib/MCalibrationQECam.[h,cc]
692 - new array with cornings, not included in the I/O
693 - added copy function
694
695 * mcalib/Makefile
696 * mcalib/CalibLinkDef.h
697 * mcalib/MCalibrationQECamMagic.[h,cc]
698 * htmldoc/images/Cornings.gif
699 - new class derived from MCalibrationQECam which intialized the
700 cornings for the Magic camera
701
702
703
704 2004/09/03: Wolfgang Wittek
705
706 * mbadpixels/MHBadPixels.[h,cc]
707 - new class; histograms for bad pixels
708
709 * mbadpixels/Makefile, mbaspixels/BadPixelsLinkdef.h
710 - MHBadPixels added
711
712 * mhist/MHSigmaTheta.[h,cc]
713 - remove MSigmabar stuff
714
715 * mhist/Makefile, mhist/HistLinkdef.h
716 - MHSigmaTheta added
717
718 * manalysis/Makefile, manalysis/AnalysisLinkdef.h
719 - remove MPedestalWorkaround and MSourcePosFromStarPos
720 - add MPad
721
722 * manalysis/MPad.[h,cc]
723 - remove *BlindPixel* stuff
724 - remove MSigmabar stuff
725
726
727
728 2004/09/03: Thomas Bretz
729
730 * manalysis/MCameraData.[h,cc], mimage/MImgCleanStd.[h,cc]:
731 - implemeted cleaning in absolute number of photons
732 - moved output of setup of image cleaning to PreProcess
733
734 * mhbase/MBinning.[h,cc]:
735 - added const-qualifier to Apply
736
737 * mhist/MHAlpha.cc:
738 - let TLatex use NDC coordinates
739
740 * mimage/MHHillasSrc.cc:
741 - cosmetics
742
743 * mreport/MReportDrive.[h,cc]:
744 - added Print member function
745
746 * mpointing/MSrcPosFromModel.cc:
747 - removed an obsolete include
748
749 * mraw/MRawEvtHeader.h:
750 - added SetCalibrationPattern as a workaround for the runs
751 which don't have the correct pattern set
752
753 * mcalib/MCalibColorSet.[h,cc]:
754 - added as a workaround for the runs which don't have the
755 correct pattern set
756
757 * mcalib/Makefile, mcalib/CalibLinkDef.h:
758 - added MCalibColorSet
759
760
761
762 2004/09/02: Thomas Bretz
763
764 * star.cc:
765 - fixed treatment of batch-mode
766
767 * mbase/MParContainer.h:
768 - added a comment
769
770 * mbase/MParList.[h,cc]:
771 - added FindTaskListWithTask
772
773 * mbase/MTaskList.[h,cc]:
774 - added sanity checks in AddToList
775 - added FindTaskList
776
777 * mhbase/MH3.[h,cc]:
778 - moved some drawing code from Draw to Paint
779 - added possibility to set logarithmic axis manually
780 - fixed a bug which caused MH3s in MFillH::Finalize to disappear
781
782 * mhist/MHAlpha.cc:
783 - paint significance and othe rinformations
784 - unified fit in Finalize and Paint
785 - replaced significance calculation by Li/Ma
786
787 * mhvstime/MHVsTime.[h,cc]:
788 - added option to average data
789
790 * mjobs/MJCalibrateSignal.cc:
791 - added MPointingPosCalc for "Drive"
792
793 * mmain/MEventDisplay.cc:
794 - fixed some problems with the display
795
796 * msignal/MArrivalTime.[h,cc]:
797 - added Print()
798
799 * manalysis/MEventRateCalc.[h,cc]:
800 - added the difference in time between two events into the output
801 - made setup more flexible
802
803 * mbase/MContinue.cc:
804 - fixed a bug which caused a problem if MContinue was not in the
805 main tasklist
806
807 * mimage/MHImagePar.[h,cc], mimage/MHNewImagePar.[h,cc]:
808 - added Paint function to support logarithmic y-axis scles
809
810
811
812 2004/09/01: Thomas Bretz
813
814 * mfileio/MWriteRootFile.[h,cc]:
815 - do not add a container which is already in the list
816 - replaced fNameCont by fTitle in MRootFileBranch
817
818 * mgeom/MGeomPix.[h,cc]:
819 - declared tan(30)
820 - added GetL member function
821
822 * mhist/MHAlpha.cc:
823 - added a logging output
824
825 * mhist/MHFalseSource.[h,cc]:
826 - shift by MSrcPosCam introduced
827 - fixed on-off plot
828 - fixed changed return value MHillasSrc::Calc
829 - as a workaround for some crashes removed SetBit(kCanDelete)
830 of catalog
831
832 * mimage/MHHillasSrc.cc, mimage/MHillasSrc.cc:
833 - some small fixes to new plots
834 - some cosmetics to the code
835
836 * mimage/MHillas.cc, mimage/MHillasExt.cc,
837 mimage/MImagePar.cc, mimage/MImgCleanStd.cc,
838 mimage/MNewImagePar.cc:
839 - removed obsolete include of fstream
840
841 * mpointing/Makefile, mpointing/PointingLinkDef.h:
842 - added new class MPointingPosFromModel
843
844 * mpointing/MPointingPosFromModel.[h,cc]:
845 - added
846
847
848
849 2004/08/31: Daniel Mazin
850
851 * manalysis/MSigmabarCalc.h:
852 - added function SetNamePedPhotCam to set the name of the
853 MPedPhotCam container
854
855
856
857 2004/08/31: Thomas Bretz
858
859 * star.cc:
860 - implemented batch- and quit-mode
861
862 * mastro/MAstroCatalog.h:
863 - implemented default argument for magnitude in MVector3
864 setters
865
866 * mbase/MDirIter.cc:
867 - fixed a typo
868
869 * mfileio/MWriteRootFile.cc:
870 - fixed a typo
871
872 * mimage/MHHillasSrc.[h,cc], mimage/MHillasSrc.[h,cc]:
873 - added DCA and DCADelta as discussed with the ETH people
874 - incrementes version number of MHillasSrc
875 - changed return type of MHillasSrc::Calc from Bool_t to Int_t
876
877 * mimage/MHillasCalc.cc:
878 - changed to support error code 6
879
880 * mpointing/MPointingPos.h:
881 - added Getter for ZdA7Az in rad
882
883 * mpointing/MPointingPosCalc.cc:
884 - fixed a bug which converted Ra/Dec wrongly to rad
885
886 * mmain/MEventDisplay.cc:
887 - switched on usage of context menu in constructor
888
889
890
891 2004/08/30: Markus Gaug
892
893 * mcalib/MCalibrationChargeCalc.cc
894 * mcalib/MCalibrationTestCalc.cc
895 * mcalib/MCalibrationRelTimeCalc.cc
896 * mcalib/MHCalibrationTestCam.cc
897 * mcalib/MHCalibrationTestTimeCam.cc
898 - exchanged all arrays by TArray's
899
900 * mcalib/MHCalibrationChargeCam.[h,cc]
901 * mcalib/MHCalibrationRelTimeCam.[h,cc]
902 - exchanged all arrays by MArray's
903
904
905
906 2004/08/30: Thomas Bretz
907
908 * showlog.cc, showplot.cc:
909 - enhanced functionality
910
911 * callisto.cc, mjobs/MSequence.cc:
912 - enhanced comments
913
914
915
916 2004/08/29: Markus Gaug
917
918 * mbadpixels/MBadPixelsPix.[h,cc]
919 * mbadpixels/MBadPixelsCam.cc
920 * mjobs/MJCalibration.cc
921 - introduced new calibration bits: kHiGainOverFlow
922 and kLoGainOverFlow being filled when the calibration histograms
923 overflow. Will cause an kUnsuitableRun afterwards.
924 - added in datacheck-display of MJCalibration
925
926 * mcalib/MHCalibrationChargeHiGainPix.[h,cc]
927 * mcalib/MHCalibrationChargeLoGainPix.[h,cc]
928 - default lower histogram limit moved to -100.5
929
930 * mcalib/MHCalibrationCam.h
931 * mcalib/MHCalibrationChargeCam.cc
932 - make TArrayI out of fOverFlowHiGain and fOverFlowLoGain
933
934 * mjobs/MJCalibration.[h,cc]
935 - finished datacheck display with the arrival times.
936
937
938
939 2004/08/27: Florian Goebel
940
941 * mpedestal/MPedestalPix.h
942 - correct calculation of error of RMS
943
944
945
946 2004/08/27: Hendrik Bartko
947
948 * msignal/MExtractTime.cc
949 - check that the pixel has a low gain before calculating the time
950 for the low gain in case of a saturated high gain.
951
952
953
954 2004/08/27: Markus Gaug
955
956 * mcalib/MCalibrationChargeCalc.cc
957 - adapted to possible use of MPedCalcFromLoGain
958
959 * mjobs/MJPedestal.h
960 - added function SetUseData() and IsUseData()
961
962 * mcalib/MCalibrationQEPix.cc
963 - changed initialization of fNorm... variables from 1. to -1.
964 Like this, an accidental not-filling of MCalibrationQECam will
965 be recognized easier.
966
967 * mcalib/MCalibrationChargeCalc.cc
968 * mcalib/MCalibrationChargePix.[h,cc]
969 - change treatment of pixels with kSigmaNotValid
970
971 * mpedestal/MPedestalCam.cc
972 - added functions GetAveragedPedPerArea
973 GetAveragedPedPerSector
974 GetAveragedRmsPerArea
975 GetAveragedRmsPerSector
976 to be used for the datacheck.
977
978 - fixed a small bug in the calculation of the PedestalRms Error
979 in GetPixelContent()
980
981 * macros/bootcampstandardanalysis.C
982 * macros/mccalibrate.C
983 * macros/pedphotcalc.C
984 * macros/starmc.C:
985 - replace MCalibrate by MCalibrateData
986
987 * mjobs/MJCalibration.h
988 - re-added function SetInput which had been removed recently
989 (probably by accident)
990
991 * mjobs/MJCalibration.cc
992 - return kTRUE in function FindColor() if the colour has already
993 been set (e.g. by the macro).
994
995 * mcalib/MHGausEvents.cc
996 - removed one call to fHPowerProbability->SetDirectory(0) which was
997 at a completely wrong place in CreateEventXaxis(). Probably a
998 slip of the emacs-pen.
999
1000 * mcalib/MJExtractSignal.cc
1001 - replace MCalibrate by MCalibrateData
1002
1003
1004
1005 2004/08/27: Thomas Bretz
1006
1007 * Makefile:
1008 - added comments how to link statically
1009 - added star again
1010
1011 * callisto.cc:
1012 - fixed some output
1013 - fixed batch mode
1014
1015 * mbadpixels/Makefile:
1016 - added a comment
1017
1018 * mbase/BaseLinkDef.h, mbase/Makefile:
1019 - added MArrayI
1020
1021 * mbase/MArrayI.[h,cc]:
1022 - added
1023
1024 * mbase/MArrayD.cc:
1025 - fixed some comments
1026
1027 * mcalib/MCalibrateData.[h,cc]:
1028 - unified CalibratePedestal and CalibrateData. Calling GetConvFactor twice
1029 took a lot of time.
1030
1031 * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc, MJCalibration.cc:
1032 - added two empty lines to output if finished
1033 - added a sanity check around the call to CheckEnv
1034
1035 * mpedestal/MPedPhotCam.cc:
1036 - use faster MArrays in ReCalc
1037 - accelerated GetPixelContent
1038
1039 * msignal/MExtractTimeFastSpline.cc:
1040 - accelerated a bit by defining
1041 Float_t higainklo = fHiGainSecondDeriv[klo];
1042 Float_t higainkhi = fHiGainSecondDeriv[khi];
1043 instead of accesing the arrays many times inside the loops.
1044 Somebody should do the same for logain.
1045
1046 * mraw/MRawEvtData.cc:
1047 - fixed a bug in InitArrays
1048
1049 * showlog.cc:
1050 - added some more functionality
1051
1052 * star.cc:
1053 - changed to use new MJStar
1054
1055 * mfileio/MChain.cc:
1056 - added namespace
1057
1058 * mfileio/MReadTree.cc:
1059 - added a call to ResetTree as first call in PreProcess. Using
1060 MReadReports with a tree missing in the file mysteriously
1061 crashed because TChain::fTreeNumber was set already by
1062 a root-miracle.
1063
1064 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1065 - added MJStar
1066
1067 * mjobs/MJCalibrateSignal.cc:
1068 - replaced MReadMarsFile by MReadReports
1069
1070 * mmain/MEventDisplay.cc:
1071 - fixed reading of resource file
1072
1073 * mbase/MStatusDisplay.cc:
1074 - made Reset() batch-mode safe
1075
1076 * mcalib/MCalibrateData.cc:
1077 - simplified a calculation
1078
1079 * mfileio/MReadReports.[h,cc]:
1080 - implemented GetEntries()
1081 - implemented GetFileName()
1082 - changed kHasMaster from BIT(15) to BIT(14)
1083 - fixed a bug in AddTree which caused the Master-Bit to be
1084 set for the wrong object
1085
1086 * mfileio/MReadTree.cc:
1087 - return 0 entries if entrie==TChain::kBigNumber
1088
1089 * msignal/MExtractFixedWindow.cc:
1090 - updated output to fitz into a std 80-col console
1091
1092 * mars.rc, star.rc:
1093 - added
1094
1095
1096
1097 2004/08/26: Wolfgang Wittek
1098
1099 * mstarcam/MStarCamTrans.[h,cc]
1100 - include optical aberration when plotting the grid
1101
1102 * mtemp/MTelAxisFromStars.[h,cc]
1103 - add member functions SetPointingPosition and SetSourcePosition
1104
1105
1106
1107 2004/08/26: Markus Gaug
1108
1109 * mjobs/MJExtractCalibTest.[h,cc]
1110 - derived from MJob
1111 - removed obsolete code (which has been moved to MJob)
1112
1113 * macros/calibration.C
1114 - adapt code to changes done in MJob
1115
1116
1117
1118 2004/08/26: Thomas Bretz
1119
1120 * mbase/MMath.cc:
1121 - changed calculation of sign of SignificanceLiMaSigned due to
1122 bug #131
1123
1124 * readdaq.cc, readraw.cc:
1125 - updated to support MRawEvtData2
1126
1127 * mraw/MRawEvtData.[h,cc], mraw/MRawFileRead.cc,
1128 mraw/MRawFileWrite.[h,cc], mraw/MRawRead.[h,cc],
1129 mraw/MRawSocketRead.cc:
1130 - updated to support negative pixel ids
1131
1132 * mraw/MRawRunHeader.[h,cc]:
1133 - increased max format version to 4
1134 - added GetNumNormalPixels
1135 - added GetNumSpecialPixels
1136 - added GetMinPixId
1137 - added GetMaxPixId
1138
1139 * merpp.cc:
1140 - added a new option --auto-time to get the time range for
1141 cc and/or caco data from the run header of the raw data
1142
1143 * callisto.cc:
1144 - some additional checks
1145 - more comments
1146
1147 * mfileio/MReadReports.h:
1148 - overwrote GetFileName - otherwise CINT refuses to create an object
1149
1150 * mbadpixels/MBadPixelsTreat.[h,cc]:
1151 - added an primitive interpolation of arrival times which
1152 tries to keep the random arrival time for pixels without
1153 signal
1154 - fixed a bug which could cause a crash
1155 - added more control over the pedestal treatment
1156
1157
1158
1159 2004/08/25: Thomas Bretz
1160
1161 * callisto.cc:
1162 - updated handling of command line parameters
1163 - added MJPedestal in second loop
1164 - changed MJ* to support new MJob base class
1165
1166 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1167 - added MJob
1168
1169 * mjobs/MJob.[h,cc]:
1170 - added
1171
1172 * mjobs/MJCalibrateSignal.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
1173 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
1174 - derived from MJob
1175 - removed obsolete code (which has been moved to MJob)
1176
1177 * mjobs/MSequence.[h,cc]:
1178 - use MDirIter::GetEntries in SetupRuns
1179 - implemented raw-file mode
1180 - added GetNum*Runs
1181
1182 * callisto.rc:
1183 - fixed
1184
1185 * showlog.cc, mbase/MTime.cc, mreport/MReportFileReadCC.cc:
1186 - some fixes for gcc 2.95.3
1187
1188 * mbase/MEvtLoop.cc:
1189 - allow prefix argument in ReadEnv
1190
1191 * mbase/MLog.cc:
1192 - added options for log-file and html-file
1193
1194 * mbase/MTaskEnv.[h,cc]:
1195 - added comment
1196 - implemented dummy/skip-mode
1197
1198 * mjobs/MJCalibrateSignal.cc:
1199 - removed non existance check from reading extractors (MTaskEnv dummy mode!)
1200 - small changed to output
1201
1202 * mjobs/MJCalibration.cc:
1203 - added a cast for gcc 2.95.3
1204 - allow dummy mode MTaskEnvs
1205
1206 * mjobs/MJPedestal.[h,cc]:
1207 - implemented CheckEnv
1208
1209 * msignal/MExtractTime.cc:
1210 - fixed Print()-output
1211
1212 * msignal/MExtractTimeFastSpline.[h,cc]:
1213 - added ReadEnv
1214 - added Print
1215
1216
1217
1218 2004/08/25: Wolfgang Wittek
1219
1220 * mpointing/MPointingPos.h
1221 - add member function GetHa()
1222
1223
1224
1225 2004/08/24: Thomas Bretz
1226
1227 * Makefile:
1228 - added callisto
1229 - added showplot
1230 - removed star
1231 - removed status
1232
1233 * merpp.cc:
1234 - updated Usage()
1235 - use some new feature or MArgs
1236
1237 * callisto.cc:
1238 - a new program to calculate the calibration
1239
1240 * callisto.rc:
1241 - resource file for callisto
1242
1243 * showplot.cc:
1244 - a new program to show data check plots from a file
1245
1246 * mbase/MArgs.[h,cc]:
1247 - added Get*AndRemove with a default argument
1248
1249 * mbase/MDirIter.[h,cc]:
1250 - added Add(MDirIter &)
1251
1252 * mbase/MEvtLoop.cc:
1253 - check for the existance of the resource file
1254
1255 * mbase/MLog.[h,cc]:
1256 - added Usage()
1257
1258 * mbase/MTaskEnv.cc:
1259 - added output in ReInit
1260
1261 * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
1262 - added Overwrite option
1263 - maintained CheckEnv
1264 - added InputPath
1265
1266 * mjobs/MSequence.cc:
1267 - added return value to Setup*
1268 - added comments
1269
1270 * mmain/MEventDisplay.cc:
1271 - added tab for cleaning data
1272
1273 * msignal/MExtractFixedWindowPeakSearch.[h,cc]:
1274 - added ReadEnv
1275 - for consistency renamed fWindowSize* to f*WindowSize
1276
1277 * msignal/MExtractTimeHighestIntegral.[h,cc]:
1278 - added ReadEnv
1279
1280 * mcalib/MCalibrationRelTimeCalc.cc:
1281 - do not write to a log file if logging is not enabled
1282 - replaced some arrays by TArrays
1283
1284 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1285 - added MJCalibrateSignal
1286
1287 * mjobs/MJCalibrateSignal.[h,cc]:
1288 - added
1289
1290 * msignal/MExtractFixedWindow.[h,cc], msignal/MExtractFixedWindowPeakSearch.[h,cc],
1291 msignal/MExtractSlidingWindow.[h,cc], msignal/MExtractTime.[h,cc],
1292 msignal/MExtractTimeAndCharge.[h,cc], msignal/MExtractTimeHighestIntegral.[h,cc]
1293 msignal/MExtractor.[h,cc]:
1294 - added Print
1295 - added ReadEnv
1296 - changed version number to 1
1297
1298
1299
1300 2004/08/23: Wolfgang Wittek
1301
1302 * mtemp/MTelAxisFromStars.[h,cc]
1303 - replace MStarLocalCam by MStarCam
1304 - replace MStarLocalPos by MStarPos
1305
1306 * mtemp/MHTelAxisFromStars.[h,cc]
1307 - replace MStarLocalCam by MStarCam
1308 - replace MStarLocalPos by MStarPos
1309
1310 * mstarcam/MStarPos.[h,cc]
1311 - remove data members containing 'CG' ('correlated Gauss');
1312 put results from uncorrelated and correlated Gauss fit
1313 into the same area
1314
1315 * mtemp/MFindStars.h[cc]
1316 - changes due to the changes in MStarPos
1317 - remove fit with fixed correlation
1318
1319 * mtemp/MSourceDirections.[h,cc]
1320 - changes due to the changes in MStarPos
1321
1322 * mtemp/findTelAxisFromStars.C
1323 - changes due to changes in MTelAxisFromStars and MFindStars
1324
1325
1326
1327 2004/08/23: Thomas Bretz
1328
1329 * mbadpixels/MBadPixelsTreat.[h,cc]:
1330 - changed missleading ProcessRMS to ProcessPedestal
1331
1332 * mfileio/MReadTree.h:
1333 - added AddFiles(MDirIter&) which is overloaded by another function
1334 which resulted in some trouble
1335
1336 * mfileio/MWriteRootFile.[h,cc]:
1337 - added cd() member function
1338
1339 * mimage/MHHillas.[h,cc]:
1340 - added display of camera on top of MeanXY-plot
1341
1342 * mraw/MRawSocketRead.h:
1343 - added GetFileName()
1344
1345 * manalysis/MCerPhotEvt.[h,cc]:
1346 - added new data member fNumIslands
1347 - added new functions (CalcIsland/CalcIslands to calculate islands)
1348 - added new member function to sort pixels by index
1349 - added island index in GetPixelContent
1350 - increased version number
1351
1352 * manalysis/MCerPhotPix.[h,cc]:
1353 - added fIdxIsland data member
1354 - overloaded Compare function to be able to sort by pixel index
1355 - increased version number
1356
1357 * mhist/MHEvent.[h,cc]:
1358 - added new option for island index
1359 - added kEvtCleaningData
1360
1361 * mimage/MImgCleanStd.[h,cc]:
1362 - added island calculation after image cleaning
1363 - fixed some output to be consistent
1364 - added ReadEnv
1365 - updated StreamPrimitive
1366 - added new cleaning method (probability cleaning)
1367
1368 * mimage/Makefile:
1369 - added mhist
1370
1371 * mmain/MEventDisplay.cc:
1372 - added display of island index
1373 - changed to support files with calibrated data, too
1374
1375 * mhvstime/MHVsTime.[h,cc]:
1376 - implemented the possibility to set a maximum number of points
1377
1378 * mbase/MParContainer.h:
1379 - changed StreamPrimitive to public
1380
1381 * mcalib/MMcCalibrationCalc.[h,cc]:
1382 - added fPar data member (MImagePar) to get number of
1383 saturating hi gain pixels
1384
1385 * mimage/Makefile, mimage/ImageLinkDef.h:
1386 - added MImagePar
1387 - added MHImagePar
1388
1389 * mimage/MConcentration.[h,cc]:
1390 - removed obsolete destructor
1391
1392 * mimage/MHillas.[h,cc]:
1393 - added a check for island index to calculation
1394
1395 * mimage/MHillasCalc.cc:
1396 - added option kCalcImagePar
1397 - added option kCalcHillasSrc
1398 - added Print function
1399 - added StreamPrimitive function
1400 - added resource support (ReadEnv)
1401
1402 * mimage/MHillasExt.[h,cc]:
1403 - added a check for island index to calculation
1404 - replaced for-loop by iterator
1405
1406 * mimage/MHillasSrc.[h,cc]:
1407 - changed argument to Calc from pointer to reference
1408
1409 * mimage/MHillasSrcCalc.[h,cc]:
1410 - fixed StreamPrimitive
1411 - added some const-qualifiers to data members
1412 - adapted to change in MHillasSrc
1413
1414 * mimage/MNewImagePar.[h,cc]:
1415 - moved saturating pixels to new class MImagePar
1416 - added a check for island index to calculation
1417 - increased version number
1418
1419 * mpointing/MSrcPosCam.h:
1420 - made StreamPrimitive public
1421
1422 * msignal/MArrivalTime.h:
1423 - removed operator()
1424 - added operator[] const
1425
1426 * manalysis/MCameraData.[h,cc]:
1427 - added algorithm for 'Probability cleaning'
1428
1429 * mbase/MMath.[h,cc]:
1430 - added GaussProb
1431
1432 * mjobs/MSequence.h:
1433 - added IsValid
1434
1435
1436
1437 2004/08/20: Thomas Bretz
1438
1439 * mjobs/MSequence.[h,cc]:
1440 - added path-option to SetupRuns
1441
1442 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, MJPedestal.cc:
1443 - changed file "UPDATE" to "RECREATE"
1444
1445 * macros/sql/filldotrbk.C:
1446 - removed obsolete output
1447
1448 * macros/sql/filldotrun.C:
1449 - removed obsolete output
1450 - updated to support ExcludedFDA-table
1451
1452 * mbase/MParList.[h,cc]:
1453 - added FindTask-member function
1454
1455 * mcalib/MHCalibrationChargeBlindCam.cc:
1456 - fixed a 'comparison between signed and unsigned'
1457
1458 * mfileio/MRead.h:
1459 - added GetFileName()
1460 - removed const-qualifier from CheckAndWrite
1461
1462 * mfileio/MReadMarsFile.cc:
1463 - changed some logiing output
1464
1465 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc]:
1466 - removed const-qualifier from CheckAndWrite
1467
1468 * mfileio/MWriteRootFile.[h,cc]:
1469 - simplified the constructor by adding Init() function
1470 - added ReInit function to support file splitting
1471 - added file splitting support (GetNewFileName, ChangeFile)
1472 - added new constructor for file splitting
1473 - made gsDef* a static member
1474 - slight changed to PreProcess to support file-splitting
1475 - if file-spliiting is enabled return always kTRUE in IsFileOpen
1476 - added many new outputs in case of possible problems
1477
1478 * mraw/MRawFileRead.[h,cc]:
1479 - changed return type of GetFileName()
1480
1481 * mraw/MRawFileWrite.[h,cc]:
1482 - removed obsolete pParList data member
1483 - by default write all events to the 'Events' tree
1484
1485 * msql/MSQLServer.[h,cc]:
1486 - enhanced Query function
1487
1488
1489
1490 2004/08/19: Marcos Lopez
1491
1492 * mjobs/MJCalibration.cc:
1493 - In the function FindColor(), when looking for the calibration color in
1494 the calibration file name, ignore the case, to deal with colors
1495 written in capital letters.
1496
1497
1498
1499 2004/08/19: Thomas Bretz
1500
1501 * mastro/MTransCelLocCam.[h,cc]:
1502 - renamed to MStarCamTrans and moved to mstarcam
1503
1504 * mastro/Makefile, mastro/AstroLinkDef.h:
1505 - removed MTransCelLocCam
1506
1507 * mstarcam/Makefile, mstarcam/AstroLinkDef.h:
1508 - cleaned up includes in Makefile
1509 - added MStarCamTrans
1510
1511
1512
1513 2004/08/19: Robert Wagner
1514
1515 * mtemp/MFindStars.[cc,h], mastro/MAstroCamera.cc,
1516 mtemp/MSourceDirections.[cc,h]
1517 - Changes to reflect the change of name of MStarPos, MStarCam
1518
1519
1520
1521 2004/08/18: Thomas Bretz
1522
1523 * mbadpixels/MBadPixelsCam.[h,cc]:
1524 - implemented function to calculate max cluster sizes
1525
1526 * macros/sql/filldotrbk.C, macros/sql/filldotrun.C:
1527 - added return value
1528
1529 * mjobs/MJCalibration.cc:
1530 - simplified FindColor by 1000% for later move to a new location
1531
1532 * mpedestal/MPedCalcFromLoGain.cc:
1533 - output the range only if it has changed
1534
1535
1536
1537 2004/08/18: Wolfgang Wittek
1538
1539 * mastro/MTransCelLocCam.[h,cc]
1540 - new class; allows to calculate for any point (X, Y) in the
1541 camera the local (celestial) coordinates if the local
1542 (celestial) coordinates are known for some fixed point (X0, Y0)
1543 in the camera
1544 - for given local (celestial) coordinates of the camera center,
1545 the meber function PlotGrid draws the lines of constant theta
1546 and phi (and of constant dec and hourangle) onto the camera
1547 plane
1548
1549 * mastro/Makefile, mastro/AstroLinkDef.h
1550 - MTransCelLocCam added
1551
1552 * macros/testMTrans.C
1553 - macro to test the class MTransCelLocCam
1554
1555
1556
1557 2004/08/17: Markus Gaug
1558
1559 * msignal/MExtractBlindPixel.[h,cc]
1560 - remove fModified which is taken care of in MJCalibration by the
1561 correct initialization
1562
1563 * mcalib/MCalibrationChargeBlindCam.[h,cc]
1564 - now a base class for different types of blind pixels cams.
1565 - moved fBlindPixels away from pointer, analogue to MGeomCam
1566
1567 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
1568 - updated to new call to GetNumBlindPixels()
1569
1570 * mcalib/Makefile
1571 * mcalib/CalibLinkDef.h
1572 * mcalib/MCalibrationChargeBlindCamOneOldStyle.[h,cc]
1573 * mcalib/MCalibrationChargeBlindCamTwoNewStye.[h,cc]
1574 - new classes deriving from and intializing
1575 MCalibrationChargeBlindCam
1576
1577 * mcalib/MCalibrationChargeBlindPix.[h,cc]
1578 - derive from MCalibrationPix instead of MCalibrationChargePix
1579 - create possibility to intialize QE's, etc. from outside
1580 - fix default to previous behaviour such that old code can still
1581 run on old files without changes
1582 - create copy function
1583
1584 * macros/calibration.C
1585 - updated macro to use of MCalibrationTestCam
1586
1587 * mcalib/MCalibrationCam.[h,cc]
1588 - comment the static variable gkNumPulserColors
1589 - take the pulser color enum and gkNumPulserColors out of the streamer
1590 - set the version nr from 3 to 4
1591 - Simplify a piece of the code dealing with the ForEach macro
1592
1593 * mcalib/MCalibrationChargeCam.[h,cc]
1594 - removed Init() function which is already fulfilled by the Init()
1595 function of MCalibrationCam
1596
1597 * mcalib/MCalibrationChargeCalc.cc
1598 - some changes to the output
1599 - call to MCalibrationChargeBlindCam->IsValid() removed
1600
1601 * mbadpixels/MBadPixelsCam.cc
1602 - included kDeviatingNumPhots in GetPixelContent()
1603
1604 * mjobs/MJCalibration.[h,cc]
1605 - some small modifications in the data-check display, discussed
1606 with Florian
1607 - found that the MFillH for the MHCalibrationChargeBlindCam had
1608 been replaced to MHCalibrationChargeBlindPix -> redone
1609 - adapted InitBlindPixel() to new classes initializing the right
1610 MCalibrationChargeBlindCam's
1611
1612 * mcalib/MCalibrationTestPix.[h,cc]
1613 * mcalib/MCalibrationTestCam.[h,cc]
1614 * mcalib/Makefile
1615 * mcalib/CalibLinkDef.h
1616 - new container class to store results of MCalibrationTestCalc
1617 and MHCalibrationTestCam
1618
1619 * mcalib/MCalibrationTestCalc.[h,cc]
1620 - adapted to use of MCalibrationTestCam
1621
1622 * mcalib/MHCalibrationTestCam.[h,cc]
1623 - adapted to use of MCalibrationTestCam
1624
1625
1626
1627 2004/08/17: Thomas Bretz
1628
1629 * mcalib/MCalibrateData.[h,cc]:
1630 - unrolled some if-else statements to accelerate the algorithm a
1631 bit (it is just the bottelneck of calibrating the signal)
1632 - made sure that code which in not needed is not executed in
1633 this case
1634
1635 * mbadpixels/MBadPixelsCam.cc:
1636 - unrolled if-else statements in GetPixelContent
1637
1638 * mcalib/MHCalibrationChargeBlindPix.cc:
1639 - commented out unsused variable
1640
1641 * mjobs/MJCalibration.cc:
1642 - some more output when writing the file
1643
1644 * mjobs/MJPedestal.[h,cc]:
1645 - added more resources
1646 - added fMaxEvents
1647
1648 * mraw/MRawEvtPixelIter.[h,cc]:
1649 - fixed behaviour or fABFlags in case the array is empty
1650 - changed Char_t data member to Byte_t according to change
1651 in MRawEvtData
1652
1653 * mraw/MRawEvtData.[h,cc]:
1654 - changed TArrayC data member to MArrayB to get rid of a memory
1655 leak which resulted in huge memory usage when reading
1656 MRawEvtData
1657 - changed version number from 4 to 5
1658 - changed size of fABFlag array to a more reasonable size
1659 (maxid/8+1)
1660
1661 * mraw/MRawEvtHeader.[h,cc]:
1662 - implemeted Getter for calibration pattern
1663
1664 * mhbase/MHMatrix.[h,cc], mranforest/MRanTree.cc,
1665 mtools/MHSimmulatedAnnealing.h, mtools/MSimmulatedAnnealing.h:
1666 - changed to compile with root-4.00/08
1667
1668 * mpedestal/MPedCalcFromLoGain.[h,cc]:
1669 - changed SetDumpEvents to SetNumEventsDump to fit roots naming
1670 convention
1671 - fixed crashes in case nothing has beendone
1672 - do not process abflag if it is not existing
1673 - for the moment do no call to ReCalc in Process
1674 - added some const-qualifiers
1675
1676 * mhist/MHCamera.h:
1677 - changed the definition of FetMinimum/GetMaximum such that
1678 it compiles with root 4.00/08
1679
1680
1681
1682 2004/08/17: Robert Wagner
1683
1684 * mstarcam, mstarcam/Makefile, mstarcam/StarcamLinkDef.h,
1685 mstarcam/StarcamIncl.h, macros/dohtml.C, macros/rootlogon.C
1686 - Added directory mstarcam for holding all classes related to
1687 studies of stars
1688
1689 * mstarcam/MStarPos.[cc,h], mstarcam/MStarCam.[cc,h],
1690 mstarcam/StarcamLinkDef.h, mstarcam/Makefile, Makefile
1691 - moved mtemp/MStarLocalPos.[cc,h], mtemp/MStarLocalCam.[cc,h]
1692
1693 * mastro/MAstroCamera.cc, mtemp/MFindStars.[cc,h],
1694 mtemp/MSourceDirections.[cc,h]
1695 - changed references to MStarLocalPos to MStarPos
1696
1697
1698
1699 2004/08/16: Thomas Bretz
1700
1701 * mcalib/MCalibrateData.[h,cc]:
1702 - change to support also 'No calibration of data'
1703 - removed obsolete dependancie on *'FromData' containers
1704
1705 * mcalib/MCalibrateData.[h,cc], mbadpixels/MBadPixelsCalc.[h,cc]:
1706 - added member function ReadEnv
1707
1708 * mbase/MTime.[h,cc]:
1709 - added new member function SetStringFmt
1710
1711 * mcalib/MHCalibrationChargeBlindPix.cc:
1712 - removed unused variable
1713
1714 * mcalib/MHCalibrationChargeBlindPix.cc:
1715 - removed unused variable
1716
1717
1718
1719 2004/08/16: Markus Gaug
1720
1721 * mcalib/MHCalibrationCam.cc
1722 - add a criterion to stop the Finalize() if both fHiGainArray
1723 and fLoGainArray have not been expanded.
1724 - replace two gLog by *fLog
1725 - add the pulser color (needed for the datacheck histograms)
1726 - some modifications in the data-check display, discussed with Florian
1727
1728 * mjobs/MJCalibration.[h,cc]
1729 - some small modifications in the data-check display, discussed
1730 with Florian
1731
1732 * mcalib/MHGausEvents.[h,cc]
1733 - make fSaturated Int_t and set to 0 in the Clean() function
1734
1735 * mcalib/MHCalibrationChargePix.[h,cc]
1736 - remove the Clean() function
1737
1738 * mbadpixels/MBadPixelsPix.h
1739 * mbadpixels/MBadPixelsCam.cc
1740 - new functions GetUnsuitableCalibration() and
1741 GetUnreliableCalibration() to denote the reason for unsuitability
1742 and unreliability.
1743 - in GetPixelContent flags 6 and 7.
1744 - will be used for the datacheck display
1745
1746
1747
1748 2004/08/14: Markus Gaug
1749
1750 * msignal/MExtractor.cc:
1751 - documented data members
1752 - included default for SetNamePedContainer()
1753
1754 * mjobs/MJPedestal.[h,cc]
1755 - some small modifications in the data-check display, discussed
1756 with Florian
1757
1758
1759
1760 2004/08/13: Thomas Bretz
1761
1762 * macros/readraw.C:
1763 - updated to get it working with MC data
1764
1765 * mbase/MTaskEnv.cc:
1766 - fixed a typo
1767
1768 * mcalib/MCalibrationChargeCalc.[h,cc],
1769 mcalib/MHCalibrationCam.[h,cc]:
1770 - added ReadEnv
1771 - changed some output slightly to match into a typical
1772 80-column console
1773
1774 * mjobs/MJCalibration.[h,cc]:
1775 - changed to support Sequences
1776 - added SetEnv
1777 - added possibility to change extractors from a resource file
1778 - put MBadPixelsMerge into the tasklist - for strange reasons
1779 it was missing
1780
1781 * mjobs/MJPedestal.[h,cc]:
1782 - fixed the output name for sequences
1783 - added possibility to set output from resource file
1784
1785 * mpedestal/MPedCalcFromLoGain.[h,cc]:
1786 - changed handling of sanity check for setup
1787 - removed obsolete variables
1788 - changed output slightly to fit into a typical 80-column
1789 console
1790 - added some sanity checks to PostProcess
1791 - added some info-output to PostProcess
1792 - calculate a mean number of total events
1793 - call ReCalc to calc mean values of sectors and areas
1794
1795 * mpedestal/MPedCalcPedRun.[h,cc]:
1796 - changed to use ReCalc instead of doing the calculation itself
1797 for convinience I left the old code as a comment inside -
1798 will be removed later
1799
1800 * mpedestal/MPedPhotCam.[h,cc]:
1801 - slight changes in ReCalc
1802
1803 * mpedestal/MPedestalCam.[h,cc]:
1804 - added ReCalc function (maily taken from PedPhotCamReCalc)
1805
1806 * mpedestal/MPedestalPix.h:
1807 - added Getter for fNumEvents
1808
1809 * mraw/MRawEvtHeader.[h,cc]:
1810 - started adding support for calibration pattern. Please don't
1811 take the current implementation to serious
1812
1813
1814
1815 2004/08/12: Hendrik Bartko
1816
1817 * msignal/MExtractor.cc:
1818 - corrected the setting of AddSerialNumber for Find(Create)Object
1819
1820 * msignal/MExtractTime.cc:
1821 - corrected the setting of AddSerialNumber for FindObject
1822
1823 * mbadpixels/MBadPixelsCalc.cc
1824 - corrected the setting of AddSerialNumber for FindObject
1825
1826 * mbadpixels/MBadPixelsTreat.cc
1827 - corrected the setting of AddSerialNumber for FindObject
1828
1829 * mimage/MImgCleanStd.cc
1830 - corrected the setting of AddSerialNumber for FindObject
1831
1832
1833
1834 2004/08/12: Markus Gaug
1835
1836 * msignal/MExtractBlindPixel.[h,cc]
1837 - Set the method from outside
1838 - unified the defaults to new blind pixels
1839
1840 * mjobs/MJCalibration.[h,cc]
1841 - implementation of MHCalibrationChargeCam
1842
1843 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
1844 - adapt Draw() and DrawLegend() for the datacheck display
1845
1846 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
1847 - new member function fFitFunc, can be set from outside and is
1848 further passed onto the MHCalibrationChargeBlindPix's
1849
1850 * mcalib/MHCalibrationChargeCalc.[h,cc]
1851 - improved readability of output
1852 - set default fPheErrLimit to 4.5 sigma
1853
1854 * mcalib/MCalibrateData.[h,cc]
1855 - give defaults to the Setter functions
1856 - change default calibration mode from blindpixel to ffactor
1857 - change exclusion of bad pixels from unsuitable run to unsuitable.
1858 - some cosmetic changes
1859 - remove fNumHiGainFADCSamples and fNumLoGainFADCSamples as
1860 data members
1861 - remove fConversionHiLo which is not used in the class
1862 - write a StreamPrimitive()
1863
1864
1865 2004/08/12: Thomas Bretz
1866
1867 * mreport/MReportFileReadCC.cc:
1868 - fixed a bug in CheckFileHeader which caused a condition to
1869 be wrongly evaluated
1870
1871 * mbase/MStatusDisplay.cc:
1872 - small modification to postscript output
1873
1874 * showlog.cc:
1875 - added
1876
1877 * Makefile:
1878 - added showlog
1879
1880 * macros/sql/filldotrbk.C, macros/sql/filldotrun.C:
1881 - update of comments
1882
1883 * mbase/MEvtLoop.cc:
1884 - first interprete environment for fLog
1885
1886 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
1887 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
1888 mfileio/MRead.[h,cc], mhbase/MHMatrix.[h,cc],
1889 mpedestal/MPedCalcFromLoGain.[h,cc],
1890 mpedestal/MPedCalcFromPedRun.[h,cc],
1891 msignal/MExtractor.[h,cc]:
1892 - changed type of ReadEnv from Bool_t to Int_t
1893
1894 * mbase/MLog.cc:
1895 - fixed ReadEnv
1896
1897 * mbase/MParContainer.[h,cc]:
1898 - added TestEnv
1899
1900 * mbase/MParList.cc, mbase/MTaskList.cc:
1901 - moved some code to MParContainer::TestEnv
1902
1903 * mbase/Makefile, mbase/BaseLinkDef.h:
1904 - added MTaskEnv
1905
1906 * mhist/MHCamera.cc:
1907 - removed some output (Draw function don't write something
1908 to the console) - it is displayed anyhow
1909 - added some SetBorderMode(0)
1910
1911 * mjobs/JobsLinkDef.h, mjobs/Makefile:
1912 - added MSequence
1913
1914 * mjobs/MJPedestal.[h,cc]:
1915 - changed to allow a sequence as input
1916 - changed to allow setting up the extractor from a TEnv
1917
1918 * mpedestal/MPedCalcFromLoGain.[h,cc]:
1919 - moved a common block of code to a new Calc function
1920 - fixed ReadEnv
1921
1922 * mpedestal/MPedCalcPedRun.cc, msignal/MExtractor.cc:
1923 - fixed ReadEnv
1924
1925 * mraw/MRawCrateData.cc:
1926 - updated Print()
1927
1928 * mraw/MRawFileRead.h:
1929 - added default to first constructor argument
1930
1931
1932
1933
1934 2004/08/12: Hendrik Bartko
1935
1936 * msignal/MExtractor.[h,cc]:
1937 - add SetNamePedContainer to set the name of the pedestal
1938 container
1939
1940 * msignal/MExtractTime.[h,cc]:
1941 - add SetNamePedContainer to set the name of the pedestal
1942 container
1943
1944 * mbadpixels/MBadPixelsCalc.[h,cc]
1945 - add SetNamePedPhotContainer to set the name of the pedphot
1946 container
1947
1948 * mbadpixels/MBadPixelsTreat.[h,cc]
1949 - add SetNamePedPhotContainer to set the name of the pedphot
1950 container
1951
1952 * mimage/MImgCleanStd.[h,cc]
1953 - add SetNamePedPhotContainer to set the name of the pedphot
1954 container
1955
1956
1957
1958 2004/08/12 : Wolfgang Wittek
1959
1960 * manalysis/MSourcPosFromStarPos.[h,cc]
1961 - replace MMcEvt by MPointingPos
1962
1963 * manalysis/MSigmabarCalc.[h,cc]
1964 - replace MMcEvt by MPointingPos
1965
1966 * manalysis/MSigmabar.[h,cc]
1967 - in member function Calc() return fSigmabarInner,
1968 not fSigmabar
1969 - update comments
1970 - sigmabar is the sqrt of the average (pedRMS^2/area)
1971
1972 * manalysis/MPad.[h,cc]
1973 - replace MMcEvt by MPointingPos
1974 - remove bugs
1975
1976 * mfilter/MFSelBasic.[h,cc]
1977 - replace MMcEvt by MPointingPos
1978
1979 * mfilter/Makefile
1980 - add -I../mpointing
1981
1982 * mhist/MHSigmaTheta.[h,cc]
1983 - replace MMcEvt by MPointingPos
1984 - replace 'MCerPhotPix cerpix' by 'MCerPhotPix &cerpix'
1985 - add plot "Sigmabar(Outer) versus Theta"
1986
1987 * macros/ONOFFAnalysis.C
1988 - Job A : got the padding working, work in progress
1989
1990
1991
1992 2004/08/11: Hendrik Bartko
1993
1994 * mcalib/MCalibrateData.[h,cc]:
1995 - add SetPedestalType to choose whether to calibrate the pedestal
1996 for each run or each event
1997 - add EnablePedestalType to enable to calibrate the pedestal for
1998 each run or each event
1999 - add DisablePedestalType to disable to calibrate the pedestal for
2000 each run or each event
2001 - add TestFlag test whether to do the run and / or event pedestal
2002 calculation
2003 - add SetNamePedADCRunContainer to change name of pedestal input
2004 container for run pedestals
2005 - add SetNamePedADCEventContainer to change name of pedestal input
2006 container for event pedestals
2007 - add SetNamePedPhotRunContainer to change name of pedestal output
2008 container for run pedestals
2009 - add SetNamePedPhotEventContainer to change name of pedestal output
2010 container for run pedestals
2011 - add CalibratePedestal, function to calibrate the chosen pedestal
2012 - added the calibration types kFlatCharge, kDummy as in MCalibrate
2013
2014 * mbadpixels/MBadPixelsCalc.cc:
2015 - in MBadPixelsCalc::Process() called the MPedPhotCam::ReCalc to
2016 calculate the mean values of the pedestal and RMS for the areas
2017 and sectors of the camera.
2018
2019
2020
2021 2004/08/10: Thomas Bretz
2022
2023 * mreport/MReportFileReadCC.[h,cc]:
2024 - added
2025
2026 * mreport/Makefile, mreport/ReportsLinkDef.h:
2027 - added MReportFileReadCC
2028
2029 * mreport/MReport*.[h,cc]:
2030 - prpagate file version number to all Interpreters
2031
2032 * merpp.cc:
2033 - added new commandline options to support different CC files
2034 - changed help-output
2035 - temporarily removed SQL option
2036
2037 * readraw.cc:
2038 - a small fix (a '.' was missing)
2039
2040 * mraw/MRawEvtData.cc:
2041 - fixed bug in Print
2042
2043 * manalysis/MGeomApply.cc:
2044 - changed to Init all MCamEvents in the parlist
2045
2046 * mbase/MParList.[h,cc]:
2047 - added a cast operator to TIterator*
2048 - check whether a automatic created class inherits from MParConatiner
2049
2050 * mgui/MCamEvent.[h,cc]:
2051 - added Init
2052 - added InitSize
2053
2054 * mmc/MMcTrig.cxx:
2055 - added a new option to Print()
2056
2057 * mraw/MRawEvtData.[h,cc], mraw/MRawEvtHeader.[h,cc],
2058 mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc
2059 - changed Init() to InitRead()
2060
2061 * msignal/MArrivalTime.[h,cc]:
2062 - changed argument of InitSize according to MCamEvent
2063
2064 * msql/MSQLServer.[h,cc]:
2065 - small changes to interface
2066
2067 * mimage/MHillasCalc.[h,cc]:
2068 - changed names of TString data members
2069
2070
2071
2072 2004/08/10: Robert Wagner
2073
2074 * mreport/MReportCamera.[h,cc]
2075 - added function InterpreteHOT which interprete the HOT* part of
2076 the report. The variable HVs_modified_by_HOT_Pixels is
2077 extracted, but not yet written in the corresponding MARS
2078 parameter container
2079
2080
2081
2082 2004/08/10: Markus Gaug
2083
2084 * mcalib/MCalibrationTestCalc.[h,cc]
2085 - added calculation and output of maximum not-interpolatable
2086 cluster.
2087
2088 * macros/bootcampstandardanalysis.C
2089 - added MBadPixelsTreat
2090
2091
2092 * mcalib/MCalibrate.cc
2093 - implemented different way to calculate error of signal
2094 in method kFlatCharge (as discussed with Keiichi).
2095
2096
2097
2098 2004/08/10: Florian Goebel
2099
2100 * mpedestal/MPedCalcFromLoGain.[h,cc]
2101 - add SetPedContainerName() to change name
2102 of output container
2103 - fix bug affecting behaviour when running twice
2104 over the same run
2105 - change format of "Format"
2106 - change default value for fgMaxHiGainVar to 40
2107
2108
2109
2110 2004/08/10: Nadia Tonello
2111
2112 * mbadpixels/MBadPixelsTreat.[h,cc]
2113 - replaced flag SetSloppyTreatment() with SetHardTreatment()
2114 Now the default behaviour consists on treating only the
2115 unsuitable pixels, and not also the ureliable, as it was
2116 before. If you want to keep on treating both unsuitable and
2117 unreliable pixels, please set the new flag on in your macro.
2118
2119 * mjobs/MJExtractCalibTest.cc
2120 - removed line containing SetSloppyTreatment()
2121
2122
2123
2124 2004/08/10: Thomas Bretz
2125
2126 * mpedestal/MPedestalPix.[h,cc]:
2127 - as discussed removed fValid
2128
2129 * mpedestal/MPedCalcFromPedRun.[h,cc],
2130 mpedestal/MPedCalcFromLoGain.[h,cc]:
2131 - removed dependancy on MBadPixelsCam
2132
2133 * mastro/MAstro.[h,cc]:
2134 - implemented GetMoonPeriod
2135 - implemented GetMoonPhase
2136
2137 * mbase/MTime.cc:
2138 - Fixed a floating point problem in Set(&tv)
2139 - added GetDateOfSunrise
2140
2141
2142
2143 2004/08/09: Markus Gaug
2144
2145 * mcalib/MHGausEvents.[h,cc]
2146 - added function IsOnlyOverflow()
2147
2148 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
2149 - put default arguments in the Clone() and the Draw() function
2150 (needed by e.g. TObject::DrawClone())
2151 - added name and title to the class (was forgotten)
2152
2153 * mjobs/MJPedestal.[h,cc]
2154 - set the possibility to have the datacheck display with the
2155 function SetDataCheckDisplay()
2156
2157
2158
2159 2004/08/09: Wolfgang Wittek
2160
2161 * mtemp/MStarLocalCam.[h,cc], mtemp/MStarLocalPos.[h,cc]
2162 - new variables added for the fit of a 2dim Gaussian with
2163 correlations
2164 - the corresponding Set and Get functions were added
2165 - the Paint function was extended correspondingly
2166
2167 * mtemp/MTelAxisFromStars.[h,cc]
2168 - new class (task) which determines the source position from star
2169 positions in the camera
2170
2171 * mtemp/MHTelAxisFromStars.[h,cc]
2172 - new class (container); produce plots for MTelAxisFromStars
2173
2174 * mtemp/MSkyCamTrans.[h,cc]
2175 - new class (task) ; container holding the parameters for the
2176 transformation from sky coordinates (projected onto the camera)
2177 to camera coordinates
2178
2179 * mtemp/Makefile, mtemp/TempLinkDef.h
2180 - MTelAxisFRomStars added
2181 - MHTelAxisFromStars added
2182 - MSkyCamTrans added
2183
2184 * mtemp/findTelAxisFromStars.C
2185 - new macro: extended version of findstars.C
2186 (in mtemp/mifae/macros/)
2187 - call to MTelAxcisFromStars and MHTelAxisFromStars
2188 was added
2189
2190 * mtemp/MFindStars.[h,cc]
2191 - add correlated Gauss fit
2192
2193
2194
2195 2004/08/06: Markus Gaug
2196
2197 * mcalib/MCalibrationTestCalc.[h,cc]
2198 * mcalib/Makefile
2199 * mcalib/CalibLinkDef.h
2200 - new class to retrieve the results of MHCalbirationTestCam
2201 - outputs the results of the bad pixels interpolation and the
2202 new relative flat-fielding of the camera.
2203
2204 * mjobs/MJExtractCalibTest.cc
2205 - uncomment (and use) the interpolation of bad pixels
2206 - use the class MCalibrationTestCalc
2207
2208 * mcalib/MHCalibrationChargeLoGainPix.cc
2209 - increase the default upper histogram limits for the
2210 large extraction windows.
2211
2212 * msignal/MExtractor.cc
2213 - fixed a bug in one possible output using Form()
2214 which produced a segm.violation in that case.
2215
2216 * mcalib/MHCalibrationTestCam.cc
2217 - adapt class for the interpolation of pixels.
2218
2219 * mcalib/MCalibrationChargeCalc.cc
2220 - fixed a small bug in the calculation of average number of
2221 photo-electrons
2222
2223
2224 2004/08/06: Nadia Tonello
2225
2226 * mimage/MImgCleanStd.cc:
2227 - in the Process, the Step3 (that checks the boundary pixels)
2228 is skipped when no action is espected, i.e. if lvl1 <= lvl2.
2229 This will accelerate the cleaning process in such cases.
2230
2231 * mbadpixels/MBadPixelsCalc.[h,cc]:
2232 - removed dependence on MSigmabar
2233
2234
2235
2236 2004/08/05: Thomas Bretz
2237
2238 * mastro/MAstroCatalog.[h,cc]:
2239 - changed return type of AddObject to Bool_t
2240 - changed Reading member function to use AddObject
2241
2242 * msignal/MArrivalTime.h:
2243 - Added missing ClassDef
2244
2245 * mhist/MHEvent.h:
2246 - Removed strange MCameraSignal
2247
2248
2249
2250 2004/08/05: Robert Wagner
2251
2252 * mastro/MAstroCatalog.[h,cc]
2253 - Added MAstroCatalog::AddObject, functionality to insert single
2254 objects manually; needed for mtemp/mmpi/MSourceDirections
2255
2256
2257
2258 2004/08/05: Thomas Bretz
2259
2260 * manalysis/MGeomApply.cc, mimage/MCameraSmooth.[h,cc]:
2261 - removed dependancy on MBlindPixel
2262
2263 * macros/sql/readrbk.C, msql/MSQLServer.cc:
2264 - fixed some memory leaks - the result of TSQLServer::Query
2265 must be deleted
2266
2267 * mbase/MTaskInteractive.cc:
2268 - added some comments
2269
2270 * mmain/MBrowser.cc:
2271 - fixed a bug which caused '/data/MAGIC' not to be shown in
2272 the dir-list
2273
2274 * mmc/MMcEvt.hxx:
2275 - added some more particle ids
2276
2277 * msql/MSQLServer.[h,cc]:
2278 - some improvements to the user interface
2279
2280 * macros/sql/filldotrun.C:
2281 - added
2282
2283
2284
2285 2004/08/04: Markus Gaug
2286
2287 * msignal/MExtractFixedWindowSpline.cc
2288 - replaced delete's of the array by a delete [].
2289
2290 * mjobs/MJCalibration.cc
2291 - replaced default time extractor by MExtractTimeFastSpline
2292
2293 * mbadpixels/MBadPixelsPix.cc
2294 - updated the class description
2295
2296
2297
2298 2004/08/04: Thomas Bretz
2299
2300 * manalysis/MBlindPixels.[h,cc], manalysis/MBlindPixelCalc.[h,cc],
2301 manalysis/MBlindPixelCalc2.[h,cc]:
2302 - as discussed some weeks ago the classes have been removed
2303
2304 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2305 - removed the MBlind* entries
2306
2307 * star.cc, mmain/MEventDisplay.cc, mmain/MOnlineDisplay.cc,
2308 mmain/MAnalysis.cc, mfileio/MCT1ReadPreProc.[h,cc]:
2309 - removed usage of MBlind*
2310 - MBadPixel* TO BE ADDED
2311
2312 * merpp.cc:
2313 - moved interpretation of command line options to MLog
2314 - added a check for unknown options
2315
2316 * manalysis/MCameraData.[h,cc]:
2317 - added some comments
2318 - fixed some errors in the documentation
2319 - changed ClassDef to 1
2320 - changed the new algorithms such that any number of different
2321 pixel-sizes are supported
2322 - small modifications to the sanity checks
2323
2324 * mbadpixels/MBadPixelsTreat.h:
2325 - fixed the argument type of SetNumMinNeighbors
2326
2327 * mbase/MArgs.cc:
2328 - comment updated
2329
2330 * mbase/MEvtLoop.cc:
2331 - added reading and writing of fLog environment
2332
2333 * mbase/MLog.[h,cc]:
2334 - added Reading and writing Environment (ReadEnv, WriteEnv)
2335 - added a function to setup MLog from command line arguments
2336
2337 * mbase/MTaskInteractive.[h,cc]:
2338 - added an example
2339
2340 * mbase/MTime.cc:
2341 - added a warning for the SetTimeFormat usage
2342
2343 * mimage/MImgCleanStd.[h,cc]:
2344 - some updates to the old comments
2345 - NEW COMMENTS FOR SCALED CLEANING STILL MISSING!
2346 - implemented scaled image cleaning
2347 - replaced usage of MSigmabar by MPedPhotCam for democratic cleaning
2348
2349 * manalysisct1, manalysisct1/Makefile,
2350 manalysisct1/AnalysisCT1LinkDef.h:
2351 - new
2352
2353 * manalysis/MCT1*, mfileio/structures.h, mfileio/MCT1Read*.[h,cc]:
2354 - moved to new directory manalysisct1
2355
2356 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2357 - updated
2358 - removed MPad because long time ago changed discuseed were not made
2359 (it doesn't compile anymore, because MBlindPixels is missing now)
2360
2361 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
2362 - updated
2363
2364 * mbase/MLog.cc:
2365 - added missing kMustCleanup bit of fPlugins
2366
2367 * mbadpixels/MBadPixelsPix.h:
2368 - added easier access to the information whether a pixel is unsuitable
2369 or unreliable
2370
2371 * mbadpixels/MBadPixelsTreat.[h,cc]:
2372 - added SloppyTreatment
2373
2374
2375
2376 2004/08/03: Hendrik Bartko
2377
2378 * manalysis/MCameraData.[h,cc]
2379 - Added new function CalcCleaningLevel2 to take into account that
2380 the pedestal RMS does not scale with the inverse square root of
2381 the pixel area for the calculation of the cleaning levels.
2382 - Added new function CalcCleaningLevelDemocratic. It calculates
2383 the cleaning levels for the democratic image cleaning directly
2384 from the average values of MPedPhotCam instead of using
2385 MSigmabar.
2386
2387
2388
2389 2004/08/03: Thomas Bretz
2390
2391 * macros/sql:
2392 - new directory
2393
2394 * macros/sql/readrbk.C:
2395 - new macro
2396
2397 * mjobs/MJExtractSignal.cc:
2398 - fixed missing initialisation of fExtractor, fExtractorTime
2399
2400
2401
2402 2004/07/30: Robert Wagner
2403
2404 * mastro/MAstroCamera.[h,cc]
2405 - Added method FillStarList() which fills a TList with objects
2406 of type MStarLocalPos for all stars found from the catalog
2407 matching specified criteria (FOV, magnitude limit, position)
2408 - Lines involving MStarLocalPos have been commented out for
2409 the time being since MStarLocalPos is not part of standard
2410 MARS yet!
2411
2412 * mtemp/MStarLocalPos.[h,cc]
2413 - Added handling of the minuit error matrix elements to
2414 MStarLocalPos::MSetFitValues
2415 - Added member variables to hold error matrix elements
2416 - Added getters for error matrix elements
2417 - Expected star position is painted by Paint, too.
2418 - Error matrix elements are printed by Print, too.
2419
2420
2421
2422 2004/07/28: Javi Lopez
2423
2424 * mhist/MHCamera.[h,cc]
2425 - Added new argument to CntCamContent() funtion to select to count
2426 the events above or bellow a certain discriminator level.
2427
2428
2429
2430 2004/07/20: Florian Goebel
2431
2432 * mpedestal/MPedestalPix.[h,cc]
2433 - added:
2434 + fPedestalABoffset: difference between pedestal mean of odd slices
2435 and the total pedestal mean (fPedestal)
2436 + fNumEvents: number of times, the Process was executed
2437 (to estimate the error of pedestal)
2438
2439 * mpedestal/MPedestalCam.cc
2440 - calculate error using pixel vise fNumEvents
2441
2442 * mpedestal/MPedCalcFromLoGain.[h,cc]
2443 * mpedestal/Makefile
2444 * mpedestal/PedestalLinkDef.h
2445 - added class which calculates pedestal values from the low gain
2446 slices of a data run
2447 - it also calculates the ABoffset values and fills MPedestalPix
2448 accordingly
2449
2450 * macros/ScanPulseABPed.C
2451 - macro plotting the pulse shape using MPedCalcFromLoGain
2452 and correcting for the AB 150 MHz clock noise.
2453
2454 * msignal/MExtractSignalABcorr.[h,cc]
2455 * msignal/Makefile
2456 * msignal/SignalLinkDef.h
2457 - example for signal extractor class similar to MExtractSignal
2458 correcting for ABoffset which allows to use odd number of slices
2459
2460 * macros/ScanExtractSignalABCorr.C
2461 - macro using MExtractSignalABcorr
2462
2463
2464
2465 2004/07/16: Markus Gaug
2466
2467 * msignal/MExtractFixedWindowSpline.cc
2468 - replace the delete's by delete [].
2469
2470 * mcalib/MHCalibrationChargeCam.cc
2471 - remove some obsolete commented code
2472
2473 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
2474 - derive only from MHGausEvents and not additionally from
2475 MHCalibrationChargePix
2476 - Additional setter for MCalibrationChargeBlindPix, used by
2477 MHCalibrationChargeBlindCam
2478 - Getter for fSinglePheCut
2479 - adapted Draw for the "datacheck" option
2480 - use variable histogram range depending on whether amplitude
2481 or integral has been extracted
2482
2483 * mcalib/MCalibrationChargeBlindCam.[h,cc]
2484 * mcalib/MHCalibrationChargeBlindCam.[h,cc]
2485 * mcalib/Makefile
2486 * mcalib/CalibLinkDef.h
2487 - two new classes for the treatment of various blind pixels in the
2488 camera
2489
2490 * mcalib/MCalibrationChargeCalc.[h,cc]
2491 - adapted to use of various blind pixels
2492
2493
2494
2495 2004/07/15: Markus Gaug
2496
2497 * mcalib/MHCalibrationChargeCam.[h,cc]
2498 - hard coded the reference lines for the DataCheck Display.
2499 Should be faster and easier to read than the TArrayF's.
2500
2501 * mcalib/MCalibrationChargeCalc.[h,cc]
2502 - removed obsolete pointer to MEvtTime
2503 - fixed bug in calculation of RMS for FFactor of inner pixels
2504 in case that the fit does not converge.
2505 - introduced blind pixel and PIN Diode result flags for later
2506 output or storage in DB.
2507
2508
2509
2510 2004/07/14: Hendrik Bartko
2511
2512 * mpedestal/MPedPhotCam.[h,cc]
2513 - added average areas and sectors (in analogy MPedestalCam)
2514 - added new function InitAreas(const UInt_t i)
2515 - added new function InitSectors(const UInt_t i)
2516 - added new function GetNumAreas()
2517 - added new function GetNumSectors()
2518 - added new function ReCalc, computes the average values for the
2519 sectors from all pixels which are not marked
2520 MBadPixelsPix::kUnsuitableRun
2521
2522 * mpedestal/MPedPhotPix.[h,cc]
2523 - added a variable for the number of events from which the
2524 pedestals are computed
2525
2526 * manalysis/MGeomApply.cc
2527 - changed initialization of MPedPhotCam
2528
2529 * msignal/MExtractTimeHighestIntegral.cc
2530 - implemented the time calculation respective to the zero FADC
2531 time sample, not respective to the first sample of the chosen
2532 range
2533
2534 * msignal/MArrivalTimeCalc2.cc
2535 - implemented the time calculation respective to the zero FADC
2536 time sample, not respective to the first sample of the chosen
2537 range
2538
2539
2540
2541 2004/07/14: Markus Gaug
2542
2543 * msignal/MExtractedSignalBlindPixel.[h,cc]
2544 - added new function GetNumBlindPixels()
2545 - added more comments
2546
2547 * msignal/MExtractBlindPixel.[h,cc]
2548 - adapted to new configuration of now three blind pixels
2549 - runs with run number smaller than 31693 are treated in the old way
2550 - runs with run number higher than 31693 have no more NSB filter,
2551 but possibility to choose between integral or amplitude (with spline)
2552 extraction. Default is amplitude.
2553
2554 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
2555 - use the variable fPixId to design an ID to the class.
2556 Later, a new class MHCalibrationChargeBlindCam can host
2557 the different blind pixels as individual
2558 MHCalibrationChargeBlindPix.
2559 - Default ID is 0 which is also default in MExtractedSignalBlindPix
2560 - for current code, nothing has thus changed so far...
2561
2562 * msignal/MExtractAmplitudeSpline.cc
2563 - fixed a bug causing a segmentation violation in the destructor
2564 (array dimension was not respected correctly)
2565
2566 * mcalib/MHGausEvents.cc
2567 - removed an inconsistency in the naming of fHPowerProbability which
2568 can cause a memory leak (I hope, this was the cause of some of the
2569 leaks we had, but I'm not sure).
2570 - removed the setting of fPixId to -1 in the Clear()
2571
2572
2573
2574 2004/06/30: Thomas Bretz
2575
2576 * mbase/MEvtLoop.[h,cc]:
2577 - overwrite ReadEnv with a new function taking the
2578 name of the setup file as argument
2579
2580 * mjobs/MJPedestal.[h,cc]:
2581 - added setup file name as argument to
2582
2583 * mjobs/MJPedestal.[h,cc]:
2584 - implemented a new data member fEnv
2585 - implemented new setter SetEnv
2586 - some small changes towards setup files
2587 - some simplifications to line drawing
2588
2589 * msignal/MExtractor.[h,cc]:
2590 - added ReadEnv member function
2591 - removed obsolete virtual qualifiers in header
2592 - simplified usage of Form()
2593
2594 * mraw/MRawFileWrite.[h,cc]:
2595 - moved writing of RunHeaders from PreProcess to new ReInit
2596
2597
2598
2599 2004/06/29: Thomas Bretz
2600
2601 * mpedestal/MPedCalcFromData.[h,cc]
2602 - changed data member names according to coding rules
2603
2604
2605
2606 2004/06/25: Pepe Flix
2607
2608 * mpedestal/MPedCalcFromData.[h,cc]
2609 - added class to evaluate pedestal mean/RMS from real data events.
2610 Low Gain samples used when no switch to LG happened.
2611
2612 * macros/PedCalcFromData.C
2613 - added macro that uses the class to evaluate pedestals from real
2614 data.
2615
2616
2617
2618 2004/06/23: Markus Gaug
2619
2620 * macros/calibration.C
2621 - added flag to skip the testing
2622 - added calibration of pedestal files and creation of F2-files.
2623
2624 * macros/bootcampstandardanalysis.C
2625 - updated to use MJExtractSignal
2626
2627 * mcalib/MHGausEvents.cc
2628 - give a unique name to fHPowerProbability, otherwise
2629 MH::ProjectArray will use an existing one.
2630
2631
2632
2633 2004/06/18: Markus Gaug
2634
2635 * manalysis/MHPedestalCam.[h,cc]
2636 - use flag to choose if one wants to re-normalize the histogram
2637 results
2638
2639 * mhist/MHCamera.[h,cc]
2640 - added one argument to CntCamContent to tell if event above or
2641 below threshold have to be counted. Default is above, like before
2642 - added one argument to Projection and ProjectionS giving the number
2643 of bins as argument (default 50 like before)
2644
2645 * mcalib/MCalibrationChargeCalc.cc
2646 - replaced extraction of mean number of photo-electrons and mean
2647 F-Factor by a Gauss fit (instead of mean and RMS). Set the
2648 limit for deviating F-Factor from 3.5 to 4.5. This should reduce
2649 the number of uncalibrated pixels below 50 again (which was not
2650 the case in the last weeks).
2651
2652 * mcalib/MHGausEvents.h
2653 - make DrawEvents() public
2654
2655 * mcalib/MHCalibrationChargeLoGainPix.cc
2656 - upper histogram limit lowered for the better visibility in the
2657 data check.
2658
2659 * mcalib/MHCalibrationChargeCam.[h,cc]
2660 - adapted Draw for the datacheck
2661
2662 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
2663 - adapted for various blind pixels
2664 - adapted Draw for the datacheck
2665
2666 * msignal/MExtractor.[h,cc]
2667 * msignal/MExtractFixedWindow.[h,cc]
2668 * msignal/MExtractSlidingWindow.[h,cc]
2669 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2670 * msignal/MExtractFixedWindowSpline.[h,cc]
2671 - made sum in FindSignal() float which is now the variable used by
2672 the majority of the extractors.
2673
2674 * msignal/MExtractAmplitudeSpline.[h,cc]
2675 - new extractor calculating the amplitude using a spline.
2676
2677 * mcalib/MCalibrationPix.[h,cc]
2678 * mcalib/MCalibrationChargePix.[h,cc]
2679 * mcalib/MCalibrationChargeCalc.[h,cc]
2680 - added debug flags and output on debug
2681
2682 * mbadpixels/MBadPixelsCam.cc
2683 - enlarged the Print-function
2684
2685
2686
2687 2004/06/17: Markus Gaug
2688
2689 * mjobs/MJPedestal.[h,cc]
2690 - adapted display for the datacheck
2691
2692 * mcalib/MHCalibrationChargeCam.[h,cc]
2693 - new function Draw for the datacheck
2694 - new clone function for the DrawClone
2695
2696 * mcalib/MHCalibrationCam.h
2697 - make clone function virtual
2698
2699 * mjobs/MJCalibration.cc
2700 - adapted display for the datacheck
2701
2702 * mcalib/MHGausEvents.h
2703 - two new getters for fFirst and fLast
2704
2705 * mhist/MHCamera.h
2706 - make SetUsed() and Fill(x,w) public. It is now possible to use the
2707 Fill-function together with the SetUsed(idx), when no
2708 SetCamContent(...) is available.
2709 Previously, only a Fill(x,y,w) was public, with x and y positions
2710 in the camera.
2711
2712 * mjobs/MJPedestal.[h,cc]
2713 - updated the data-check display
2714
2715
2716
2717 2004/06/12: Abelardo Moralejo
2718
2719 * manalysis/MMcCalibrationUpdate.cc
2720 * mcalib/MMcCalibrationCalc.[h,cc]
2721 - Fixed mistake in the calibration which occurred only when
2722 different light collection efficiency was simulated for outer
2723 pixels.
2724
2725 * manalysis/MMcCalibrationUpdate.[h,cc]
2726 - Adapted to the possibility of having different light collection
2727 efficiencies in inner and outer pixels. For now we assume that the
2728 dependence with incidence angle on the camera plane is the same
2729 for both types of pixels.
2730
2731
2732
2733 2004/06/12: Markus Gaug
2734
2735 * msignal/MExtractFixedWindow.cc
2736 - output the number and exact range of extraction to *fLog in the
2737 ReInit(), like it is done by MPedCalcPedRun
2738
2739 * macros/bootcampstandardanalysis.C
2740 - exchanged MArrivalTimeCalc2 in 4th loop by timeext (defined
2741 in the beginning)
2742
2743
2744
2745 2004/06/11: Markus Gaug
2746
2747 * mpedestals/MPedCalcPedRun.cc
2748 - set the default upper range to 29, because otherwise the extraction
2749 window will be made too small in case that more than 14 "high-gain"
2750 slices shall be extracted. This is a bugfix! It calculated wrong
2751 pedestals in case that the user says: SetRange(a,b), where b is
2752 bigger than 14 in combination with SetWindowSize(x) where x is bigger
2753 than 14 as well (instead of : SetRange(a,b,c,d), where
2754 everything went fine). However, the intention of the last months
2755 changes was to allow exactly also the first possibility.
2756
2757 * mjobs/MJCalibration.cc
2758 - put run 27474 in list of unavailable runs (see runbook)
2759
2760
2761
2762 2004/06/08: Markus Gaug
2763
2764 * mhist/MHCamera.cc
2765 - reduce number of default bins in AzimuthProfile
2766 - use MatchSector in AzimuthProfile, like in RadialProfile
2767
2768 * mcalib/MCalibrationChargeCalc.cc
2769 - fix lower limit for deviation F-Factor to 1.1. This discarts a
2770 smaller number of especially outer pixels in some runs taken with
2771 the CT1 pulser box.
2772
2773
2774
2775 2004/06/07: Markus Gaug
2776
2777 * mcalib/MHCalibrationCam.h
2778 - add a function GetSize()
2779
2780 * msignal/MExtractTimeFastSpline.cc
2781 - fixed a bug introduced on 1.6. and accelerate it a bit.
2782
2783
2784
2785 2004/06/04: Markus Gaug
2786
2787 * mcalib/MHGausEvents.cc
2788 - some small modifications in the way the axes are drawn and their
2789 titles are drawn.
2790
2791
2792
2793 2004/06/03: Martin Merck
2794
2795 * msignal/MArrivalTimeCam.h
2796 * msignal/MArrivalTime.h
2797 * msignal/MArrivalTimePix.h
2798 * msignal/MExtractedSignalCam.h
2799 * msignal/MExtractedSignalPix.h
2800 * msignal/MExtractedSignalPINDiode.h
2801 * msignal/MExtractedSignalBlindPixel.h
2802 - Set version in ClassDef to 1 for the streamer.
2803
2804 * msignal/SignalLinkDef.h
2805 - Added a + at the pragma for MExtractedSignalCam and
2806 MExtractedSignalPix for consistency.
2807
2808 * msjobs/MExtractSignal.[h,cc]
2809 - Added methods to set the Extractor and TimeExtractor to be
2810 used when extracting the signal.
2811
2812
2813
2814 2004/06/03: Markus Gaug
2815
2816 * mhist/MHCamera.[h,cc]
2817 * mjobs/MJCalibration.cc
2818 - added functions AzimuthProfile and DrawAzimuthProfile, same
2819 like the RadialProfile functions, only with azimuth instead of
2820 radius.
2821
2822 * mcalib/MCalibrationCam.[h,cc]
2823 - replace fNumHiGainFADCSlices and fNumLoGainFADCSlices by a
2824 TArrayF and increment ClassDef by 1 for the streamer.
2825
2826 * mcalib/MCalibrationChargeCalc.cc
2827 - found a small bug making a difference in the number of valid
2828 pixels with the blind PIxel method and the ffactor method. Now
2829 fixed. (The difference was usually a couple of pixels)
2830
2831 * msignal/MExtractTime.h
2832 - make members protected instead of private in order to allow
2833 classes to derive from it
2834
2835 * msignal/MExtractFixedWindow.cc
2836 - added some documentation
2837
2838 * msignal/MExtractFixedWindowSpline.[h,cc]
2839 * msignal/Makefile
2840 * msignal/SignalLinkDef.h
2841 - new fast spline signal extractor
2842
2843
2844
2845 2004/06/02: Antonio Stamerra
2846
2847 * mtrigger/*:
2848 - added directory and new classes to correctly handle the
2849 trigger-report string from report file.
2850 Not yet into the Makefile.
2851
2852
2853
2854 2004/06/01: Thomas Bretz
2855
2856 * mbase/MLog.[h,cc]:
2857 - some changes to Lock/UnLock of mutices. Necessary for Cosy.
2858
2859
2860
2861 2004/06/01: Abelardo Moralejo
2862
2863 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2864 - Added variable fLowGainPeakShift and setter. It allows to shift
2865 the integration window for low gain with respect to the one of
2866 the high gain. By default its value is 0 (corresponding to a
2867 total delay of 15 slices) so that default behaviour of the
2868 extractor is the same as before.
2869
2870
2871
2872 2004/06/01: Markus Gaug
2873
2874 * mjobs/MJCalibration.cc
2875 - small change in the way the "full display" is displayed
2876
2877 * mcalib/MHCalibrationChargeBlindPix.cc
2878 * mcalib/MHCalibrationChargePix.cc
2879 - replace Draw(opt) by Draw(). This make the histograms reappear
2880 again, although I have no idea why. A printout of the opt gives
2881 always empty.
2882
2883 * mcalib/MCalibrationQEPix.cc
2884 - put Eckarts transmission of the plexiglass into the class
2885 documentation
2886
2887 * msignal/MExtractTimeFastSpline.cc
2888 - fixed some smaller bugs affecting a small part of the signals
2889
2890
2891 2004/05/31: Hendrik Bartko
2892
2893 * msignal/MArrivalTimeCalc2.cc
2894 - fixed a bug in pointer arithmetics found by Florian.
2895
2896
2897
2898 2004/05/31: Raquel de los Reyes
2899
2900 * macros/DAQDataCheck.C
2901 - committed the macro to check the raw data and display the quality
2902 plots.
2903
2904
2905
2906 2004/05/30: Markus Gaug
2907
2908 * mcalib/MCalibrationQEPix.[h,cc]
2909 - added more documentation (plots)
2910 - separated calls for light guides eff. , QE, and coll. eff.
2911
2912 * mcalib/MCalibrationChargeCalc.[h,cc]
2913 - fixed a small bug in the calculation of the error on the number
2914 of photons with the F-Factor method, did not include the division
2915 by number of pixels for the precision of the QE. This does not
2916 affect the general analysis.
2917
2918 * mjobs/MJCalibration.cc
2919 - added runnumber 26924 to list of runs without clear colour in
2920 the file name.
2921
2922
2923
2924 2004/05/28: Markus Gaug
2925
2926 * macros/calibration.C
2927 - make the macro compilable with possibility to run it in batch
2928 mode.
2929
2930 * msignal/MExtractor.cc
2931 - put an additional check in case that the number of FADC slices
2932 in the run header is smaller or equal to 0.
2933
2934
2935
2936 2004/05/27: Javier Rico
2937
2938 * mbase/MDirIter.h
2939 - remove unneeded ResetIter method (Reset does all the job)
2940
2941 * mjobs/MJCalibration.cc
2942 - change call to the removed MDirIter::ResetIter for Reset
2943
2944
2945
2946 2004/05/27: Markus Gaug
2947
2948 * mcalib/MHCalibrationChargeBlindPix.[h,cc]
2949 - put some protection against zero-division in fitFuncMichele
2950
2951 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2952 - set flag to distinguish between coated and un-coated blind pixel
2953 - increase ClassDef number by one.
2954
2955 * mcalib/MCalibrationQEPix.[h,cc]
2956 - set a global variable CollEfficiency and LightguidesEfficiency.
2957 The more precise result for the QE calculated with
2958 the F-Factor method differs now by about 5% (while the statistical
2959 error remains around 20%).
2960
2961 * mcalib/MCalibrationChargeCalc.cc
2962 - write the number of photons directy into MCalibrationChargeCam.
2963 These numbers would otherwise have to be assembled by different
2964 parts in separate code.
2965
2966
2967
2968 2004/05/27: Thomas Bretz
2969
2970 * mastro/MAstroCatalog.cc
2971 - removed a statement after '#endif'
2972
2973 * mastro/MAstroCamera.h
2974 - removed obsolete empty function which (believing the Changelog)
2975 are not there at all!
2976
2977 * mbase/MDirIter.[h,cc]:
2978 - moved code of Reset() funtion to source file
2979 - added more comments to Reset function
2980
2981
2982
2983 2004/05/26: Martin Merck
2984
2985 * mbase/MDirIter.cc
2986 - changed MatchFilter to allow for filenames containing a '+'
2987 character.
2988
2989
2990
2991 2004/05/26: Markus Gaug
2992
2993 * mjobs/MJCalibration.[h,cc]
2994 - set MCalibrationChargeBlindPix and MCalibrationChargePINDiode as
2995 data members and store them in the output of WriteResult()
2996
2997 * mcalib/MCalibrationQEPix.cc
2998 * mcalib/MCalibrationChargeCalc.cc
2999 - several small bugs fixed concerning calibration with the blind
3000 pixel or the PIN Diode
3001
3002 * mjobs/MGCamDisplays.[h,cc]
3003 * mhist/MHCamera.[h,cc]
3004 - put the last function (CamDraw) of MGCamDisplays into MHCamera
3005 and removed MGCamDisplays.
3006
3007 * mjobs/MJPedestal.[h,cc]
3008 * mjobs/MJCalibration.[h,cc]
3009 * mjobs/MJExtractCalibTest.[h,cc]
3010 - don't derive from MGCamDisplays any more.
3011
3012 * msignal/MExtractBlindPixel.cc
3013 - adjusted some default numbers for the current blind pixel
3014
3015 * msignal/MExtractedSignalBlindPixel.[h,cc]
3016 - set extracted signal from UInt_t to Int_t (sometimes, less
3017 than 0)
3018
3019 * mcalib/MCalibrationCam.h
3020 * mcalib/MHCalibrationCam.h
3021 - make destructors virtual.
3022
3023 * mcalib/MHCalibrationCam.[h,cc]
3024 - create a copy contructor
3025
3026
3027
3028 2004/05/26: Javier Rico
3029
3030 * mbase/MDirIter.h
3031 - Add method to reset the internal TIter iterator
3032
3033 * mjobs/MJCalibration.cc
3034 - In FindColorReset method, reset the file iterator before looping
3035
3036 * mimage/MNewImagePar.cc
3037 - Add output lines in Print(const MGeomCam &geom) method for
3038 fInnerLeakage1, fInnerLeakage2 and fInnerSize
3039
3040
3041
3042 2004/05/25: Raquel de los Reyes and Thomas Bretz
3043
3044 * mjobs/MJCalibration.cc
3045 - uncommented the line to read .raw files.
3046
3047 * mraw/MRawFileRead.cc
3048 - changed the PreProcess and Process functions to allow the analysis
3049 of .raw files.
3050
3051 * mfileio/MReadReports.cc
3052 - changed the Process function to read the updated root files.
3053
3054
3055
3056 2004/05/25: Markus Gaug
3057
3058 * mjobs/MJCalibration.[h,cc]
3059 - add possibility to switch on and off the blind pixel or pin diode
3060 calibration
3061 - fixed a small bug in reading the MCalibrationRelTimeCam when the
3062 times calibration has been switched off.
3063
3064 * mjobs/MExtractSignal.[h,cc]
3065 - made changes in MProcessFileP such that it fits with the new
3066 calibration. THIS IS ONLY A TEMPORARY SOLUTION. PEDESTALS AND
3067 DATA FILES MUST BE TREATED EQUALLY! OTHERWISE THERE IS NOT
3068 MATCHING FOR THE HIT CLEANING!!!
3069
3070 * mjobs/MJExtractCalibTest.[h,cc]
3071 - implement switch to use or not the cosmics filter
3072
3073
3074 * mcalib/MHCalibrationTestPix.cc
3075 - enlarged the dynamic range of the histograms for the high-int.
3076 pulses
3077
3078
3079
3080 2004/05/24: Javier Rico
3081
3082 * mpedestal/MPedPhotCalc.cc
3083 - Correct a bug that made pedestals be assigned to the wrong pixel
3084
3085 * mimage/MNewImagePar.[h,cc]
3086 - add getters and output lines in Print() method for
3087 fInnerLeakage1, fInnerLeakage2 and fInnerSize
3088
3089
3090
3091 2004/05/24: Markus Gaug
3092
3093 * mcalib/MCalibrationChargePix.cc
3094 - reduce limit in number of phe's from 5 to 1. since some pulses
3095 have less than 5 phe's now.
3096
3097 * mcalib/MHCalibrationTestCam.[h,cc]
3098 - number of photons/area are now stored in TArray's in order to
3099 retrieve them easier in later processing from stored files.
3100
3101 * mcalib/MCalibrationCam.cc
3102 - initialize AverageAreas and AverageSectors with the number of
3103 aidx and sector as SetPixId()
3104
3105 * mcalib/MCalibrationChargeCam.[h,cc]
3106 - small modification in the Print()
3107 - introduce data members to store the average number of photons by
3108 the three methods
3109
3110 * mcalib/MCalibrationChargeCalc.cc
3111 - calculate the limits for acceptance of number of photo-electrons
3112 for the calculation of the mean by normal mean instead of weighted
3113 mean. There were too many outliers still present in the weighted
3114 mean such to modify the result by a sizeable amount.
3115 - do not discard unreliable pixels any more in calculation of
3116 mean number of phe.s In some runs, there is simply too many of
3117 them in order to get reliable results.
3118
3119 * mpedestals/MPedCalcPedRun.cc
3120 - put a condition if number of pixels in area index or in sector
3121 is zero, don't calculate av. pedestal and av. pedRMS of this part.
3122
3123
3124
3125 2004/05/22: Markus Gaug
3126
3127 * mjobs/MJPedestal.[h,cc]
3128 * mjobs/MJCalibration.[h,cc]
3129 * mjobs/MJExtractCalibTest.[h,cc]
3130 - replaced the TString GetOutputFile() functions by const char*
3131 GetOutputFile(). This apparenty caused a memory leak which is now
3132 removed.
3133
3134 * mcalib/MCalibrationChargePix.cc
3135 - fixed bug calculating the reduced sigma for low-gain events:
3136 the electronics Ped.RMS was taken from Hi-gain pedestal events and
3137 too high. It is now divided by the factor 10. conversion between
3138 both samples, but this value is probably too optimistic. Needs
3139 more detailed studies, but does not exclude as many pixels as
3140 before.
3141
3142 * mcalib/MHCalibrationChargePix.h
3143 * mcalib/MHGausEvents.h
3144 - put fSaturated from MHCalibrationChargePix into MHGausEvents
3145
3146 * mcalib/MHCalibrationChargeCam.[h,cc]
3147 * mcalib/MHCalibrationCam.h
3148 - put fNumHiGainSaturated and fNumLoGainSaturated from
3149 MHCalibrationChargeCam into MHCalibrationCam
3150
3151 * mcalib/MHCalibrationRelTimeCam.[h,cc]
3152 - set flags fSaturated in order to distinguish if the hi-gain or
3153 the low-gain time has been extracted.
3154
3155 * mcalib/MHCalibrationCam.cc
3156 - remove cloning of all pixels on the Clone() function. This caused
3157 the need for three times more memory during runtime than now. It
3158 should not affect the current macros.
3159
3160 * macros/calibration.C
3161 - added a debug switch with which you can print out Object
3162 Allocation (like suggested by TBretz).
3163
3164 * mcalib/MCalibrationRelTimeCalc.[h,cc]
3165 - replaced the relative limit for acceptance of the time resolution
3166 by an absolute limit
3167 - set up output statistics logging (data written into DB)
3168
3169 * mcalib/MCalibrationChargeCalc.[h,cc]
3170 - moved limit for acceptance of number of phe;s from 5 to 8
3171 - set up output statistics logging (data written into DB)
3172
3173 * mjobs/MJCalibration.cc
3174 - set up output statistics logging (data written into DB)
3175
3176
3177
3178 2004/05/22: Abelardo Moralejo
3179
3180 * macros/calibrate_data.C
3181 - removed wrong call to MPedCalcPedRun::SetExtractor, which does
3182 not exist (should use MJPedestal like calibration.C, instead of
3183 a normal loop)
3184
3185 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3186 - changed name of variable fOffsetFromPeak to fOffsetFromWindow
3187 to avoid confusion.
3188 - introduced initialization to 0 of startslice and sat in FindPeak
3189 - changed initialization of maxsumhi in Process from 0 to -1e6
3190
3191
3192
3193 2004/05/20: Raquel de los Reyes
3194
3195 * mraw/MRawRead.h
3196 * mraw/Makefile
3197 * msql/Makefile
3198 - changed the inheritance of MRawRead class from MTask to MRead to
3199 implement the AddFiles(MDirIter &) function in MRawFileRead class.
3200
3201 * mraw/MRawFileRead.[h,cc]
3202 - implemented a second argument to the AddFile function and skip
3203 adding NULL files in the constructor.
3204
3205 * mjobs/MJPedestal.cc
3206 - uncommented the line to allow the analysis of .raw files.
3207
3208
3209
3210 2004/05/20: Markus Gaug
3211
3212 * mjobs/MJPedestal.cc
3213 - put MGeomCamMagic into the plist (MGeomApply complained not to
3214 find the GeomCam(
3215
3216 * msignal/MExtractFixedWindowPeakSearch.cc
3217 - fixed a bug affecting signals with late arrival times which use
3218 the variable fHiLoLast.
3219 - set back fgOffsetFromPeak from peak to 1 (instead of 2). Abelardo
3220 explained that this variable is not strictly the offset from the
3221 peak but the offset from the peak search window.
3222
3223
3224
3225 2004/05/19: Markus Gaug
3226
3227 * mcalib/MCalibrationChargeCam.cc
3228 - replaced a small bug in Print() which gave a segmentation
3229 violation
3230
3231 * mjobs/MJCalibration.cc
3232 - use cosmics filter only for CT1 pulser runs
3233
3234
3235
3236 2004/05/19: Abelardo Moralejo
3237
3238 * mbase/MGMap.cc
3239 - replaced rint by TMath::Nint() (my Mac did not recognize the
3240 former)
3241
3242
3243
3244 2004/05/19: Abelardo Moralejo
3245
3246 * macros/starmc2.C
3247 - added third argument in adding MPointingPos to the output:
3248 write.AddContainer("MPointingPos", "Events", kFALSE);
3249 If not exisiting in the input file, it is simply ignored.
3250
3251
3252
3253 2004/05/15: Thomas Bretz
3254
3255 * mastro/MAstroCatalog.[h,cc]:
3256 - changed Form to MString for thread safty
3257 - fixed a bug which caused the construtor to crash in batch-mode
3258 - added option argument to PaintImg
3259
3260 * mbase/MGMap.[h,cc]:
3261 - added many new static member function to draw figures
3262
3263 * mbase/MParContainer.cc:
3264 - changed Form to MString for thread safty
3265
3266 * mbase/MString.[h,cc]:
3267 - added
3268
3269 * mbase/Makefile, mbase/BaseLinkDef.h:
3270 - added MString
3271
3272
3273
3274 2004/05/15: Markus Gaug
3275
3276 * msignal/MArrivalTimePix.h
3277 * msignal/MArrivalTimeCam.cc
3278 - introduced functin GetHiGainSaturation() in MArrivalTimePix.h
3279 - added type in GetPixelContent() which asks for Hi-Gain saturation
3280 and return the hi-gain time or the low-gain time, correspondingly.
3281
3282 * mbase/MGMap.cc
3283 - fixed two bugs which did not complile under gcc 3.3.x introduced
3284 by TB.
3285
3286
3287
3288 2004/05/12: Markus Gaug
3289
3290 * msignal/MExtractTime.[h,cc]
3291 - introduced intrinsic delay of low-gain, as measured by Florian.
3292
3293 * mjobs/MJCalibration.cc
3294 * mjobs/MJExtractCalibTest.cc
3295 - fixed some errors in the storage of the rel. times.
3296
3297 * mjobs/MJExtractCalibTest.cc
3298 - put the cosmics filter which was forgotten
3299
3300 * mcalib/MCalibrate.h
3301 - changed default from Blindpixel to Ffactor
3302
3303
3304
3305 2004/05/12: Thomas Bretz
3306
3307 * mona.cc:
3308 - changed names
3309
3310 * macros/sumcurrents.C:
3311 - changed units from nA to \\mu A
3312
3313 *: mastro/MAstroCamera.[h,cc]:
3314 - added '=' Draw option
3315 - use fMapG directly
3316
3317 * mastro/MAstroCatalog.[h,cc]:
3318 - added support to read and write a compressed catalog
3319 - changed TExMap to new MGMap
3320 - added support for HeasarcPPM catalog
3321 - added PaintImg to paint catalog into a bitmap (used in
3322 starguider software)
3323 - don't clone MObservatory copy the contents
3324 - changed type of dx and dy in DrawLine from Double to Int
3325 - fixed drawig of the tooltip corresponding to the grid
3326 (some were missing, some were existing twice)
3327 - Now AddPrimitives takes fLimMag into account
3328
3329 * mhbase/MFillH.cc:
3330 - added a const-qualifier
3331
3332 * mhist/MHCamera.cc:
3333 - fixed a bug which caused SetPalette in the constructor to crash
3334
3335 * mbase/MGMap.[h,cc]:
3336 - added
3337
3338 * mbase/Makefile, mbase/BaseLinkDef.h:
3339 - added MGMap
3340
3341
3342
3343 2004/05/11: Thomas Bretz
3344
3345 * mraw/MRawEvtHeader.cc:
3346 - added a check whether the file has finished or not after
3347 reading the first bytes.
3348
3349
3350
3351 2004/05/10: Marcos Lopez
3352
3353 * mmontecarlo/MMcEnergyEst.cc:
3354 - In static void fcn(...), fixed the following bugs which caused a
3355 "segmentation violation":
3356 - Replace: MTaskList *tlist = evtloop->GetTaskList()
3357 by: MTaskList *tlist = (MTaskList*)plist->FindObject("MTaskList")
3358 - And get the pointer *eval to MParamterD("MFitResult"), after
3359 the excution of the Eventloop and not before it (since that object is
3360 created when calling the PreProcess).
3361
3362
3363
3364 2004/05/10: Thomas Bretz
3365
3366 * mraw/MRawEvtHeader.[h,cc]:
3367 - changed return type of ReadEvt from int to Int_t
3368 - Enhanced output in case of invalid time
3369
3370 * mraw/MRawRead.cc:
3371 - fixed the return type of ReadEvt (was bool instead of int)
3372 which confused merpp completely in case of invalid times
3373
3374
3375
3376 2004/05/10: Markus Gaug
3377
3378 * macros/calibrate_data.C
3379 - updated setting of arr. time extractor
3380
3381
3382
3383 2004/05/09: Thomas Bretz
3384
3385 * Makefile:
3386 - added workaround for Mac to create so- and dynlib-object
3387
3388 * Makefile.conf.darwin:
3389 - added necessary option to create both kind of files
3390
3391 * Makefile.conf.linux:
3392 - changed the options to create so-object only
3393
3394 * Makefile.rules:
3395 - added DYLIB to rmbin
3396
3397 * mraw/MRawEvtData.cc:
3398 - changed some output
3399
3400 * mraw/MRawEvtHeader.[h,cc]:
3401 - skip the rest of the header if the time is invalid. Otherwise
3402 merpps force-mode will corrupt the data when further processing
3403 - implemented GetNumBytes returning the size of the header
3404
3405
3406
3407 2004/05/08: Thomas Bretz
3408
3409 * mona.cc:
3410 - some changes to make it work again
3411
3412 * mraw/MRawSocketRead.cc:
3413 - fixed the sync with what DAQ sends
3414
3415
3416
3417 2004/05/07: Markus Gaug
3418
3419 * mcalib/MHCalibrationChargeHiGainPix.cc
3420 * mcalib/MHCalibrationChargeLoGainPix.cc
3421 - take out half of the bins for the hists in order to save memory
3422
3423 * mjobs/MExtractCalibTest.cc
3424 - include write-out of the containers in the loop
3425
3426 * mjobs/MJCalibration.cc
3427 - take runs 20660 and 20661 into the list of known runs with colour
3428 green.
3429
3430 * mpedestal/MPedCalcPedRun.[h,cc]
3431 - make the arrays fSum and fSum2 doubles. This is necessary since
3432 rounding errors of the floats introduced significant errors in the
3433 RMS!
3434 - introduced one condition about possible window sizes of 0.
3435
3436
3437
3438 2004/05/06: Markus Gaug
3439
3440 * htmldoc/images/PedestalStudyInner.gif
3441 * htmldoc/images/PedestalStudyOuter.gif
3442 - two gifs used for the documentation of MPedCalcPedRun
3443
3444 * mpedestal/MPedCalcPedRun.cc
3445 - updated documentation
3446
3447 * macros/pedestalstudies.C
3448 - updated to the latest version of MPedCalcPedRun
3449
3450 * macros/bootcampstandardanalysis.C
3451 - updated to the latest changes in the ArrivalTime Extraction
3452
3453
3454
3455 2004/05/05: Markus Gaug
3456
3457 * mcalib/MHGausEvents.cc
3458 - removed some warning saying "Cannot create Fourier spectrum"
3459
3460 * mcalib/MCalibrationChargePix.cc
3461 - loosened the limits somewhat for calibration with the low-gain
3462 - introduced different electronic noise for inner and outer pixels
3463 (like seen in the data)
3464
3465 * mpedestal/MPedCalcPedRun.cc
3466 - fixed a small inconsistency in case that the range goes out of
3467 the high-gain samples and reaches into the low-gain samples. In
3468 that case, the last slice of the high-gain was not taken (but the
3469 window size correctly)
3470
3471 * mjobs/MJExtractCalibTest.[h,cc]
3472 - included setters for the time extractor
3473
3474 * mcalib/MCalibrationChargeCalc.cc
3475 - set default of fgPheErrLimit from 4 sigma to 5.
3476
3477 * mcalib/Makefile
3478 * mcalib/CalibLinkDef.h
3479 * mcalib/MHCalibrationTestTimeCam.[h,cc]
3480 * mcalib/MHCalibrationTestTimeCam.[h,cc]
3481 - analogue to MHCalibrationTestCam, two classes to test the
3482 output of the calibration.
3483
3484 * mcalib/MHCalibrationCam.cc
3485 - in InitHists, exclude only pixels with kUnsuitableRun, instead of
3486 all (IsBad())
3487
3488 * msignal/Makefile
3489 * msignal/SignalLinkDef.h
3490 * msignal/MExtractTimeFastSpline.[h,cc]
3491 - new fast spline extractor for the equally spaced time slices.
3492 Searches for the position of the half maximum between maximum and
3493 pedestal. About 6 times faster than MArrivalTimeCalc
3494
3495 * mjobs/MJCalibration.cc
3496 - changed names of the MHCameras to contain run name
3497
3498
3499
3500 2004/05/04: Raquel de los Reyes
3501
3502 * mbase/MRunIter.[h,cc]
3503 - Added a flag and a set function to read .raw files.
3504 The default option is set to read .root files.
3505
3506
3507
3508 2004/05/04: Javier Rico
3509
3510 * mcalib/MCalibrate.cc
3511 - when calibrating using kNONE, weight by the pixel area
3512
3513
3514
3515 2004/05/04: Thomas Bretz
3516
3517 * macros/MagicHillas.C, macros/comprob.C, macros/derotatedc.C,
3518 macros/dohtml.C, macros/evtrate.C, macros/merpp.C,
3519 macros/pixfirerate.C, macros/pixsatrate.C, macros/plot.C,
3520 macros/plot2.C, macros/pointing.C, macros/readMagic.C,
3521 macros/rootlogon.C, macros/runbook.C, macros/sectorvstime.C,
3522 macros/star.C, macros/sumcurrents.C, macros/tar.C,
3523 macros/testenv.C, macros/weights.C:
3524 - updated documentation
3525
3526 * mastro/MAstroCamera.[h,cc]:
3527 - added member function to read MC .def files for mirror geometry
3528 - added GetDiffZdAz
3529
3530 * mastro/MObservatory.[h,cc]:
3531 - added Copy-member function
3532
3533 * mbase/MLog.[h,cc]:
3534 - updated handling of mutices
3535 - added a new mutex to lock the stream
3536
3537 * mhist/MHCamera.[h,cc]:
3538 - added functionality to linear deform the camera display
3539 (to correct for abberation)
3540
3541 * mtools/MFFT.cc:
3542 - added more documentation
3543
3544 * mbase/MTime.[h,cc]:
3545 - renamed overloaded Set-function to SetMjd. There were some
3546 trouble with the interpreter and the new naming is more
3547 intuitive.
3548
3549
3550
3551 2004/05/04: Markus Gaug
3552
3553 * mcalib/MHCalibrationChargeBlindPix.cc
3554 - intialized the 2 vectors differently, now they don't give
3555 warnings any more.
3556
3557 * msignal/MExtractor.cc
3558 * msignal/MExtractFixedWindow.cc
3559 - put one initialization to 0 into the MExtractor
3560
3561 * mastro/MAstroCatalog.h
3562 - make AlignCoordinates() protected, in order to compile
3563
3564 * mcalib/MHGausEvents.cc
3565 - took out fEvents(0) and fHGausHist() from constructor
3566
3567 * msignal/MExtractor.cc
3568 * msignal/MExtractPINDiode.cc
3569 - fixed StreamPrimitive
3570
3571 * msignal/MExtractBlindPixel.[h,cc]
3572 - deriving from MExtractor, possibility to filter NSB events
3573
3574
3575
3576 2004/05/03: Thomas Bretz
3577
3578 * mbase/MRunIter.cc:
3579 - AddRuns(char*) added some const-qualifiers
3580 - replaced deprecated if-else-if by continue- and return-
3581 constructions
3582
3583
3584
3585 2004/05/03: Javier Lopez
3586
3587 * mbadpixels/MBadPixelsPix.[h,cc]
3588 - put another enum for hardware malfunctionning. Started to be
3589 filled with kHVNotNominal
3590
3591
3592
3593 2004/05/03: Markus Gaug
3594
3595 * mcalib/MHCalibrationBlindPix.[h,cc]
3596 - removed a "->" behind the comment
3597 - Create a TVector in Draw only if the array is not zero
3598
3599 * mraw/MRawEvtPixelIter.cc
3600 - corrected bug in GetIdxMaxLoGainSamples() which looped over
3601 one slice too much
3602 end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
3603 end = fLoGainPos + fNumLoGainSamples
3604
3605 * msignal/MTimeExtractor.[h,cc]
3606 * msignal/MExtractTime.[h,cc]
3607 - changed name for alphabetical display in dox
3608
3609 * mjobs/MJCalibration.[h,cc]
3610 * msignal/MExtractTimeSpline.h
3611 * msignal/MExtractTimeHighestIntegral.h
3612 - changed name of base class to MExtractTime
3613
3614 * mcalib/MCalibrationCam.[h,cc]
3615 * mcalib/MCalibrationChargeCam.[h,cc]
3616 * mcalib/MCalibrationRelTimeCam.[h,cc]
3617 - put the number of unsuitable and unreliable pixels in the base
3618 class
3619
3620 * mcalib/MCalibrationRelTimeCalc.[h,cc]
3621 - fixed a bug calculating the average time resolution
3622
3623 * mpedestals/MPedestalPix.[h,cc]
3624 - add a dedicated fValid flag in order to be able to discard pixels
3625 from outside (e.g. from MBadPixelsCam)
3626
3627 * mpedestals/MPedCalcPedRun.[h,cc]
3628 - catch badpixels cam from parameter list, if existing and set
3629 corresponding pixels to not valid in MPedestalPix
3630
3631 * mjobs/MGCamDisplays.[h,cc]
3632 * mhist/MHCamera.[h,cc]
3633 - put DrawProjection and DrawRadialProfile in MHCamera
3634
3635 * macros/dohtml.C
3636 - include directory mfit and macros calibration.C and
3637 bootcampstandardanalysis.C
3638 - take out pixvstime.C which does not exist
3639
3640 * msignal/MExtractFixedWindow.[h,cc]
3641 * msignal/MExtractSlidingWindow.[h,cc]
3642 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3643 * msignal/MExtractor.[h,cc]
3644 * msignal/MExtractPINDiode.[h,cc]
3645 * msignal/MExtractTime.[h,cc]
3646 - set number of slices not in base class, but in derived one.
3647 Like this, extractors setting their signal in other containers
3648 don't have a conflict with the ReInit() in MExtractor.
3649
3650
3651
3652 2004/05/01: Thomas Bretz
3653
3654 * macros/rootlogon.C:
3655 - ignore MARSSYS if libmars.so is found in the current path
3656
3657 * mastro/MObservatory.cc:
3658 - small change to coordinates
3659
3660 * mbase/MLog.[h,cc]:
3661 - enhanced output in case of problem with mutices
3662
3663 * mtemp/TempIncl.h, mtemp/TemlLinkDef.h:
3664 - removed everything
3665
3666 * Makefile*, */Makefile
3667 - changed all to support mtemp/mifae and similar
3668
3669
3670
3671 2004/05/01: Abelardo Moralejo
3672
3673 * mmain/MEventDisplay.cc
3674 - changed back integration range for MC to 0-14 slices to avoid
3675 confusions.
3676
3677
3678
3679 2004/05/01: Markus Gaug
3680
3681 * macros/dohtml.C
3682 - include directory mpedestal
3683
3684 * msignal/MExtractFixedWindow.[h,cc]
3685 * msignal/MExtractSlidingWindow.[h,cc]
3686 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3687 * msignal/MExtractor.[h,cc]
3688 - include the possibility to set the range for the hi-gain outside
3689 the range of MRawEvtPixelIter::GetNumHiGainSamples() and to take
3690 the "low-gain" slices instead. This is necessary for the March
3691 data!
3692
3693 * mjobs/MJCalibration.[h,cc]
3694 - accept arrival time extractors deriving from MTimeExtractor
3695
3696
3697
3698 2004/04/30: Thomas Bretz
3699
3700 * mastro/MAstroCamera.[h,cc]:
3701 - removed obsolete TList data member (use a argument in
3702 GetStarList instead)
3703
3704 * mbase/MTime.h:
3705 - added 'istream &operator<<(istream &in, MTime &t)'
3706
3707 * mbase/BaseLinkDef.h:
3708 - added new operator
3709
3710
3711
3712 2004/04/30: Daniela Dorner
3713
3714 * macros/pointing.C
3715 - implemented plot: Control Deviation vs Time
3716 - rearranged plots
3717
3718
3719
3720 2004/04/30: Markus Gaug
3721
3722 * mcalib/MCalibrationRelTimeCalc.[h,cc]
3723 - new class to treat rel. times after fits
3724
3725 * mcalib/MCalibrationChargeCalc.[h,cc]
3726 - search for outliers in the total F-Factor and set a flag in
3727 MBadPixelsPix
3728
3729 * mcalib/MCalibrationRelTimeCam.h
3730 - new TArrayIs to store number of unsuitable and unreliable pixels
3731
3732
3733 * mbadpixels/MBadPixelsPix.h
3734 - two new flags added: kDeviatingFFactor and kDeviationTimeResolution
3735
3736 * mcalib/MHCalibrationRelTimePix.[h,cc]
3737 - take out commented part of code related to re-normalization
3738
3739 * mcalib/MHCalibrationCam.[h,cc]
3740 - retrieve the used run numbers in order to store them in teh
3741 histogram titles to help transparency of the displays
3742
3743 * mcalib/MHCalibrationRelTimeCam.[h,cc]
3744 - Getter and Setter for the reference pixel
3745
3746 * mcalib/MCalibrate.cc
3747 - make error of nphot to be taken from square root of absolute
3748 number of photons instead of number of photons, otherwise
3749 NaN's are obtained
3750
3751 * msignal/MExtractPINDiode.[h,cc]
3752 - now deriving from MExtractor
3753
3754 * msignal/Makefile
3755 * msignal/SignalLinkDef.h
3756 * msignal/MExtractTimeSpline.[h,cc]
3757 * msignal/MExtractTimeHighestIntegral.[h,cc]
3758 - replacements for MArrivalTimeCalc and MArrivalTimeCalc2
3759
3760 * mjobs/MJCalibration.[h,cc]
3761 - Set time extractor by pointer
3762
3763
3764
3765 2004/04/29: Thomas Bretz
3766
3767 * mbase/MTask.cc:
3768 - fixed behaviour of GetNumExecutions. Because of a root bug
3769 Count returns a number which is to high by 1.
3770
3771
3772
3773 2004/04/29: Abelardo Moralejo
3774
3775 * mmc/MMcEvt.hxx
3776 - Added minor comment (explanation of fPassPhotCone).
3777
3778 * mmc/MMcRunHeader.[hxx,cxx]
3779 - Removed obsolete parameters fSourceOffsetTheta, fSourceOffsetPhi
3780 - Updated class version to 5.
3781
3782
3783
3784 2004/04/29: Nadia Tonello
3785
3786 * mbadpixels/MBadPixelsTreat.h
3787 - changed enums {.. BIT(1), ... BIT(2), ... BIT(3) } in {1,2,3}
3788 to have the right behaviour of the flags (and of SetProcessRMS)
3789
3790 * manalysis/MCT1PointingCorrCalc.[h,cc]
3791 - added pointing correction for 1ES1959
3792
3793
3794
3795 2004/04/29: Markus Gaug
3796
3797 * msignal/MArrivalTimePix.[h,cc]
3798 - removed flag fLoGainUsed which is not used at all
3799
3800 * msignal/MTimeExtractor.[h,cc]
3801 - new base class for arrival time extractors
3802
3803 * msignal/Makefile
3804 * msignal/SignalLinkDef.h
3805 * msignal/MExtractTimeSpline.[h,cc]
3806 - replacement of MArrivalTimeCalc, derived from MTimeExtractor
3807
3808
3809 * msignal/MExtractor.h
3810 - make SetRange virtual
3811 - check for range w.r.t. ranges given in the run header in ReInit
3812
3813 * msignal/MExtractFixedWindow.[h,cc]
3814 * msignal/MExtractSlidingWindow.[h,cc]
3815 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3816 - overload the SetRange() function in order to do the necessary
3817 checks of the range there. Slight differences in every extractor
3818 because of the floating windows.
3819
3820
3821 * mpedestals/MPedCalcPedRun.[h,cc]
3822 - add the possibility to set ranges and extraction windows. Default
3823 is what has always been
3824
3825
3826 * mjobs/MJPedestals.[h,cc]
3827 - add the possibility to set a signal extractor which gives the
3828 extraction ranges to MPedCalcPedRun
3829 - derive from MHCamDisplays
3830
3831 * mcalib/MCalibrationChargeCam.cc
3832 - updated the Print() a little
3833
3834
3835 2004/04/29: Javier Rico
3836
3837 * mbase/MRunIter.cc
3838 - Remove AddRuns(const char*,const char*) dependence on length of
3839 first character chain
3840
3841
3842 2004/04/28: Javier Rico
3843
3844 * mbase/MRunIter.[h,cc]
3845 - include function to read runs specified in a character chain
3846 with the format, e.g., run1,run2-run3,run4-run5,...
3847
3848
3849
3850 2004/04/28: Abelardo Moralejo
3851
3852 * macros/starmc.C
3853 - adapted to change in MC calibration: replaced
3854 MMcCalibrationCalc::GetHist by GetHistADC2PhotEl and
3855 GetHistPhot2PhotEl.
3856
3857
3858
3859 2004/04/28: Markus Gaug
3860
3861 * mjobs/MGCamDisplays.cc
3862 * mjobs/MJCalibration.cc
3863 - introduced new "fit" flag in DrawProjection allowing to draw
3864 two separate pad with the (fitted) histograms for inner and
3865 outer pixels. This is displayed by MJCalibration if the
3866 kNormalDisplay option is chosen (default).
3867
3868 * mjobs/MJCalibration.h
3869 - took out the const of GetBadPixels() in order to allow compilation
3870 of macros/bootcampstandardanalysis.C. This will change again soon
3871 when mjobs/MJExtraction is updated and used there.
3872
3873 * msignal/MArrivalTimeCalc.[h,cc]
3874 - remove the ReInit() which calls to an MGeomCam which is later not
3875 used
3876
3877 * macros/calibrate_data.C
3878 - fixed a bug in loop 3 taking the default QE Cam instead of the
3879 one filled by MJCalibration
3880
3881 * msignal/MExtractor.[h,cc]
3882 - new base class for signal extractors
3883
3884 * msignal/Makefile
3885 * msignal/SignalLinkDef.h
3886 * msignal/MExtractFixedWindow.[h,cc]
3887 * msignal/MExtractSlidindWindow.[h,cc]
3888 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
3889 - replacements for MExtractSignal, MExtractSignal2, MExtractSignal3
3890
3891 * macros/calibration.C
3892 * macros/calibrate_data.C
3893 * macros/pedphotcalc.C
3894 * macros/bootcampstandardanalysis.C
3895 - adapted to new extractors
3896
3897 * mbadpixels/MBadPixelsPix.h
3898 - set back the old definition of IsOK(), namely no information
3899 available
3900
3901
3902
3903 2004/04/27: Raquel de los Reyes
3904
3905 * mhvstime/MHVsTime.cc
3906 - added a line in the Fill function to avoid empty time events.
3907
3908
3909
3910 2004/04/27: Abelardo Moralejo
3911
3912 * mcalib/MMcCalibrationCalc.[h,cc]
3913 - added histogram which stores the conversion of photons before
3914 the plexiglas to photoelectrons hitting first dynode.
3915
3916 * macros/mccalibrate.C
3917 - added MPointingPosCalc to the tasklist to create and fill an
3918 MPointingPos object, and later write it to the Events tree of
3919 the calibrated MC files. Added some comments and simplified
3920 some lines. One more histogram from MMcCalibrationCalc (see
3921 above) is now written to the output.
3922
3923 * macros/starmc2.C
3924 - added the writing of MPointingPos to output star file.
3925
3926
3927
3928 2004/04/27: Markus Gaug
3929
3930 * mjobs/MJCalibration.[h,cc]
3931 - put the three camera drawing facilities into a separate base
3932 class MGCamDisplays
3933
3934 * mjobs/MGCamDisplays.[h,cc]
3935 * mjobs/Makefile
3936 * mjobs/JobsLinkDef.h
3937 - camera drawing facilities: CamDraw, DrawProjection and
3938 DrawRadialProfile, used by all jobs
3939
3940 * mjobs/MJExtractCalibTest.[h,cc]
3941 * mjobs/Makefile
3942 * mjobs/MJobsLinkDef.h
3943 - new class to test the calibration results
3944
3945 * mcalib/MCalibrationChargeCalc.cc
3946 - set unsuitable pixels to excluded in MCalibrationChargePix, which
3947 will not display them in the status display
3948
3949 * mjobs/MJCalibration.cc
3950 - take out display of previously excluded pixels
3951
3952 * mbadpixels/MBadPixelsCam.cc
3953 - set val to 1 in case that GetPixelContent is true, before display
3954 was not correct
3955
3956 * macros/calibration.C
3957 - added the test class MJExtractCalibTest
3958
3959
3960
3961 2004/04/27: Abelardo Moralejo
3962
3963 * mhistmc/MHMcCollectionArea.[h,cc]
3964 - Added fMCAreaRadius and setter to allow changing the radius of
3965 the circular area in which MC events are produced. Useful for
3966 instance for stereo configuration studies. By default it is 300 m
3967 as was assumed before.
3968
3969
3970
3971 2004/04/26: Markus Gaug
3972
3973 * mcalib/MHCalibrationTestPix.[h,cc]
3974 * mcalib/MHCalibrationTestCam.[h,cc]
3975 * mcalib/Makefile
3976 * mcalib/CalibLinkDef.h
3977 - two new histogram classes to perform claibraion checks, will be
3978 especially useful for the data-check.
3979
3980 * mcalib/MCalibrationQEPix.cc
3981 - found a bug in the setting of validity flags of colours. This
3982 made the QE used for calibration uncorrect by about a factor 1.5
3983 for the outer pixels if only one colour is used for calibration.
3984
3985 * mjobs/MJCalibration.[h,cc]
3986 - moved colour finder from the macros into this class with the
3987 function FindColor()
3988 - had to add ~MJCalibration() {} because otherwise, I get a
3989 segmentation violation in the destructor, the debugger says in
3990 some TString. Maybe it's because of the GetDescriptor() in
3991 ~MParContainer() ?
3992
3993 * macros/calibration.C
3994 * macros/calibrate_data.C
3995 * macros/pedphotcalc.C
3996 * macros/bootcampstandardanalysis.C
3997 - removed function FindColor()
3998
3999 * mcalib/MCalibrationCam.h
4000 - make Init() and InitSize() virtual
4001
4002 * mcalib/MCalibrationChargeCam.[h,cc]
4003 - introduce two TArrayI's for the number of uncalibrated and
4004 unreliable pixels.
4005
4006 * mcalib/MCalibrationChargeCalc.[h,cc]
4007 - calculate and store the above numbers.
4008
4009 * mbadpixels/MBadPixelsPix.[h,cc]
4010 * mbadpixels/MBadPixelsCam.cc
4011 - removed bits: kHiGainNotCalibrated and kLoGainNotCalibrated
4012 - added bits: kDeviatingFFactor, kConversionHiLoNotValid
4013 - removed functions: IsCalibrationResultOK()
4014 and IsCalibrationSignalOK()
4015 - changed function IsOK() such that it returns false only if
4016 the pixels is not suitable (run or evt)
4017
4018 * mcalib/MCalibrate.cc
4019 * mcalib/MCalibrateRelTime.cc
4020 - exchanged query for IsCalibrationResultOK() to
4021 IsUnsuitableRun(MBadPixelsPix::kUnsuitableRun). This includes
4022 now the oscillating pixels (which are sometimes many!!)
4023
4024 * mcalib/MHCalibrationRelTimePix.cc
4025 - commented re-normalization to ns in Renorm()
4026 - introduced Getter to fFADCSliceWidth
4027
4028 * mcalib/MHCalibrationRelTimeCam.cc
4029 - renorm to ns in GetPixelsContent()
4030 --> now, calibration in MCalibrateRelTimes is consistent
4031
4032
4033
4034 2004/04/26: Abelardo Moralejo
4035
4036 * manalysis/MMcCalibrationUpdate.cc
4037 - changed from 1 to 10 the "dummy" value of conversion high to low
4038 gain for old camera 0.6 files. Usually these files have no low
4039 gain at all, but there was a patched version of the program
4040 which did have low gain (with a gain 10 lower than hg).
4041
4042
4043
4044 2004/04/25: Abelardo Moralejo
4045
4046 * mbadpixels/MBadPixelsTreat.cc
4047 - Change in line 204: if ((*fBadPixels)[i].IsBad()) by
4048 if ((*fBadPixels)[j].IsBad()) The way it was done, it never
4049 worked, because the check on whether the neighbour pixels
4050 were OK was performed on the same pixel to be treated (i), which
4051 is obviously not OK. The same problem fixed in the interpolation
4052 of pedestals. Amazingly, this error would have shown up in any
4053 test of the class.... I assume it must have been commited
4054 completely untested.
4055
4056 - In InterpolateSignal: moved division of summed charge over
4057 number of pixels : put it after the check of the number of
4058 valid neighbours to avoid division by 0.
4059
4060
4061
4062 2004/04/23: Markus Gaug
4063
4064 * mcalib/MHCalibrationCam.cc
4065 - fixed a bug in the ReInit() for the number of average events in
4066 each area index and sector
4067
4068
4069 2004/04/23: Thomas Bretz
4070
4071 * */Makefile:
4072 - added some more mpedestal
4073
4074 * mreport/MReportRun.cc:
4075 - changed to work with the latest version of report-files
4076 --> This will make it incompatible with older report files
4077 (for this use older Mars versions for merpping)
4078
4079 * mbase/MStatusDisplay.[h,cc]:
4080 - added combo-box to surf through tabs in MARS-tab
4081
4082
4083
4084 2004/04/22: Nadia Tonello
4085
4086 * mcalib/MCalibrateData.cc
4087 - changed request for MBadPixelsPix::IsCalibrationResultOK() for
4088 MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun)
4089
4090
4091
4092 2004/04/22: Thomas Bretz
4093
4094 * mhist/MHCamera.[h,cc]:
4095 - implemented SetUsed
4096
4097 * merpp.cc:
4098 - added "-ff" and interleave mode - both not execcively tested yet
4099
4100 * mhbase/MFillH.cc:
4101 - added a missing 'endl'
4102
4103 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtData.[h,cc],
4104 mraw/MRawEvtHeader.[h,cc]
4105 - added SkipEvt (the number of skipped bytes is untested)
4106
4107 * mraw/MRawEvtHeader.[h,cc]
4108 - return kCONTINUE if time is invalid
4109
4110 * mraw/MRawFileRead.[h,cc]:
4111 - implemented AddFile feature - first draft!
4112 - added feature to skip events
4113
4114 * mraw/MRawFileWrite.h:
4115 - changed default compression level corresponding to merpp to 2
4116
4117 * mraw/MRawRead.[h,cc]:
4118 - added fForceMode flag to be able to suppress event errors
4119
4120 * mbadpixels/MBadPixelsTreat.[h,cc]:
4121 - changes such that the pedestal interpolation is now done
4122 only in ReInit. If you need the old behaviour call
4123 SetProcessRMS()
4124
4125 Another step towards less mess:
4126
4127 * MMcPedestalCopy.[h,cc], MMcPedestalNSBAdd.[h,cc],
4128 MPedPhotCalc.[h,cc], MPedPhotCam.[h,cc], MPedPhotPix.[h,cc],
4129 MPedCalcPedRun.[h,cc], MPedestalCam.[h,cc],
4130 MPedestalPix.[h,cc]:
4131 - moved from manalysis to mpedestal
4132
4133 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h,
4134 mpedestal/PedestalIncl.h:
4135 - added
4136
4137 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4138 manalysis/AnalysisIncl.h:
4139 - removed files above
4140
4141 * mbadpixels/Makefile:
4142 - added mpedestals
4143
4144 * Makefile:
4145 - added mpedestals
4146
4147
4148 2004/04/22: Antonio Stamerra
4149
4150 * mmain/MEventDisplay.cc
4151 - Added new tab "Trigger" adding a new MHEvent (evt9),
4152 filled through the MMcTriggerLvl2 container.
4153 A new MFillH task for evt9 and MMcTriggerLvl2Calc task
4154 have been added.
4155
4156 * mhist/MHEvent.[h,cc]
4157 - Added new event type kEvtTrigPix
4158
4159 * manalysis/MMcTriggerLvl2.[h,cc]
4160 - The class now inherits from MCamEvent
4161 - Added the methods GetPixelContent and DrawPixelContent (from MCamEvent)
4162 - Added the method IsPixelInTrigger that returns kTRUE if a pixels
4163 is in the trigger region
4164
4165 * manalysis/MMcTriggerLvl2Calc.[h,cc]
4166 - Added the methods CheckRunType and ReInit to check if the file is MC.
4167
4168 * mhistmc/Makefile
4169 - Added the include for mgui
4170
4171
4172 2004/04/22: Markus Gaug
4173
4174 * mcalib/MCalibrate.[h,cc]
4175 - introduced flat-fielding of charges for the muon calibration,
4176 accessible with SetCalibrationMode(kFlatCharge)
4177
4178 * manalysis/MPedCalcPedRun.cc
4179 - added a SetReadyToSave() at the end of PostProcess
4180
4181 * mjobs/Makefile
4182 - added include of mraw
4183
4184 * mjobs/MJCalibration.cc
4185 - added MRawFileRead for option SetDataCheck()
4186
4187 * mjobs/MJPedestal.cc
4188 - added MRawFileRead for option SetDataCheck()
4189
4190
4191 2004/04/21: Thomas Bretz
4192
4193 * mbase/MTask.cc, mbase/MTaskList.cc:
4194 - let MTask in list fTaskProcess to be used as a counter
4195
4196 * mdata/MDataChain.[h,cc]:
4197 - added some treatments for combinations of +/- signs
4198
4199 * mfbase/MFilterList.[h,cc]:
4200 - added a new constructor to simplyfy filter-inversions
4201
4202 * mfileio/MReadReports.cc:
4203 - added comment
4204
4205 * mhbase/MBinning.[h,cc]:
4206 - added new constructor to simplify calls in macros
4207
4208 * mhbase/MFillH.[h,cc]:
4209 - added fDrawOption to be used in MStatusDisplay
4210
4211 * mhist/MHFalseSource.cc:
4212 - added comment
4213
4214
4215
4216 2004/04/20: Thomas Bretz
4217
4218 * macros/derotatedc.C
4219 - added tutorial macro plotting derotated dc currents
4220
4221 * mhist/MHCamEventRot.[h,cc]:
4222 - added histogram to be filled with derotated MCamEvents
4223
4224
4225
4226 2004/04/18: Abelardo Moralejo
4227
4228 * mgeom/MGeomCam.h
4229 - Update class version to 4 (necessary after M. Gaug's change
4230 of the type of member fMaxRadius.
4231
4232
4233
4234 2004/04/16: Abelardo Moralejo
4235
4236 * mcalib/MCalibrationQEPix.[h,cc]
4237 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
4238 changed via SetAverageQE. Made public GetAverageQE and
4239 GetAverageQERelVar (this changes needed for MC).
4240
4241 * mcalib/MMcCalibrationCalc.[h,cc]
4242 * manalysis/MMcCalibrationUpdate.[h,cc]
4243 - Adapted to M. Gaug's changes in calibration classes. Behaviour
4244 has been tested to be the same as before those changes. Now the
4245 conversion factor from ADC counts to photoelectrons, and the
4246 average QE (photons->photoelectrons) are calculated independently
4247 (and later combined by MCalibrate to obtain the conversion
4248 ADC->photons).
4249
4250 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
4251 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
4252 only MC display. This was necessary because if electronic noise
4253 is simulated in the FADC, sometimes saturated slices look not
4254 saturated due to negative fluctuations, so it is better to set
4255 the saturation limit at a safe value (240 ADC counts). Changed
4256 signal integration range (only for MC), now from slices 5 to 10.
4257
4258 * msignal/MExtractSignal3.[h,cc]
4259 - Changed name of function SetRange for the more adecquate
4260 "SetWindows". No change in behaviour of the function.
4261
4262
4263
4264 2004/04/16: Markus Gaug
4265
4266 * msignal/MExtractSignal.cc
4267 - commited proposed larger default window from fgLast = 10 to
4268 fgLast = 14, because in March the pulses have moved to later
4269 arrival times.
4270 - removed some inconsistency with slice numbering in FindSignal()
4271 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
4272 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
4273
4274 * msignal/MExtractSignal2.cc
4275 - committed the proposed smaller window egdes from fgFirst=0 to
4276 fgFirst = 3, because in March some of the high-gain pulses reach
4277 into the "low-gain samples" and mislead thus sliding window to
4278 be maximized on the tail of the high-gain pulse.
4279
4280 * mcalib/MHPedestalPix.cc
4281 - fixed a bug which made normalization to values per slice not happen
4282
4283 * macros/pedestalstudies.C
4284 - fixed and documented
4285
4286
4287
4288 2004/04/15: Markus Gaug
4289
4290 * macros/calibration.C
4291 - added a function FindColor() to extract the colour by filename,
4292 works if there is indeed a colour or if the run nubmer is smaller
4293 than 20000 -> take ct1
4294
4295 * macros/bootcampstandardanalysis.C
4296 * macros/pedphotcalc.C
4297 * macros/calibrate_data.C
4298 - updated the macro to the cvs-standard used at the Udine bootcamp
4299
4300 * mcalib/MCalibrateRelTimes.[h,cc]
4301 * mcalib/Makefile
4302 * mcalib/CalibLinkDef.h
4303 - new class to calibrate the relative times
4304
4305 * manalysis/MGeomApply.cc
4306 - added MArrivalTime::Init()
4307
4308 * msignal/MArrivalTime.[h,cc]
4309 - added array fDataErr
4310
4311 * macros/rootlogon.C
4312 - added directories mbadpixels and mjobs
4313
4314 * mcalib/MCalibrationQEPix.cc
4315 - set the fAvNorm variables to 1 in Clean()
4316
4317 * manalysis/MPedPhotCalc.[h,cc]
4318 - included possibility to use an MBadPixelsCam
4319
4320
4321
4322 2004/04/14: Thomas Bretz
4323
4324 * manalysis/MCerPhotEvt.[h,cc]:
4325 - fixed a bug which caused a missing last pixel (in most cases
4326 Index 576)
4327
4328 * manalysis/MCerPhotPix.cc:
4329 - fixed output in Print
4330
4331 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
4332 - added missing SetCalibrationMethod
4333
4334 * mbadpixels/MBadPixelsCam.[h,cc]:
4335 - added copy constructor
4336
4337 * mbadpixels/MBadPixelsMerge.cc:
4338 - added comments
4339
4340 * mraw/MRawRunHeader.[h,cc]:
4341 - added new run-type (kRTPointRun=7)
4342
4343 * mmain/MEventDisplay.cc:
4344 - fixed the broken cleaning levels
4345
4346
4347
4348 2004/04/14: Markus Gaug
4349
4350 * mcalib/MCalibrationQEPix.cc
4351 - found a bug in the calculation of the error, fixed
4352
4353 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
4354 - replaced SetCalibrationMethod by SetCalibrationMode
4355
4356 * htmldoc/images/CalibClasses.gif
4357 * htmldoc/images/RelTimeClasses.gif
4358 - two schemes used in the class descriptions
4359
4360 * mcalib/MHCalibrationCam.[h,cc]
4361 - included function GetAverageAreas() and GetAverageSectors() like
4362 in MCalibrationCam
4363
4364 * mjobs/MJCalibration.[h,cc]
4365 - included calibration of rel.Times, to be chosen with a flag
4366 RelTimeCalibration()
4367 - signal extractor and arrival time extractor can be chosen by
4368 flags as well (see Class description)
4369
4370
4371 * mbadpixels/MBadPixelsCam.cc
4372 - add two new types in GetPixelContent, add documentation of
4373 GetPixelContent
4374
4375 * msignal/MArrivalTimeCalc2.cc
4376 - commented the warning for pixels with lowgain saturation
4377
4378
4379
4380 2004/04/13: Markus Gaug
4381
4382 * macros/dohtml.C
4383 - included directory mbadpixels
4384
4385 * mcalib/MCalibrationPix.[h,cc]
4386 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
4387 errors
4388
4389 * mcalib/MCalibrationChargeCam.[h,cc]
4390 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
4391 - updated GetPixelContents
4392 - updated class documentation
4393
4394 * mgeom/MGeomMirror.h
4395 - include <TVector3.h>, otherwise it does not compile on my machine
4396
4397 * mjobs/MJPedestals.cc
4398 * mjobs/MJCalibration.cc
4399 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
4400 bug in MBadPixelsMerge is resolved (see bugtracker).
4401
4402 * mcalib/MHCalibrationChargePINDiode.cc
4403 - return in Draw() if histogram is empty (otherwise segm. violation
4404 in eventloop
4405
4406 * msignal/MExtractedSignalCam.cc
4407 - intialize variables by default to 0.
4408
4409 * mcalib/MHCalibrationChargeCam.[h,cc]
4410 - pointer to fSig is not stored, somehow, when running MJCalibration
4411 Don't know why. Removed and stored some variables instead
4412
4413 * mjobs/MJCalibration.[h,cc]
4414 - updated documentation, updated QE Cam
4415 - set the pulser colour (now obligatory)
4416 - set the possibility to choose different displays
4417
4418 * mcalib/MCalibrationChargeCalc.cc
4419 - set the pulser colour (now obligatory)
4420
4421 * mcalib/MCalibrationChargePix.[h,cc]
4422 - put GetRSigmaPerCharge into this class
4423
4424
4425
4426 2004/04/13: Thomas Bretz
4427
4428 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
4429 - enhanced comments
4430 - added some new features
4431
4432 * mbase/MAGIC.h:
4433 - removed some empty lines
4434
4435 * mfileio/MWriteRootFile.cc:
4436 - fixed a compiler warning
4437
4438 * mgeom/MGeomCorsikaCT.h:
4439 - removed obsolete include of TArrayF
4440
4441 * mgeom/MGeomMirror.[h,cc]:
4442 - replaced fReflector by *fReflector
4443
4444 * mmain/MGDisplayAdc.cc:
4445 - fixed a bug which caused the wrong histogram entry to be
4446 displayed
4447
4448
4449
4450 2004/04/10: Markus Gaug
4451
4452 * macros/dohtml.C
4453 - included directory mjobs
4454
4455 * mjobs/MJCalibration.[h,cc]
4456 - added and updated documentation (not yet ready)
4457
4458 * htmldoc/images/CalibClasses.gif
4459 - scheme of the calibration classes, used for documentation in
4460 MJCalibration.cc
4461
4462
4463
4464 2004/04/10: Thomas Bretz
4465
4466 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
4467 - added comments
4468
4469 * macros/starfield.C:
4470 - added
4471
4472 * mastro/Makefile, mastro/AstroLinkDef.h
4473 - added MAstroCamera
4474
4475
4476
4477 2004/04/09: Markus Gaug
4478
4479 * mcalib/MHCalibrationChargePINDiode.[h,cc]
4480 * mcalib/MHCalibrationChargeCam.[h,cc]
4481 * mcalib/MHCalibrationChargeCalc.[h,cc]
4482 - put abs. time consistency check from MCalibrationChargeCalc into
4483 MHCalibrationChargePINDiode and MHCalibrationChargeCam
4484
4485 * mcalib/MHCalibrationCam.[h,cc]
4486 * mcalib/MHCalibrationChargeCalc.[h,cc]
4487 - number of used FADC slices also stored in MHCalibrationCam,
4488 MHCalibrationChargeCalc needs no pointer to the signal extractors
4489 any more -> removed
4490
4491 * mcalib/MCalibrationChargePINDiode.[h,cc]
4492 * mcalib/MCalibrationChargeBlindPix.[h,cc]
4493 * mcalib/MCalibrationCam.[h,cc]
4494 - put a default pulser color kNONE
4495
4496 * manalysis/MPedestalCam.[h,cc]
4497 * manalysis/MPedCalcPedRun.[h,cc]
4498 * manalysis/MGeomApply.cc
4499 - added average pixels in the way like it is done in MCalibrationCam
4500
4501
4502
4503 2004/04/08: Thomas Bretz
4504
4505 * mfbase/MF.cc:
4506 - optimized output
4507
4508 * mfbase/MFilterList.cc:
4509 - added some comments
4510
4511 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
4512 - added SortFiled-option -- RAQUEL, this is for you!
4513
4514 * mfileio/MWriteRootFile.cc:
4515 - class AddSerialNumber in AddContainer
4516
4517 * mhist/MHFalseSource.[h,cc]:
4518 - optimized setting of hist maximum
4519 - added more source dependant cuts
4520 - changed display layout
4521 - scale number of entries to correct for different acceptance
4522 (not perfect, but the best I can currently do)
4523
4524 * mimage/MHHillasExt.[h,cc]:
4525 - added new histogram for fMaxDist
4526
4527 * mimage/MHNewImagePar.[h,cc]:
4528 - added new histograms for Used/CoreArea
4529
4530 * mimage/MHillasCalc.cc:
4531 - optimized output
4532
4533 * mimage/MHillasExt.cc:
4534 - fMaxDist got a sign
4535
4536 * mimage/MNewImagePar.[h,cc]:
4537 - enhanced comments
4538 - added new Print() member function
4539
4540 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
4541 - forward geomcam to newimgepar.Print()
4542
4543
4544
4545 2004/04/08: Markus Gaug
4546
4547 * mcalib/MCalibrationChargeCalc.[h,cc]
4548 * mcalib/MCalibrationChargeCam.[h,cc]
4549 * mcalib/MCalibrationChargePix.[h,cc]
4550 * mcalib/MCalibrationChargeBlindPix.[h,cc]
4551 * mcalib/MCalibrationChargePINDiode.[h,cc]
4552 - put calculation of photon fluxes with the three methods into
4553 MCalibrationChargeCalc
4554 - reorganized calculations in a better readable way (hopefully!)
4555
4556 * mbase/MAGIC.h
4557 * mcalib/MCalibrationCam.[h,cc]
4558 * mcalib/MCalibrationQECam.[h,cc]
4559 * mcalib/MCalibrationQEPix.[h,cc]
4560 - put PulserColor_t away from MAGIC.h into MCalibrationCam
4561 - full implementation of the QE-calibration from MCalibrationQEPix
4562
4563 * msignal/MExtractBlindPixel.cc
4564 - removed warning about low-gain saturation of Blind pixel
4565
4566 * mcalib/MCalibrate.[h,cc]
4567 * mcalib/MCalibrateData.[h,cc]
4568 * mcalib/MMcCalibrationCalc.[h,cc]
4569 * manalysis/MMcCalibrationUpdate.[h,cc]
4570 - conversion factors now separated into FADC2phe and then into
4571 call to average Quantum efficiency.
4572
4573
4574 2004/04/07: Markus Gaug
4575
4576 * mcalib/MHGausEvents.[h,cc]
4577 - added fBlackout events
4578
4579
4580
4581 2004/04/06: Thomas Bretz
4582
4583 * mcalib/MCalibrationCam.[h,cc]:
4584 - simplified call to initialization by new function Init()
4585
4586 * mcalib/MH*.cc:
4587 - fixed some warnings (comparision between signed and unsigned)
4588
4589 * manalysis/MGeomApply.cc:
4590 - use new Init-funtion of MCalibrationCam
4591
4592 * mastro/MAstro.cc:
4593 - some fixes to the conversion functions
4594
4595 * mastro/MAstroCamera.[h,cc]:
4596 - added comments
4597 - changed argument type of AddPrimitives
4598
4599 * mastro/MAstroCatalog.[h,cc]:
4600 - many changes to make it possible to overlay the
4601 catalog on top of a 2D histogram
4602
4603 * mbase/MEvtLoop.cc:
4604 - fixed estimation of run-time
4605
4606 * mbase/MMath.[h,cc]:
4607 - added member functions for signed significances
4608
4609 * mbase/MParContainer.cc:
4610 - changed GetterMethod() to support double reference data mebers
4611
4612 * mbase/MStatusDisplay.cc:
4613 - removed some obsolete debug outputs
4614
4615 * mbase/MTask.[h,cc]:
4616 - removed fNumExecutions, fStopwatch already counts the calls
4617 - slight chagnes to output of PrintStatistics
4618
4619 * mbase/MTaskList.[h,cc]:
4620 - slight chagnes to output of PrintStatistics
4621
4622 * mbase/MTime.cc:
4623 - removed +TwoPi from GetGmst
4624
4625 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
4626 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
4627 mcamera/MCameraPowerSupply.h:
4628 - added missing Getter functions
4629
4630 * mcamera/MCameraHV.h:
4631 - removed obsolete data-meber fMean
4632
4633 * mdata/DataLinkDef.h:
4634 - added MDataFormula
4635
4636 * mdata/MDataChain.cc, mdata/Makefile:
4637 - enhanced dosumentation
4638 - implemented use of multi argument functions
4639 - added ^-operator
4640
4641 * mdata/MDataList.[h,cc]:
4642 - added ^-operator
4643 - enhanced IsValid
4644
4645 * mfbase/MFilterList.cc:
4646 - changed a warn-output to inf
4647
4648 * mgeom/MGeomCam.[h,cc]:
4649 - added getter returning index corresponding to XY
4650
4651 * mgeom/MGeomPix.[h,cc]:
4652 - added getter IsInside
4653
4654 * mhist/MHCamera.cc:
4655 - Return 0 in GetMean if no entries
4656
4657 * mhist/MHFalseSource.[h,cc]:
4658 - removed conversion stuff (mm/deg)
4659 - slight change to calculation of significance
4660 - added dist-cuts
4661 - added histogram showing number of entries
4662 - added display of catalog
4663
4664 * mhist/MHStarMap.cc:
4665 - added comment
4666
4667 * mimage/MHillasExt.[h,cc]:
4668 - changed class version to 3
4669 - added new data-member fMaxDist
4670
4671 * mimage/MNewImagePar.[h,cc]:
4672 - added new data member fUsedArea and fCoreArea
4673
4674 * mmc/MMcConfigRunHeader.h:
4675 - readded GetMirrors (WHY WAS IT GONE?)
4676
4677 * mpointing/MPointingPos.[h,cc]
4678 - implemented Getter to get coordinates in rad
4679
4680 * mpointing/MSrcPosCalc.[h,cc]:
4681 - fixed direction of rotation
4682 - for the moment do use fTime
4683
4684
4685
4686 2004/04/06: Markus Gaug
4687
4688 * mcalib/MCalibrationChargePix.[h,cc]
4689 - change names of the GetLoGain*() functions to
4690 GetConvertedLoGain*() for better clarity
4691
4692 * mcalib/MCalibrationChargeCam.[h,cc]
4693 - updated and enlarged documentation
4694
4695 * mcalib/MHCalibrationChargeCam.cc
4696 * mcalib/MHCalibrationRelTimeCam.cc
4697 - set the arrays by use of memset
4698 - initialize TObjArrays with the Init-Function
4699
4700
4701 2004/04/05: Markus Gaug
4702
4703 * msignal/MExtractedSignalPINDiode.h
4704 - new function GetLastUsedSlice()
4705
4706 * mcalib/MCalibrationChargeCalc.[h,cc],
4707 * mcalib/MCalibrationChargeCam.cc:
4708 - holds also pointers to MExtractedSignalPINDiode and
4709 MExtractedSignalBlindPixel and does the checks inside the task
4710 (instead of inside the containers)
4711
4712 * mcalib/MCalibrationChargeBlindPix.[h,cc],
4713 * mcalib/MCalibrationChargePINDiode.[h,cc]:
4714 - updated and enlarged documentation
4715
4716 * mcalib/MHCalibrationChargePINDiode.cc
4717 * mcalib/MHCalibrationChargeCam.[h,cc]
4718 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
4719 - rename arrays of fAverageSigmaErr to AverageSigmaVar
4720
4721 * mcalib/MCalibrationPix.[h,cc]
4722 * mcalib/MCalibrationChargePix.[h,cc]
4723 * mcalib/MCalibrationChargeBlindPix.[h,cc]
4724 * mcalib/MCalibrationChargePINDiode.[h,cc]
4725 - add Getters to the relative variance
4726
4727 * mcalib/MHGausEvents.[h,cc]
4728 * mcalib/MCalibrationPix.[h,cc]
4729 * mcalib/MHCalibrationCam.cc
4730 - add to Pickup also Blackout events
4731
4732
4733 2004/04/05: Nadia Tonello
4734
4735 * mbadpixels/MBadPixelsTreat.cc
4736 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
4737
4738
4739
4740 2004/04/02: Markus Gaug
4741
4742 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
4743 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
4744 mcalib/MCalibrationRelTimeCam.[h,cc],
4745 mcalib/MCalibrationRelTimePix.[h,cc]:
4746 - updated and enlarged documentation
4747
4748 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
4749 mcalib/MHCalibrationChargePix.[h,cc],
4750 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
4751 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
4752 mcalib/MHCalibrationChargeBlindPix.[h,cc],
4753 mcalib/MHCalibrationChargePINDiode.[h,cc]:
4754 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
4755 ChangeHistId() into MHGausEvents (before in the derived classes)
4756 - put fChargeNbins, fChargeFirst, fChargeLast,
4757
4758 * mcalib/MHCalibrationRelTimePix.[h,cc]:
4759 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
4760 into MHGausEvents as fNbins, fFirst and fLast
4761
4762 * mcalib/MHCalibrationRelTimePix.[h,cc]:
4763 - remove Renormalization to time slices. Need to think about
4764 more direct way to implement
4765
4766 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
4767 mcalib/MHCalibrationChargeCam.[h,cc],
4768 mcalib/MHCalibrationRelTimeCam.[h,cc]:
4769 - put most of the functionality into the base class MHCalibrationCam
4770 - derived classes overload the functions SetupHists, ReInitHists,
4771 FillHists, FinalizeHists and FinalizeBadPixels.
4772 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
4773 FitLoGainHists and InitHists can be used from base class.
4774
4775 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
4776 mcalib/MCalibrationRelTimePix.[h,cc]:
4777 - put most of the functionality into the base class MCalibrationPix
4778 - other two classes derive now from MCalibrationPix
4779
4780 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
4781 mcalib/MCalibrationRelTimeCam.[h,cc]:
4782 - put most of the functionality into the base class MCalibrationCam
4783 - other two classes derive now from MCalibrationCam
4784 - calls to MCalibration*Cam[i] now have to cast!
4785
4786 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
4787 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
4788 * mcalib/MCalibrationChargeCalc.cc:
4789 - cast calls to MCalibration*Cam[i]
4790
4791 * manalysis/MGeomApply.cc
4792 - add initialization MCalibrationRelTimeCam
4793 - add intialization of average pixels
4794
4795
4796
4797 2004/04/02: Abelardo Moralejo
4798
4799 * msignal/MExtractSignal3.[h,cc]
4800 - added. Alternative method for signal extraction. Uses sliding
4801 window from event to event, but a common window for all pixels
4802 in an event.
4803
4804 * msignal/Makefile, SignalLinkDef.h
4805 - added MExtractSignal3.
4806
4807
4808
4809 2004/04/02: Markus Gaug
4810
4811 * mbadpixels/MBadPixelsPix.h
4812 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
4813 enum
4814
4815 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
4816 mcalib/Makefile, mcalib/CalibLinkDef.h:
4817 - two new base classes for general calibration storage containers,
4818 contain average pixel storage functionality
4819
4820 * mcalib/MCalibrationRelTimeCam.[h,cc],
4821 mcalib/MCalibrationRelTimePix.[h,cc]:
4822 - new storage container for the rel. time calibration results, derive
4823 from MCalibrationPix, MCalibrationCam
4824
4825
4826
4827 2004/04/01: Markus Gaug
4828
4829 * msignal/MArrivalTimeCalc.[h,cc]
4830 - set fSaturationLimit as a variable with default (instead of 0xff)
4831
4832 * mcalib/MHCalibrationChargeCam.[h,cc]
4833 mcalib/MCalibrationChargeCam.[h,cc]
4834 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
4835 - add average pixels per sector
4836
4837 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
4838 mcalib/MHCalibrationRelTimePix.[h,cc]:
4839 - moved BypassFit() function to MHGausEvents
4840
4841 * mcalib/MHCalibrationChargeCam.[h,cc]:
4842 - updated and enlarged documentation
4843 - derives now from mcalib/MHCalibrationCam
4844
4845 * mcalib/MCalibrationChargePix.[h,cc]:
4846 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
4847
4848 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
4849 - new base class for all MHCalibration*Cam object, contains the average
4850 pixel functionality
4851
4852
4853
4854 2004/03/31: Markus Gaug
4855
4856 * mcalib/MHCalibrationChargeCam.[h,cc],
4857 mcalib/MCalibrationChargeCam.[h,cc],
4858 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
4859 - make the average pixel independent on camera geometry, i.e.
4860 one average pixel per MGeomPix::Aidx
4861
4862
4863
4864 2004/03/31: Abelardo Moralejo
4865
4866 * mmc/MMcConfigRunHeader.[h,cc]
4867 - updated to current version (3) in camera program. Added member
4868 fLightCollectionFactorOuter so that we can store the data on
4869 the simulatedlight collection efficiency (light guides +
4870 plexiglas +...) as a function of incidence angle for outer and
4871 inner pixels independently. Added getters for this information
4872 on light collection efficiency.
4873
4874
4875
4876 2004/03/30: Markus Gaug
4877
4878 * mcalib/MHGausEvents.[h,cc],
4879 mcalib/MHCalibrationChargePix.[h,cc],
4880 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
4881 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
4882 mcalib/MHCalibrationChargeBlindPix.[h,cc],
4883 mcalib/MHCalibrationChargePINDiode.[h,cc],
4884 mcalib/MHCalibrationRelTimeCam.[h,cc],
4885 mcalib/MHCalibrationRelTimePix.[h,cc],
4886 mcalib/MHPedestalPix.[h,cc],
4887 mcalib/MHPedestalCam.[h,cc]:
4888 - updated and enlarged documentation
4889
4890
4891
4892 2004/03/30: Abelardo Moralejo
4893
4894 * mmc/MMcFadcHeader.hxx
4895 - updated to current version (4) in camera program.
4896
4897
4898
4899 2004/03/29: Markus Gaug
4900
4901 * manalysis/MSourcePosFromStarPos.cc
4902 - replaced fabs(ival) by TMath::Abs(ival)
4903
4904 * mbadpixels/MBadPixelsPix.h
4905 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
4906
4907 * mbadpixels/MBadPixelsPix.cc
4908 - put some documentation in the header
4909
4910 * mcalib/MHCalibrationChargeCam.cc
4911 mcalib/MCalibrationChargeCam.cc
4912 mbadpixels/MBadPixelsCam.cc
4913 - adopt to new style in MBadPixelsPix.h
4914
4915 * mcalib/MCalibrationChargeCalc.[h,cc]
4916 mcalib/MCalibrationChargePix.[h,cc]
4917 - move consistency checks from Pix to Calc
4918
4919 * mcalib/MHGausEvents.[h,cc]
4920 - fixed axes for event and fourier spectrum Draw
4921
4922 * mcalib/MHCalibrationChargePix.[h,cc]
4923 mcalib/MHCalibrationChargeCam.[h,cc]
4924 - moved definition of pulser frequency to MHCalibrationChargeCam
4925
4926
4927
4928 2004/03/24: Thomas Bretz
4929
4930 * mbase/MMath.cc:
4931 - now SignificanceLiMa returns 0 in case sum==0
4932
4933
4934
4935 2004/03/23: Thomas Bretz
4936
4937 * mbase/MContinue.cc, mhbase/MH.cc:
4938 - changed a warning message to an inf-message
4939
4940 * mfileio/MReadTree.cc:
4941 - added an additional logging message when adding files to a
4942 chain successfully.
4943
4944 * mbase/MProgressBar.cc:
4945 - fixed initial size
4946
4947 * mastro/MAstro.[h,cc]:
4948 - changed the code for the rotation angle back to its original
4949 shape. The definition I tried to introduced was already
4950 correctly implemented (assuming that sin is the x-component
4951 of the vector I had it wrong in my mind twice, using
4952 atan2(y,x) everywhere I did recognize it...)
4953
4954 * mreport/MReport.cc:
4955 - fixed a bug which caused a crash when the time is not valid
4956
4957 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
4958 - fixed: v.Roatete() must be v=v.Rotate()
4959 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
4960 or MObservatory (leaving out the corresponding translations)
4961
4962
4963
4964 2004/03/22: Markus Gaug
4965
4966 * mfileio/Makefile, mimage/Makefile
4967 - mpointing included
4968
4969
4970
4971 2004/03/22: Thomas Bretz
4972
4973 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
4974 - added
4975
4976 * mastro/MAstro.[h,cc]:
4977 - added code to calculate rotationangle previously in MObservatory
4978 - changed definition of rotation angle such, that it is now
4979 180deg if Ra and Az grid is parallel
4980
4981 * mastro/MAstroCatalog.[h,cc]:
4982 - fixes and enhancements to the display (such as misscalculated
4983 number of grid lines, title display, etc)
4984 - enhancements to the output
4985 - generalized creation of grid - for further usage
4986
4987 * mastro/MAstroSky2Local.[h,cc]:
4988 - replaced calculation of rotation angle by the function in
4989 MAstro
4990
4991 * mastro/MObservatory.[h,cc]:
4992 - small changes to Print output
4993 - moved code for calculation of rotation angle to MAstro
4994
4995 * mbase/MEvtLoop.cc:
4996 - do not output number of events per second if no events processed
4997
4998 * mbase/MParList.cc:
4999 - updated some comments
5000
5001 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
5002 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
5003 mreport/MReportFileRead.cc:
5004 - output error string if file cannot be opened
5005
5006 * mfileio/MReadTree.cc:
5007 - output name of chain which is scanned
5008
5009 * mimage/MConcentration.cc:
5010 - replaced loop by iterator
5011 - removed obsolete (unused) variables
5012
5013 * mimage/MHNewImagePar.[h,cc]:
5014 - fixed display colors
5015
5016 * mpointing/MPointingPos.[h,cc]:
5017 - added member function to calculate rotation angle
5018 - added comments
5019
5020 * mpointing/Makefile:
5021 - added include MAstro
5022
5023 * manalysis/MSrcPosCam.[h,cc]:
5024 - moved to mpointing
5025
5026 * mpointing/MSrcPosCalc.[h,cc]:
5027 - added: Derotates a star in the camera into MSrcPosCam
5028
5029 * mpointing/Makefile, mpointing/PointingLinkDef.h:
5030 - added MSrcPosCam
5031 - added MSrcPosCalc
5032
5033 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5034 - removed MSrcPosCam
5035
5036 * mmain/Makefile:
5037 - added include for mpointing
5038
5039 * manalysis/AnalysisIncl.h:
5040 - removed TVector2
5041
5042 * mbase/MParContainer.h:
5043 - added new abstract virtual member function SetVariables
5044 (to be used in fits)
5045 - addeed some text to class description
5046
5047 * mdata/MData.cc:
5048 - added comment
5049
5050 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
5051 mdata/MDataList.[h,cc], mdata/MDataMember.h,
5052 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
5053 - added SetVariables
5054
5055 * mdata/MDataChain.[h,cc]:
5056 - added support for indexed variables [i]
5057 - added SetVariables
5058
5059 * mdata/MDataValue.[h,cc]:
5060 - added support for variable values (through SetVariables)
5061 - added support for an index
5062 - added SetVariables
5063
5064 * mfbase/MF.[h,cc]:
5065 - removed support for {}. This case is now detected
5066 automatically
5067 - added SetVariables
5068 - added support for expressiond like
5069 "MHillas.fLength<2*MHillas.fWidth"
5070
5071 * mfbase/MFDataChain.[h,cc]:
5072 - added fCond data member
5073 - addednew constructor to support fCond
5074 - added support for new condition type
5075 - adapted Print and GetRule
5076
5077 * mimage/MNewImagePar.[h,cc]:
5078 - added some comments
5079
5080 * mhist/MHStarMap.[h,cc]:
5081 - fixed to use the correct MPointingPos instead of the
5082 deprecated MMcEvt. Use MPointingPosCalc to copy the
5083 pointing position from MMcEvt to MPointingPos
5084
5085 * mbase/MMath.[h,cc]:
5086 - added, which currently only implements calculation of
5087 significance and Li/Ma significance
5088
5089 * mbase/Makefile, mbase/BaseLinkDef.h:
5090 - added MMath
5091
5092
5093
5094 2004/03/19: Markus Gaug
5095
5096 * mcalib/MHCalibrationChargePix.cc
5097 - added some style to the default Draw in order to see the
5098 label and axis titles better
5099
5100 * mcalib/MHCalibrationChargeCam.[h,cc]
5101 - store and display more information on the average pxiels
5102
5103 * mcalib/MCalibrationCam.cc
5104 - the GetPixelContent flag were not correct any more, fixed them
5105
5106 * macros/calibration.C
5107 - fixed GetPixelContent flags
5108 - draw radial profile of the variables
5109
5110 * mjobs/MJCalibration.cc
5111 - fixed GetPixelContent flags
5112 - introduced RadialProfile for some displays
5113 - removed some not so important displays
5114
5115 * manalysis/MGeomApply.cc
5116 - included MCalibrationQECam to be initialized
5117
5118 * mcalib/MCalibrationChargePix.[h,cc],
5119 mcalib/MCalibrationQEPix.[h,cc]:
5120 - replace DefinePixId by SetPixId
5121
5122 * mcalib/MCalibrationChargeCalc.[h,cc]
5123 - added MCalibrationQECam
5124 - cleaned the code up a little
5125 - give more information at the end
5126
5127 * mcalib/MCalibrationChargePix.[h,cc]
5128 - took out fNumLoGainSampels whihc is not needed any more because
5129 conversion is only done in the getters
5130 - Canceled function ApplyLoGainConversion (for same reason)
5131
5132 * msignal/MExtractSignal2.cc
5133 - remove uncommented piece of code
5134
5135 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
5136 - remove warning about pixel with low gain saturation,
5137 now in MBadPixelsPix
5138
5139 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
5140 - added new flag: kDeviatingNumPhes
5141
5142 * mcalib/MCalibrationChargePix.cc
5143 - check for mean arr. time in last bin replaced by check in last
5144 two bins
5145
5146 * mcalib/MCalibrationChargePix.[h,cc],
5147 mcalib/MCalibrationChargeCam.cc,
5148 mcalib/MHCalibrationChargeCam.cc:
5149 - removed flag kHiGainFitted, kLoGainFitted, since they are
5150 available from MBadPixelsPix
5151
5152 * macros/calibration.C, macros/calibrate_data.C
5153 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
5154 corrected them
5155
5156
5157
5158 2004/03/18: Raquel de los Reyes
5159
5160 * macros/DAQDataCheck.C
5161 - macro to check the data from the DAQ system (.raw files).
5162
5163
5164
5165 2004/03/18: Thomas Bretz
5166
5167 * manalysis/AnalysisIncl.h:
5168 - added TVector2
5169
5170 * manalysis/MSrcPosCam.[h,cc]:
5171 - added Getter/Setter using TVector2
5172
5173 * mhbase/MH.cc:
5174 - fixed GetMinimumGT for TH2 and TH3
5175
5176 * mpointing/MPointingPos.h:
5177 - added Getter/Setter for Ra/Dec
5178
5179 * mpointing/MPointingPosCalc.cc:
5180 - fill Ra/Dec into MPointingPos
5181
5182
5183
5184 2004/03/18: Markus Gaug
5185
5186 * mgeom/MGeomCam.[h,cc]
5187 - replace fMaxRadius by a TArrayF of pixel area types
5188 - new TArrayF fMinRadius of each pixel area type
5189 - backward compatibility should be given,
5190 call to GetMaxRadius() returns the value for the whole camera
5191 (which corresponds to the previous value for the Magic camera)
5192
5193 * mimage/MConcentration.cc
5194 - fixed on flog to fLog in order to compile
5195
5196
5197
5198 2004/03/17: Thomas Bretz
5199
5200 * mastro/MAstroCatalog.[h,cc]:
5201 - some simplifications and changes
5202
5203 * mastro/MAstroCatalog.[h,cc]:
5204 - some simplifications and changes
5205
5206 * mastro/MAstroSky2Local.[h,cc]:
5207 - rotation matrix from sky to local coordinates
5208 - added
5209
5210 * mastro/Makefile, mastro/AstroLinkDef.h:
5211 - MAstroSky2Local added
5212
5213 * mraw/MRawEvtPixelIter.cc:
5214 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
5215 accelerated and fixed (the first slice was compared to itself
5216 and the last slice was not taken into account)
5217
5218 * manalysis/MCerPhotAnal2.cc:
5219 - fixed a bug in the new treatment of lo-gains
5220
5221 * mhvstime/MHPixVsTime.cc:
5222 - fixed missing initialization of fTypeErr in constructor
5223
5224 * mimage/MHillas.[h,cc]:
5225 - implemented member function which returns MeanX/Y as TVector2
5226
5227 * mimage/ImageIncl.h:
5228 - added TVector2
5229
5230 * manalysis/MCerPhotEvt.[h,cc]:
5231 - fixed a bug in AddPixels which - in some special circumstances -
5232 cutted pixels with high pixel indices
5233
5234
5235
5236 2004/03/17: Antonio Stamerra
5237
5238 * macros/datatrigcheck.C
5239 - added macro for time and trigger data-checking
5240
5241
5242
5243 2004/03/17: Abelardo Moralejo
5244
5245 * manalysis/MSourcePosfromStarPos.cc
5246 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
5247 compile.
5248
5249 * macros/starmc.C
5250 - added parameter accepted_fraction to select fraction of events
5251 to be processed (useful to make smaller outputs).
5252
5253
5254
5255 2004/03/17: Wolfgang Wittek
5256
5257 * manalysis/MSigmabar.[h,cc]
5258 - correct calculation of sector, which was wrong
5259
5260
5261
5262 2004/03/16: Markus Gaug
5263
5264 * mhist/MHCamera.[h,cc]
5265 - added function RadialProfile which returns a TProfile of the
5266 value along the radius from the camera center
5267
5268
5269
5270 2004/03/16: Oscar Blanch Bigas
5271
5272 * mimage/MConcentration.[h,cc]
5273 - new class for Concentration stuff.
5274 - It computes and stores Concentration 1-8
5275
5276 * mimage/MNewImagePar.[h,cc]
5277 - New Concentration stuff is moved to MConcentration.
5278
5279 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
5280 - Modifications needed to support and compile new
5281 MConcentration class.
5282
5283
5284
5285 2004/03/16: Thomas Bretz
5286
5287 * mjobs/MJ*.[h,cc]
5288 - removed some obsolete comments
5289 - removed projections from Directory (SetDirectory(0))
5290
5291
5292
5293 2004/03/16: Wolfgang Wittek
5294
5295 * manalysis/MSigmabar.[h,cc]
5296 - calculate sigmabar as mean of individual pedestalRMS
5297 instead of sqrt of mean pedestalRMS^2
5298
5299
5300
5301 2004/03/16: Oscar Blanch
5302
5303 * mimage/MNewImagePar.[h,cc]
5304 - New variables members added: fInnerSize, fInnerLeakage[1,2],
5305 fConc[3-8].
5306 - It is only ready for Magic Camera geometry. It has to be done
5307 MGeomCam base.
5308 - The version ahs not been updated since it was done on the
5309 2004/03/10 by Abelardo.
5310
5311
5312
5313 2004/03/15: Markus Gaug
5314
5315 * mcalib/MCalibrationChargePix.[h,cc],
5316 mcalib/MCalibrationChargeCam.[h,cc],
5317 mcalib/MCalibrationChargeCalc.cc:
5318 - conversion from hi- to logain now not applied until the value is
5319 exported outside the class. This is necessary for the error
5320 propagation in the F-Factor method: In the calculation of the
5321 number of Phe, the conversion factors cancel out and do not
5322 enlarge the errors
5323 - pixels with number of phe's outside the range defined by
5324 fPheFFactorRelErrLimit are not any more declared as:
5325 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
5326 but instead as:
5327 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
5328 Like this, everybody is allowed to calibrate pixels which give
5329 no reasonable results in the calibration without bothering that
5330 too many pixels fall out. Enjoy!
5331 - In that procedure, the classes passed _internally_ from calculation
5332 of sigmas to calculation of variances which saves all the useless
5333 square rooting.
5334 - took out pointers to MCalibrationChargeBlindPix and
5335 MCalibrationChargePINDiode in MCalibrationChargeCam.
5336
5337
5338
5339 2004/03/15: Abelardo Moralejo
5340
5341 * mmc/MMcEvt.hxx
5342 - added getter function for fZFirstInteraction
5343
5344
5345
5346 2004/03/15: Wolfgang Wittek
5347
5348 * mastro/MObservatory.[h,cc]
5349 - remove bugs in RotationAngle(theta, phi, sin, cos)
5350 replaced
5351 cos = sinl + cosl*cosp /denom;
5352 by
5353 cos = (sinl - cosl*cosp) /denom;
5354
5355
5356
5357 2004/03/15: Thomas Bretz
5358
5359 * mastro/MObservatory.[h,cc]:
5360 - implemented RotationAngle(ra, dec, time)
5361
5362 * mbase/MTask.[h,cc]:
5363 - implemented usage of a TStopwatch to retriev time consumtion
5364 informations
5365 - changed PrintStatistics not to print classes having no
5366 Process() function
5367
5368 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
5369 - changed PrintStatistics according to changes in MTask
5370
5371 * mraw/MRawEvtHeader.cc:
5372 - added a comment to Fill member function
5373
5374 * manalysis/MCerPhotEvt.[h,cc]:
5375 - added fLut.Set to FixSize and resize fLut by a factor of 2
5376 instead of +1 which acelerates creation of all pixels a lot
5377
5378 * mbadpixels/MBadPixelsPix.cc:
5379 - fixed a typo
5380
5381 * mfilter/MFSoftwareTrigger.cc:
5382 - made statistics output meaning independant of usage of filter!
5383
5384 * mhbase/MFill.[h,cc]:
5385 - added possibility to give tab a different name
5386
5387 * mhist/MHCamera.cc:
5388 - fixed a bug when determin scale for same-option
5389
5390 * mjobs/MJCalibration.cc:
5391 - changed tab names for MFillH
5392
5393 * mjobs/MJExtactSignal.cc:
5394 - added MRawEvtHeader to output
5395
5396 * mbase/MStatusDisplay.[h,cc]:
5397 - changed displayed year
5398 - read and store MStatusArray to and from files
5399
5400 * mfileio/MReadTree.cc:
5401 - enhanced output
5402
5403 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
5404 - added preliminary mode to display F1/F2/F3-files
5405
5406 * mbase/MStatusArray.[h,cc]:
5407 - added
5408
5409 * mbase/Makefile, mbase/BaseLinkDef.h:
5410 - added MStatusArray
5411
5412 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
5413 - improved drawing MHCamera with 'same' option
5414
5415
5416
5417 2004/03/13: Markus Gaug
5418
5419 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
5420 mcalib/MCalibrationChargePix.[h,cc],
5421 mcalib/MHCalibrationChargeCam.cc,
5422 mcalib/MHCalibrationChargeLoGainPix.cc:
5423 - fixed Low Gain calibration
5424
5425 * mcalib/MHGausEvents.cc:
5426 - changed default fit prob. limit from 0.005 to 0.001
5427
5428 * mbadpixels/MBadPixelsPix.h :
5429 - IsCalibrationResultOK does not ask for FitOK any more
5430
5431 * mcalib/MHCalibrationChargeCam.cc:
5432 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
5433
5434 * mraw/MRawEvtPixelIter.[h,cc]:
5435 - function GetIdxMaxLoGainSamples can be called optionally with
5436 offset (because first "loGain" samples are often in reality
5437 hiGain with high values.
5438
5439
5440
5441 2004/03/12: Sebastian Raducci
5442
5443 * manalysis/Makefile
5444 - added mastro in the include directories
5445
5446
5447
5448 2004/03/12: Thomas Bretz
5449
5450 * merpp.cc:
5451 - added 'force' option
5452
5453 * manalysis/MCerPhotAnal2.cc:
5454 - extract pedestal and pedestal rms from lo-gain if hi-gain not
5455 above a certain athreshold
5456
5457 * mastro/MAstroCatalog.[h,c]:
5458 - added text argument to DrawStar
5459
5460 * mbase/MStatusDisplay.cc:
5461 - some small changes to output of SaveAsPS
5462
5463 * mfilter/MFCosmics.cc:
5464 - changed output of filter statistics
5465
5466 * mbadpixels/MBadPixelsTreat.[h,cc]:
5467 - fixed some problems with the code - now it should work like
5468 expected
5469 - added a new member function to be able to change the number
5470 of required neighbors
5471
5472
5473
5474 2004/03/12: Wolfgang Wittek
5475
5476 * manalysis/Makefile
5477 - include 'mastro'
5478
5479 * manalysis/MSourcePosfromStarPos.[h,cc]
5480 - include MObservatory.h
5481 - call member function Rotationangle() of MObservatory
5482
5483
5484
5485 2004/03/12: Markus Gaug
5486
5487 * mjobs/MJCalibration.cc
5488 - updated call in displays to the corr. Cams.
5489
5490 * macros/calibrate_data.C
5491 - macro to study calibrate and study data used in Munich and IFAE
5492
5493
5494
5495 2004/03/12: Antonio Stamerra
5496
5497 * mraw/MRawEvtHeader.[h,cc]
5498 - Added the method GetTriggerID() to decode the trigger pattern.
5499
5500
5501
5502 2004/03/11: Abelardo Moralejo
5503
5504 * mimage/MHillasCalc.cc
5505 - Added some printout in PostProcess, to better express the reasons
5506 for which the reconstruction of some events did not succeed.
5507
5508
5509
5510 2004/03/11: Thomas Bretz
5511
5512 * status.cc:
5513 - updated
5514
5515 * manalysis/MCerPhotAnal2.cc:
5516 - removed an obsolete debug output
5517
5518 * mhist/MHCamera.[h,cc]:
5519 - added same-option to camera display
5520
5521 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
5522 - implemented functionality of MBlindPixelsCalc2
5523
5524 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
5525 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
5526 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
5527 - replaced several Set/GetUnsuitable* by a single member function
5528
5529
5530
5531 2004/03/11: Markus Gaug
5532
5533 * mbadpixels/MBadPixelsPix.h
5534 - removed bits about validity of calibration methods
5535 - IsCalibrationResultOK asks also from IsSuitableRun
5536
5537 * mbadpixels/MBadPixelsCam.cc
5538 - updated GetPixelContent
5539 - added Print function
5540
5541 * mcalib/MCalibrationChargeCam.[h,cc]
5542 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
5543 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
5544 - use two loops over pixels in order to determine mean flux of phe;s to
5545 discard pixels far outside the normal distribution
5546
5547 * mcalib/MCalibrate.cc
5548 - added case that no MBadPixelsCam is available.
5549
5550 * mcalib/MHCalibrationChargeCam.cc
5551 - adapted to new MBadPixelsPix::SetUnsuitable function
5552
5553
5554 2004/03/10: Abelardo Moralejo
5555
5556 * manalysis/MCerPhotPix.[h,cc]
5557 - Added member fIsHGSaturated, and setter/getter functions.
5558 Updated class version to 4.
5559
5560 * mcalib/MCalibrate.cc, MCalibrateData.cc
5561 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
5562 slices saturate.
5563
5564 * mimage/MNewImagePar.[h,cc]
5565 - Added member fNumHGSaturatedPixels to count the number of pixels
5566 in which high gain saturates. Added getter funciton for it.
5567 Updated class version to 3.
5568
5569
5570
5571 2004/03/10: Markus Gaug
5572
5573 * mcalib/MCalibrationChargeCalc.cc,
5574 mcalib/MCalibrationChargePix.[h,cc],
5575 mcalib/MCalibrationChargeCam.[h,cc]:
5576 - calculation of conversion factor with F-Factor method from
5577 same mean number of photons, derived from weighted mean number
5578 of photo-electrons from inner and outer pixels, respectively
5579
5580 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
5581 - fixed the projections (did only display inner pixels up to now)
5582
5583 * macros/calibration.C
5584 - small bug fixed in display of rel. arrival times
5585 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
5586
5587 * mbadpixels/MBadPixelsCam.cc
5588 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
5589 to program when reading from an ascii-file.
5590
5591 * mbadpixels/MBadPixelsCalc.cc
5592 - replaced one SetUnsuitableRun(....) by the new version without
5593 argument.
5594
5595
5596
5597 2004/03/10: Thomas Bretz
5598
5599 * mfilter/MFSoftwareTrigger.[h,cc]:
5600 - changed to support also a predifined number of NN
5601
5602 * mastro/MAstroCatalog.[h,cc]:
5603 - many enhancements
5604 - many speed improvements
5605
5606 * mbadpixels/MBadPixelsPix.[h,cc]:
5607 - fixed
5608
5609
5610
5611 2004/03/10: Ester Aliu
5612
5613 * mtemp/MIslands.[h,cc]
5614 - New MParContainer to hold information about islands
5615 (number of islands, pixels in each Island, Signal/Noise of
5616 each Island).
5617
5618 * mtemp/MIslandCalc.[h,cc]
5619 - New MTask to count and characterize Islands.
5620
5621
5622
5623 2004/03/09: Thomas Bretz
5624
5625 * Makefile.rules:
5626 - replaced *.o by $(...) for building archives
5627
5628 * mjobs/MJCalibration.cc:
5629 - exchanged apply and merge task
5630
5631 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
5632 - fixed some const-qualifiers
5633
5634 * mcalib/MHCalibrationChargeBlindPix.cc,
5635 mcalib/MHCalibrationChargeCam.cc,
5636 mcalib/MHCalibrationChargePINDiode.cc
5637 - removed some obsolete output when calling FindCreateObj
5638 - changed some 'not found' output messages to be 'Mars-compliant'
5639 - replaced some gLog by *fLog
5640
5641
5642
5643 2004/03/08: Markus Gaug
5644
5645 * mbadpixels/MBadPixelsPix.h
5646 - small modifications for better readability
5647 - remove Getters for calibration methods
5648 - added flag "UnReliableRun" in fInfo[0]
5649
5650 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
5651 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
5652 calibration does not succeed.
5653
5654 * mcalib/MCalibrationChargeCam.cc
5655 - displaying saturation also for not-valid pixels in GetPixelContent
5656
5657 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
5658 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
5659 mcalib/MCalibrationChargeCalc.[h,cc]:
5660 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
5661 This because MExtractSignal2 set the whole window which was much
5662 bigger than the actually used one. This bug is now removed.
5663
5664
5665
5666 2004/03/08: Thomas Bretz
5667
5668 * merpp.cc:
5669 - fixed a bug in the screen output
5670
5671 * mgeom/MGeomMirror.cc:
5672 - added comment
5673
5674 * mmc/MMcConfigRunHeader.h:
5675 - added member function GetMirrors
5676
5677
5678
5679 2004/03/08: Abelardo Moralejo
5680
5681 * macros/starmc.C, starmcstereo.C, mccalibrate.C
5682 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
5683 added for each telescope to the parameter list.
5684
5685 * mmain/MEventDisplay.cc, Makefile
5686 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
5687 Necessary due to changes in MCalibrate.
5688
5689
5690
5691 2004/03/06: Markus Gaug
5692
5693 * macros/calibration.C
5694 - adapted call to MHCamera::ProjectionS to the new version
5695
5696 * mcalib/Makefile
5697 - include directory mbadpixels
5698
5699 * manalysis/Makefile
5700 - include directory mbadpixels
5701
5702 * mcalib/MCalibrationChargeCalc.[h,cc]
5703 - include MBadPixelsCam
5704 - remove exclusion of pixels from ascii-file
5705 (now accessible from MBadPixelsCam)
5706
5707 * mcalib/MCalibrationChargePix.[h,cc]
5708 - include MBadPixelsCam
5709
5710 * mcalib/MCalibrationChargeCam.[h,cc]
5711 - include MBadPixelsCam
5712
5713 * mcalib/MHCalibrationChargeCam.[h,cc]
5714 - include MBadPixelsCam
5715 - include one additional MBadPixelsPix for the average inner and
5716 outer pixel, respectively
5717
5718 * mcalib/MHCalibrationChargePix.[h,cc]
5719 - make fSaturated and fPickup a Float_t (for average pixel)
5720
5721 * mbadpixels/MBadPixelsPix.h
5722 - include the CalibrationType_t infos
5723 - exchange "SetUnsuitable" by "SetUnsuitableRun"
5724
5725 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
5726 - exchange "SetUnsuitable" by "SetUnsuitableRun"
5727
5728 * mbadpixels/MBadPixelsCalc.cc:
5729 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
5730
5731 * manalysis/MGeomApply.cc
5732 - remove obsolete MArrivalTime
5733 - add MBadPixelsCam
5734
5735 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
5736 - implemented calls to MBadPixelsCam
5737
5738 * macros/calibration.C, macros/bootcampstandardanalysis.C,
5739 macros/pedphotcalc.C
5740 - implemented calls to MBadPixelsCam
5741
5742 * mjobs/MJCalibration.cc
5743 - call to MBadPixelsCam
5744
5745
5746
5747 2004/03/05: Nadia Tonello
5748
5749 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
5750 manalysis/Makefile
5751 - Temporary class added (will be included in mbadpixels/ soon)
5752 - All the functions of MBlindPixelCalc are kept(with small improvements)
5753 - New function added: SetCheckPedestalRms
5754
5755 * manalysis/MCerPhotPix.h
5756 - Status Unmapped added (not include the pixel in the cleaned image)
5757
5758 * mimage/MImgCleanStd.cc
5759 - Checks for Unmapped status added
5760
5761 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
5762 - include <stdlib.h> to solve compilation error
5763
5764
5765
5766 2004/03/05: Sebastian Raducci
5767
5768 * msignal/MArrivalTimeCalc.cc
5769 - fixed a little bug (exchanged a - with a + in the Calc() method)
5770
5771
5772
5773 2004/03/05: Markus Gaug
5774
5775 * mcalib/MCalibraitonChargeCalc.cc
5776 - remove some runheader line:
5777 if (runheader->IsMonteCarloRun())
5778 return kTRUE;
5779 which gave always true since this week, don't know why.
5780 - added some information in class description
5781
5782
5783
5784 2004/03/04: Sebastian Raducci
5785
5786 * msignal/MArrivalTimeCalc.cc
5787 - fixed a memory leak (the spline was not deleted...)
5788
5789
5790
5791 2004/03/04: Thomas Bretz
5792
5793 * mgeom/MGeomCam.[h,cc]:
5794 - added new data member fNumAreas
5795 - added new function CalcNumAreas
5796 - increased class version to 3
5797
5798 * mgeom/MGeomCamMagic.cc:
5799 - added setting of area index
5800
5801 * mgeom/MGeomPix.[h,cc]:
5802 - added fAidx data member
5803 - added getter function fAidx
5804 - increased class version to 3
5805
5806 * macros/sectorvstime.C:
5807 - added example of how to plot the evolution of a sector vs time
5808
5809 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
5810 - moved to mhvstime
5811
5812 * mhvstime/MHSectorVsTime.[h,cc]:
5813 - added
5814
5815 * Makefile:
5816 - added mhvstime
5817
5818 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
5819 mhvstime/HVsTimeIncl.h:
5820 - added
5821
5822 * mhist/Makefile, mhist/HistLinkDef.h,
5823 - removed MHVsTime
5824 - removed MHPixVsTime
5825
5826 * macros/rootlogon.C, macros/dohtml.C:
5827 - added new directory mhvstime
5828
5829 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
5830 - changes such, that it doesn't crash if signal has no lo-gain
5831 (This might still give wrong results!)
5832
5833 * macros/dohtml.C:
5834 - added pixvstime.C
5835 - added sectorvstime.C
5836
5837 * manalysis/MMcCalibrationUpdate.cc:
5838 - some changes on file consistency check done by Abelardo,
5839 he may comment on it
5840
5841 * mhist/MHCamera.[h,cc]:
5842 - changed to support also dividing the camera in pixels area indices
5843
5844 * mhist/MHEvent.cc:
5845 - minor change
5846
5847 * mjobs/MJPedestal.cc:
5848 - adapted to changes in MHCamera
5849
5850 * mastro/MAstroCatalog.[h,cc]:
5851 - added preliminary catalog
5852
5853 * mastro/Makefile, mastro/AstroLinkDef.h:
5854 - added MAstroCatalog
5855
5856
5857
5858 2004/03/03: Thomas Bretz
5859
5860 * mgeom/MGeomCam.cc:
5861 - give a name and title also if the default constructor is used
5862
5863 * mgeom/MGeomMirror.[h,cc]:
5864 - added member function GetReflection
5865 - added persistent data member fReflector
5866
5867 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
5868 - fixed a typo in the output
5869
5870 * mraw/MRawFileWrite.cc:
5871 - added the missing '.' to MRawRunHeader. Because of the design of
5872 MReadTree this is backward compatible
5873
5874 * mraw/MRawRunHeader.h:
5875 - removed last change from Abelardo. '>255' is the correct
5876 check for MC files following the definition that all MC files
5877 have run types >255 which was made in the past.
5878
5879 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
5880 - created ReInit member function to hold all code (moved from
5881 PreProcess) accessing the run header. The run header is not
5882 available in PreProcess. That it was working before was only
5883 by chance, because the run type is initialized with 65535 which
5884 is != 255 but not >255.
5885
5886
5887
5888 2004/03/03: Sebastian Raducci
5889
5890 * msignal/MArrivalTimeCalc.cc
5891 - The calculation of the arrival times is made only when needed
5892 (when the HalfMax is over the pedestal)
5893
5894 * mtools/MCubicSpline.cc
5895 - Commented out an annoying warn
5896
5897
5898
5899 2004/03/03: Abelardo Moralejo
5900
5901 * mraw/MRawRunHeader.h
5902 - Replaced
5903 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
5904 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
5905 since the latter is the exact translation of what the function
5906 intends to do. I do not know why, but the display of real data
5907 did not work with the upper line!
5908
5909 * mgeom/MGeomCam.cc
5910 - Undid yesterday change! I do not know why, display completely
5911 fails after that change, both for old and new camera files.
5912 Put back fPixels[i] = new MGeomPix; in constructor.
5913
5914
5915
5916 2004/03/02: Abelardo Moralejo
5917
5918 * mmc/MMcCorsikaRunHeader.[h,cc]
5919 - Added operator [] to get references to the objects in
5920 TObjArray fTelescopes.
5921 - Added Print() function.
5922 - Added GetNumCT() function.
5923 - Replaced
5924 fTelescopes[i]= new MGeomCorsikaCT;
5925 by
5926 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
5927 fTelescopes.Add(dummy);
5928
5929 * mgeom/MGeomCorsikaCT.[h,cc]
5930 - Added getter functions for telescope coordinates.
5931 - Added Print() function.
5932
5933 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
5934 - Replaced
5935 fPixels[i] = new MGeomPix;
5936 by
5937 MGeomPix* dummy = new MGeomPix();
5938 fPixels.Add(dummy);
5939
5940
5941
5942 2004/03/02: Thomas Bretz
5943
5944 * mcalib/MCalibrateData.cc:
5945 - removed usage of MGeomCam (you have MGeomApply for this!)
5946
5947
5948
5949 2004/03/01: Nadia Tonello
5950
5951 * manalysis/MCerPhotEvt.cc
5952 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
5953 only if fUsedonly=kTRUE, otherwise it returns all the pixels
5954 in the array
5955
5956
5957
5958 2004/03/01: Sebastian Raducci
5959
5960 * msignal/MArrivalTimeCalc.[cc,h]
5961 - now the arrival time is at the half max of the spline:
5962 half max = (maximum - pedestal)/2
5963
5964 * mmain/MEventDisplay.cc
5965 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
5966
5967
5968
5969 2004/03/01: Wolfgang Wittek
5970
5971 * mhist/MHStarMap.[h,cc]
5972 - remove bugs
5973 - change GetRotationAngle() such that it can be called from outside
5974
5975
5976
5977 2004/03/01: Thomas Bretz
5978
5979 * Makefile:
5980 - enhanced all calls to subsequent makes by '-f Makefile' to
5981 make sure the correct Makefile is called
5982
5983 * merpp.cc:
5984 - enhanced interpretation of time
5985 - fixed a bug in determin the file-type
5986
5987 * mbase/MTime.[h,cc]:
5988 - added GetGmst() member function
5989
5990 * mastro/MAstro.[h,cc]:
5991 - added Coordinate2Angle
5992 - added AngularDistance
5993 - implemented UT2GMST
5994 - replaced defined by TMath::Pi()
5995
5996 * mastro/MObservatory.[h,cc]:
5997 - added data members for sin-/cos-component of latitude
5998 - added calculation of rotation angle
5999
6000 * mhist/MHStarMap.[h,cc]:
6001 - changes to use MObservatory member function
6002
6003 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
6004 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
6005 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
6006 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
6007 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
6008 - changed to use IsMonteCarloRun() now
6009
6010 * manalysis/MMcCalibrationUpdate.cc:
6011 - unified output to log-stream
6012 - replaced sqrt by TMath::Sqrt
6013
6014 * mcalib/MCalibrationChargeCalc.cc:
6015 - unified output to log-stream
6016 - removed .Data() from TString where obsolete
6017 - fixed memory leak using gSystem->ExpandPathName
6018
6019 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
6020 - adde class name to used kRT*/kTT* enums
6021
6022 * mraw/MRawEvtHeader.h:
6023 - made enum data member of class
6024
6025 * mraw/MRawRunHeader.[h,cc]:
6026 - made kMagicNumber and kMaxFormatVersion a static data
6027 member of the class
6028 - added IsMonteCarloRun member function
6029
6030
6031
6032 2004/02/27: Markus Gaug
6033
6034 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
6035 - put in call to MHCamera::Projection the name of the calling
6036 class, otherwise the projected hsitogram will be overwritten by
6037 an empyt one.
6038
6039 * mcalib/MHCalibrationChargePix.[h,cc],
6040 mcalib/MHCalibrationHiGainChargePix.[h,cc],
6041 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
6042 - histogram name setting and title setting moved to constructor,
6043 Functions Init and ChangeHistId derive directly from
6044 MHcalibrationChargePix
6045
6046 * mcalib/MHCalibrationChargeCam.[h,cc],
6047 mcalib/MCalibrationChargeCam.[h,cc],
6048 mcalib/MCalibrationChargeCalc.[h,cc]:
6049 - introduced "average inner" and "average outer" higain and logain
6050 pixels.
6051
6052
6053
6054 2004/02/27: Raducci Sebastian
6055
6056 * mhist/Makefile
6057 - added mastro in the include list
6058
6059
6060
6061 2004/02/27: Abelardo Moralejo
6062
6063 * mmain/MEventDisplay.cc
6064 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
6065 - Updated display of MC data: removed MCerPhotCalc, and replaced
6066 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
6067 MPedPhotCam is filled and all the camera display tabs are shown
6068 correctly (most were not working for MC events since a while
6069 ago).
6070
6071 * mmain/Makefile
6072 - Added mcalib to list of include directories.
6073
6074 * manalysis/MMcCalibrationUpdate.[h,cc]
6075 - Added member variable Bool_t fOuterPixelsScaling, which is
6076 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
6077 such that MCerPhotEvt will later be filled with the signal as it
6078 is, not corrected for the (possibly) different gain of the outer
6079 pixels electronic chain. This option was necessary to allow for
6080 the change in the camera display (see above).
6081
6082 * macros/starmc.C
6083 - added (optional) division of output into two, for use as train
6084 and test samples in g/h separation studies.
6085
6086
6087
6088 2004/02/26: Hendrik Bartko
6089
6090 * macros/dohtml.C
6091 - included the path msignals/
6092
6093
6094
6095 2004/02/26: Abelardo Moralejo
6096
6097 * macros/starmcstereo.C
6098 - changed filters to divide data between train and test sample for
6099 gamma hadron separation studies. Now we use the modulus operator
6100 applied to (Corsika) event number:
6101 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
6102 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
6103 - cleaned up a bit the way the CT coordinates are fed to the task
6104 MStereoCalc.
6105 - Changed default FADC integration range (center range to adapt to
6106 new camera).
6107
6108
6109
6110 2004/02/26: Thomas Bretz
6111
6112 * mhist/MHCamera.cc:
6113 - fixed a function description
6114
6115 * mreport/MReport.cc, mreport/MReportFileRead.cc:
6116 - introduced return case -1
6117
6118 * Makefile.rules:
6119 - remove all dependancy files when calling 'rmdep'
6120
6121 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
6122 - moved ParticleId_t to MMcEvt
6123 - implemented MMcEvt::GetParticleName
6124 - implemented MMcEvt::GetEnergyStr
6125
6126 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
6127 mhist/MHEvent.cc, mhist/MHHadronness.cc,
6128 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
6129 - fixed usage of ParticleId_t
6130
6131 * msignal/Makefile:
6132 - removed obsolete includes
6133
6134 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
6135 mastro/MObservatory.[h,cc]:
6136 - added
6137
6138 * mbase/MAstro.[h,cc]:
6139 - removed
6140
6141 * mbase/Makefile, mbase/BaseLinkDef.h:
6142 - removed MAstro
6143
6144 * Makefile:
6145 - added mastro
6146 - added msql
6147 - added mfbase
6148
6149 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
6150 - removed
6151
6152 * merpp.cc:
6153 - added Sql support
6154
6155 * mraw/MRawFileRead.h:
6156 - added GetFileName
6157
6158 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
6159 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
6160 - added
6161
6162 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
6163 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
6164 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
6165 - moved to mfbase
6166
6167 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
6168 - added
6169
6170 * merpp.cc:
6171 - implemented control of gDebug (root debugging)
6172
6173 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
6174 mfileio/MWriteRootFile.[h,cc]:
6175 - implemented CheckAndWrite return value
6176
6177 * mfileio/MWriteRootFile.cc:
6178 - fixed updating already existing branches (eg concatenating report
6179 files)
6180
6181 * macros/dohtml.C, macros/rootlogon.C:
6182 - added mastro
6183 - added mfbase
6184 - added msql
6185
6186 * mraw/MRawEvtHeader.h:
6187 - implemented GetNumTrigLvl1
6188 - implemented GetNumTrigLvl2
6189
6190
6191
6192 2004/02/25: Markus Gaug
6193
6194 * mcalib/MExtractBlindPixel.[h,cc],
6195 mcalib/MExtractPINDiode.[h,cc],
6196 mcalib/MExtractedSignalBlindPixel.[h,cc],
6197 mcalib/MExtractedSignalPINDiode.[h,cc],
6198 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
6199 msignal/SignalLinkDef.h:
6200 - moved blindpixel and PINdiode extractors to msignal
6201
6202
6203 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
6204 - two new classes to hold the quantum efficieny information of the
6205 calibration
6206
6207 * msignal/MArrivalTimeCalc.[h,cc]
6208 - fill now MArrivalTimePix instead of MArrivalTime
6209
6210 * mcalib/MHCalibrationChargeCam.cc
6211 - display only valid pixels for the corr. values in GetPixelContent
6212
6213 * mcalib/MHCalibrationRelTimeCam.cc
6214 - is now filled from MArrivalTimeCam instead of MArrivalTime
6215
6216 * macros/calibration.C
6217 - divided into two macros: calibration.C using the MJPedestal
6218 standard procedure and pedestalstudies.C using the old
6219 procedures
6220
6221 * macros/pedestalstudies.C
6222 - new macro containing the first previous part of calibration.C
6223
6224 * mcalib/MCalibrationChargeBlindPix.h,
6225 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
6226 mjobs/MJCalibration.cc:
6227 - definition of PulserColot_t in MAGIC.h.
6228
6229
6230
6231 2004/02/25: Hendrik Bartko
6232
6233 * macros/rootlogon.C
6234 - set the include path also to msignals/
6235
6236 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
6237 manalysis/MExtractedSignalCam.[h,cc],
6238 manalysis/MExtractedSignalPix.[h,cc],
6239 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
6240 manalysis/MArrivalTimeCalc2.[h,cc]:
6241 - removed
6242
6243 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
6244 - removed classes mentioned above
6245
6246 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
6247 msignal/MExtractedSignalCam.[h,cc],
6248 msignal/MExtractedSignalPix.[h,cc],
6249 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
6250 msignal/MArrivalTimeCalc2.[h,cc]:
6251 - added
6252
6253 * msignal/Makefile, msignal/AnalysisLinkDef.h:
6254 - added classes mentioned above
6255
6256 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
6257 - added include msignal
6258
6259
6260
6261
6262 2004/02/25: Wolfgang Wittek
6263
6264 * mcalib/MCalibrateData.[h,cc]
6265 - initialize size for MPedPhotCam
6266
6267
6268
6269 2004/02/24: Wolfgang Wittek
6270
6271 * manalysis/MSourcPosfromStarPos.[h,cc]
6272 - change member function SetSourceAndStarPosition() to expect sky
6273 coordinates in the standard units
6274 - generalize to more than 1 star
6275 - the class is not yet fully tested
6276
6277 * mfilter/MFSelBasic.[h,cc]
6278 - change default values of cuts
6279
6280
6281
6282 2004/02/24: Markus Gaug
6283
6284 * mjobs/MJCalibration.cc, macros/calibration.C,
6285 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
6286 - added MCalibrationChargeBlindPix to plist
6287 - added new filling of histograms with MFillH
6288 - changed SetPulserColor to MCalibrationChargeBlindPix and
6289 MCalibrationChargePINDiode
6290
6291 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
6292 - receives a pointer to MCalibrationChargePINDiode which is filled
6293 with the results and told to calculate the fluxes in the
6294 Finalize function
6295 - is filled via MFillH from MExtractBlindPixel
6296 - SetPulserColor directly in this class
6297
6298 * mcalib/MCalibrationChargeBlindPix.[h,cc]
6299 - new storage container of the blind pxiel resutls, replaces
6300 MCalibrationBlindPix
6301
6302 * mcalib/MCalibrationChargeCalc.[h,cc]:
6303 - does not fill the histograms any more, but does ony the
6304 calculations in the postprocess. No pointer to MExtractPINDidoe
6305 or MExtractBlindPixel any more.
6306
6307 * mcalib/MCalibrationChargePix.cc
6308 - discovered an error in the calculation of phe's in
6309 CalcFFactorMethod(). The average QE was applied twice.
6310 This error had been introduced on 13/02/04
6311 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
6312 - CalcFFactor asks for IsChargeValid before calculating anything
6313
6314 * mcalib/MCalibrationChargePINDiode.[h,cc]
6315 - added function SetFluxOutsidePlexiglassAvailable
6316 - SetPulserColor directly in this class
6317
6318 * mcalib/MCalibrationChargeCam.cc
6319 - removed function SetPulserColor from here
6320
6321 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
6322 mcalib/MHCalibrationPINDiode.[h,cc],
6323 mcalib/MCalibrationBlindPix.[h,cc],
6324 mcalib/MHCalibrationBlindPixel.[h,cc]:
6325 - removed since obsolote
6326
6327 * mcalib/MHCalibrationChargePix.cc
6328 - make fPickup an Int_t
6329
6330 * mcalib/MCalibrate.cc
6331 - test validity of every calibration method before retrieving
6332 conversion factors
6333
6334 * mcalib/MHGausEvents.[h,cc]
6335 - add possibility to set fit ranges in call to FitGaus
6336 - make function CreateXaxis protected
6337
6338
6339
6340 2004/02/23: Markus Gaug
6341
6342 * mraw/MRawEvtPixelIter.h
6343 - include GetNumHiGainSamples and GetNumLoGainSamples
6344
6345 * mcalib/MExtractedSignalBlindPixel.h,
6346 mcalib/MExtractBlindPixel.[h,cc]:
6347 - included storage of pedestal
6348
6349 * mcalib/MHGausEvents.[h,cc]
6350 - make the fit functions protected
6351
6352
6353
6354 2004/02/22: Markus Gaug
6355
6356 * mfilter/MFCosmics.[h,cc]
6357 - fMaxNumEmpty changed from absolute number to relative number of
6358 pixels
6359
6360 * mcalib/MHGausEvents.h
6361 - remove the "->" from the pointers which are initialized only
6362 in certain cases. The streamer did not work in case that
6363 MFGausFit was left at the NULL pointer.
6364
6365
6366
6367 2004/02/21: Markus Gaug
6368
6369 * manalysis/MExtractedSignalPix.[h,cc]
6370 - changed variable fIsLoGainUsed to fLoGainUsed
6371 - added function GetNumHiGainSaturated()
6372
6373
6374 2004/02/20: Markus Gaug
6375
6376 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
6377 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
6378 mcalib/CalibLinkDef.h
6379 - new class to replace MHCalibrationPixel,
6380 based on MHCalibrationChargePix
6381
6382 * mcalib/MCalibrationChargeCalc.[h,cc]
6383 mcalib/MCalibrationChargeCam.[h,cc]
6384 mcalib/MCalibrationChargePix.[h,cc]
6385 mcalib/MCalibrationChargePINDiode.[h,cc]
6386 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
6387 mcalib/MCalibrationPINDiode.[h,cc]:
6388 - added the "charge" versions, remove the old ones. The histograms
6389 should be filled in the MH... versions independently of
6390 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
6391 now and will later be so for the pixels and the blind pixel.
6392
6393 * mcalib/MHCalibrationChargePINDiode.[h,cc]
6394 - receives a pointer to MCalibrationChargePINDiode which is filled
6395 with the results and told to calculate the fluxes in the
6396 Finalize function
6397
6398 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
6399 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
6400 manalysis/MMcCalibrationUpdate.[h,cc],
6401 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
6402 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
6403 macros/bootcampstandardanalysis.C,
6404 macros/pedphotcalc.C:
6405 - replace MCalibrationCam by MCalibrationChargeCam
6406 - replace MCalibrationCalc by MCalibrationChargeCalc
6407
6408
6409
6410 2004/02/19: Markus Gaug
6411
6412 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
6413 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
6414 manalysis/MMcCalibrationUpdate.cc:
6415 - standardized naming of variables containing "Error", this also affected
6416 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
6417
6418 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
6419 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
6420 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
6421 - took out some configuration numbers and put them directly into
6422 the class
6423 - remove completely MCalibrationConfig.h
6424
6425
6426
6427 2004/02/19: Abelardo Moralejo
6428
6429 * mhist/MHEvent.[h,cc]:
6430 - Changed names of Event "types" to make them more descriptive.
6431 Former kEvtSignal is now called kEvtSignalDensity, and indicates
6432 pixel content scaled by area. Added kEvtSignalRaw, which
6433 corresponds to pixel content (with no scaling) in whatever units
6434 (this depends on how the MHEvent object is filled!). The default
6435 constructor initializes type=kEvtSignalRaw.
6436
6437 * mmain/MEventDisplay.cc
6438 - Changed filling of evt1 and evt2. Now they are filled with raw
6439 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
6440 still filled uncalibrated (hence in ADC counts), this means that
6441 what will be now shown in Mars' camera display is now the signal
6442 in each pixel without scaling with pixel area. Given that the
6443 default flat fielding is such that equal light density
6444 corresponds to equal absolute signal (in ADC counts), this is
6445 more reasonable, and allows to check for instance how the
6446 relative pixel gains are adjusted by looking at calibration
6447 events. To be FIXED: there is however an "inconsistency" in
6448 MEventDisplay, and it is that MCerPhotEvt is still used to keep
6449 uncalibrated signals. To be replaced by MExtractedSignalCam?
6450
6451
6452
6453 2004/02/19: Thomas Bretz
6454
6455 * manalysis/MCerPhotEvt.h:
6456 - added operator= to MCerPhotEvtIter -- is this correct?
6457
6458 * mhist/MHCamera.[h,cc]:
6459 - added member function to calculate minimum content and
6460 maximum content for a single sector
6461 - Added possibility to get a projection for a single sector.
6462 - GetMinimum/GetMaximum now only takes used pixels into account
6463 (you can request all pixels using a different member function)
6464 - fixed projection (projection only took pixels with contents!=0
6465 instead of 'used' pixels
6466 - Don't call Sumw2() anymore for projection
6467
6468 * mjobs/MJPedestal.cc:
6469 - added MPedestalCam to output again - MPedestalCam was fixed
6470 yesterday
6471 - Added Histograms for the two camera halves
6472
6473
6474
6475 2004/02/18: Markus Gaug
6476
6477 * macros/calibration.C
6478 - fixed a buggy display of the F-Factor method
6479
6480 * mcalib/MCalibrationCalc.cc
6481 - calculate the F-Factor method already in the post-Process
6482
6483 * mcalib/MCalibrationPix.h
6484 - move CalcFFactorMethod to public
6485
6486
6487
6488 2004/02/18: Abelardo Moralejo
6489
6490 * mtools/MCubicSpline.cc
6491 - in Init, corrected initialization of arrays temp and ysd, which
6492 was done with n-1 elements instead of n.
6493
6494 * mgui/MHexagon.cc
6495 - added comment explaining the algorithm.
6496 - changed explicit values of Sin and Cos 60 degrees by const
6497 variables (more readable).
6498
6499
6500
6501 2004/02/18: Hendrik Bartko
6502
6503 * msignal/:
6504 - removed the backup files *~
6505 - removed the object files *.o
6506 - removed the files SignalCint.*
6507
6508 * mgui/MHexagon.cc
6509 - added comment explaining the algorithm.
6510
6511
6512
6513 2004/02/18: Thomas Bretz
6514
6515 * manalysis/MPedestalCam.[h,cc]:
6516 - Changed order of derivements - seems to be VERY important!
6517 - changed GetSize from UInt_t to Int_t which is the type
6518 of TClonesArray::GetSize() !
6519
6520 * mfileio/MReadReports.cc:
6521 - skip trees with no entries
6522
6523 * mgui/MCamEvent.cc:
6524 - added a comment
6525
6526 * mhbase/MFillH.cc:
6527 - in case SetupFill returns kFALSE and kCanSkip is set
6528 Skip task
6529
6530 * mraw/MRawFileRead.cc:
6531 - don't print warning in case of none executions
6532
6533 * manalysis/MArrivalTimeCalc2.cc:
6534 - added some const-qualifiers
6535
6536
6537
6538 2004/02/17: Raquel de los Reyes
6539
6540 * macros/CCDataCheck.C
6541 - Added some improvements in the plots.
6542
6543
6544
6545 2004/02/17: Abelardo Moralejo
6546
6547 * macros/readrfl.C
6548 - Added missing gPad->cd(1), otherwise the display of events was
6549 not updated.
6550
6551 * mgui/MHexagon.cc
6552 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
6553 whether px,py is inside the pixel or not. Previous algorithm
6554 was just an approximation.
6555
6556
6557
6558 2004/02/17: Raquel de los Reyes
6559
6560 * mcamera/MCameraHV.h
6561 - Now it derives from a MCamEvent class and implemented the
6562 GetPixContent() and DrawPixelContent() functions. Added the
6563 GetMean function to get the mean HV settings of the camera.
6564
6565 * macros/CCDataCheck.C
6566 - Added the HV settings plots.
6567
6568
6569
6570 2004/02/17: Hendrik Bartko
6571
6572 * msignal:
6573 - new: directory for all signal and time extraction classes
6574
6575 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
6576 msignal/AnalysisLinkDef.h, MGeomApply.cc:
6577 - new: Storage Container for the ArrivalTime in the camera
6578
6579 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
6580 msignal/AnalysisLinkDef.h:
6581 - new: Storage Container for ArrivalTime information of one pixel
6582
6583 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
6584 SignalLinkDef.h
6585 - auxiliary files for msignal directory
6586
6587 * manalysis/MArrivalTimeCalc2.[h,cc]:
6588 - added functionality to compute error of the extracted ArrivalTime
6589 - calculated ArrivalTime is stored in MArrivalTimeCam
6590
6591 * manalysis/MGeomApply.cc
6592 - geometry is applied to MArrivalTimeCam
6593
6594 * Makefile:
6595 - directory msignal is included
6596
6597
6598
6599 2004/02/17: Sebastian Raducci
6600
6601 * mtools/MCubicSpline.[h,cc]
6602 - little corrections in minimums evalustion methods
6603 - changed constructors (they require the fadc slices to be const)
6604
6605 * macros/spline.C
6606 - changed according to the MCubicSpline new constructors
6607
6608 * manalysis/MArrivalTimeCalc.[h,cc]
6609 - changed to use the MCubicSpline class intead of the TSpline class
6610 - warning: now the arrival time is again the maximum of the spline,
6611 soon it will be changed to half maximum
6612
6613
6614
6615 2004/02/17: Wolfgang Wittek
6616
6617 * manalysis/MSourcPosfromStarPos.[h,cc]
6618 - new class; calculates the position of the source in the camera from
6619 the position of a star in the camera and puts it into
6620 MSrcPosCam
6621
6622
6623
6624 2004/02/16: Abelardo Moralejo
6625
6626 * mcalib/MMcCalibrationCalc.cc
6627 - Fixed two typos in screen output.
6628
6629
6630
6631 2004/02/16: Markus Gaug
6632
6633 * mcalib/MCalibrationPix.cc
6634 - documentation from David's email added
6635 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
6636
6637 * mcalib/Makefile, mcalib/CalibLinkDef.h:
6638 - added MExtractBlindPixel and MExtractedSignalBlindPixel
6639
6640 * mcalib/MExtractBlindPixel.[h,cc]
6641 - new signal extractor for the Blind Pixel
6642
6643 * mcalib/MExtractedSignalBlindPixel.[h,cc]
6644 - new container for the extracted signal of the BlindPixel
6645
6646 * mcalib/MCalibrationCalc.[h,cc]
6647 - does not extract signal from Blind Pixel any more, searches
6648 for MExtractedSignalBlindPixel and fills the hists from there
6649
6650 * macros/calibration.C, macros/bootcampstandardanalysis.C,
6651 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
6652 - introduce the blind pixel and PIN diode extraction in the macro
6653
6654 * manalysis/MPedestalCam.h
6655 - changed type of fTotalEntries from ULong_t to UInt_t
6656 - fixed documentation of fTotalEntries
6657
6658 * manalysis/MPedCalcPedRun.h
6659 - changed type of fNumSamplesTot from ULong_t to UInt_t
6660
6661 * mcalib/MHGausEvents.h
6662 - changed type of fCurrentSize from ULong_t to UInt_t
6663
6664 * mcalib/MCalibrationConfig.h
6665 - removed gkConversionHiLo and gkConversionHiLoErr which is now
6666 directly in the class MCalibrationPix
6667
6668
6669
6670 2004/02/16: Thomas Bretz
6671
6672 * manalysis/AnalysisLinkDef.h:
6673 - added missing MCerPhotEvtIter
6674
6675 * merpp.cc:
6676 - added possible usage of database
6677
6678 * star.cc:
6679 - moved source code into new class MJStar - preliminary
6680
6681 * manalysis/MCerPhotPix.cc:
6682 - updated class header
6683 - fixed Print-output
6684
6685 * mbase/MAGIC.h:
6686 - removed definition of MLog
6687
6688 * mbase/MArgs.h:
6689 - removed include of MAGIC.h
6690
6691 * mbase/MLog.h:
6692 - added extern definition of gLog
6693
6694 * mbase/MParContainer.[h,cc]:
6695 - move body of constructors to source file
6696
6697 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
6698 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
6699 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
6700 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
6701 - fixed documentation header
6702
6703 * mcalib/MMcCalibrationCalc.[h,cc]:
6704 - fixed documentation header
6705 - fixed usage of FindCreateObj and FindObject
6706 - removed data member to count entries (use histogram instead)
6707 - use TH1 function Integral instead of doing it manually
6708
6709 * mfilter/MFCosmics.cc:
6710 - fixed documentation
6711
6712 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
6713 mimage/MNewImagePar.[h,cc]:
6714 - replaced for-loops by Iterators
6715
6716 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
6717 - fixed documentation header
6718 - check return value of MRawRunHeader::ReadEvt
6719
6720 * mraw/mraw/MRawRunHeader.[h,cc]:
6721 - fixed documentation header
6722 - added return value to MRawRunHeader::ReadEvt
6723 - added constant number for max format version - preliminary
6724 (should by a static data member)
6725
6726 * mcalib/MHCalibrationPINDiode.cc:
6727 - do not delete pointers in the destructor which are already
6728 deleted in the base class
6729 - reset histograms in Clear()
6730
6731 * mcalib/MHCalibrationPixel.cc:
6732 - after deletion of instances in Clear() initialize pointer to NULL
6733
6734 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
6735 - fixed usage of logging stream output levels
6736
6737 * manalysis/MPedCalcPedRun.[h,cc]:
6738 - removed obsolete fSignals
6739
6740 - removed obsolete fNumPixels
6741
6742 * manalysis/MPedestalCam.h:
6743 - added '->' to fArray
6744
6745 * mfileio/MWriteRootFile.cc:
6746 - changed some output to make debugging easier
6747
6748 * mjobs/MJCalibration.cc:
6749 - fixed a bug in drawing
6750
6751 * mjobs/MJExtractSignal.cc:
6752 - removed MPedestalCam from MWriteRootFile output.
6753 When creating the branch it crashes - reason unknown I'll
6754 investigate further
6755
6756
6757
6758 2004/02/16: Markus Gaug
6759
6760 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
6761 - added MHCalibrationRelTimePix
6762
6763 * mcalib/MHCalibrationRelTimePix.[h,cc],
6764 mcalib/MHCalibrationRelTimeCam.[h,cc]:
6765 - new classes to fit and display the relative arrival times.
6766 - filled from MArrivalTime
6767 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
6768
6769 * manalysis/MCalibrationCalc.cc
6770 - take out all uncommented code referring to the relative arrival time
6771
6772 * manalysis/MArrivalTime.h
6773 - changed function GetNumPixels to GetSize
6774
6775 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
6776 - included cosmics rejection which was in MCalibrationCalc before
6777
6778
6779
6780 2004/02/14: Markus Gaug
6781
6782 * mcalib/Makefile, mcalib/CalibLinkDef.h:
6783 - added MHCalibrationChargePINDiode
6784
6785 * mcalib/MHCalibrationChargePINDiode.[h,cc]
6786 - new class to fill the PIN Diode histograms. Derives from
6787 MHCalibrationChargePix and is filled with MFillH from the
6788 container MExtractedSignalPINDiode.
6789 Will replace MHCalibrationPINDiode entirely soon.
6790
6791 * mcalib/MHCalibrationChargePix.[h,cc]
6792 - new base class for the calibration charges histogram pixel.
6793 Derives from MH and can be filled with the MH with the MH
6794 functions.
6795
6796 * mcalib/MExtractPINDiode.[h,cc]
6797 - new signal extractor for the PIN Diode
6798
6799 * mcalib/MExtractedSignalPINDiode.[h,cc]
6800 - new container for the extracted signal of the PIN Diode
6801
6802 * mcalib/MCalibrationCalc.[h,cc]
6803 - remove the PIN Diode signal extraction
6804
6805 * manalysis/MHPedestalPix.[h,cc]
6806 - new version of MHPedestalPixel, deriving from MHGausEvents.
6807
6808 * manalysis/MHPedestalPixel.[h,cc]
6809 - old version removed, since obsolete (and erroneous)
6810
6811 * manalysis/MHPedestalCam.[h,cc]
6812 - histogramming part of MPedestalCam now in own class
6813
6814 * manalysis/MPedestalPix.h
6815 - removed include of MHPedestalPixel
6816
6817 * macros/calibration.C
6818 - changed pedestal displays accordingly
6819
6820 * mjobs/MJPedestal.h
6821 - class TCanvas included (did not compile otherwise)
6822
6823 * mhbase/MH.cc
6824 - included call to FindGoodLimits(..) in CutEdges()
6825 - axe from pointer to reference
6826 - "CutEdges" renamed to "StripZeros"
6827
6828 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
6829 mcalib/MHCalibrationBlindPixel.cc:
6830 - "CutEdges" renamed to "StripZeros"
6831
6832 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
6833 - replaced by the improved version: MHGausEvents.[h,cc]
6834
6835
6836
6837 2004/02/14: Thomas Bretz
6838
6839 * manalysis/MCerPhotEvt.[h,cc]:
6840 - added 'Iterator' facility, this will replace some for-loops
6841 in the near future
6842
6843 * mbase/MTime.[h,cc]:
6844 - added a more powerfull interface to get and interprete the
6845 MTime contents as string
6846 - added a new constructor
6847
6848 * mreport/MReportTrigger.h:
6849 - fixed GetPixContent
6850
6851 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
6852 - many small changes to simple details (like order of includes)
6853 - some speed improvements
6854 - many small simplifications
6855 - changed parts of the code to be more C++ like (eg Iterators
6856 instead of for-loops)
6857 - disentangles some if-cases
6858 - replaced some math.h function by TMath::
6859 - removed data-member fN (obsolete with iterators)
6860
6861
6862
6863 2004/02/13: Wolfgang Wittek
6864
6865 * mcalib/MCalibrateData.[h,cc]
6866 - new class;
6867 like MCalibrate, but in ReInit it fills the MPedPhot container
6868 using informations from MPedestal, MExtracteSignalCam and
6869 MCalibrationCam
6870
6871 * mcalib/Makefile, mcalib/CalibLinkDef.h
6872 - added MCalibrateData
6873
6874 * manalysis/MPedestalWorkaround.[h,cc]
6875 - create MMcEvt container and fill with theta = 10.0
6876 - set pedestalRMS = 0. if it is > 10.0
6877
6878 * manalysis/MSupercuts.[h,cc]
6879 - change default values of parameters
6880
6881 * manalysis/MSupercutsCalc.[h,cc]
6882 - change dNOMLOGSIZE from 4.1 to 5.0
6883
6884 * mhist/MHBlindPixels.[h,cc]
6885 - change MPedestalCam to MPedPhotCam
6886
6887 * mhist/MHSigmaTheta.[h,cc]
6888 - automatic binning for pixel number doesn't work
6889 use default binning
6890
6891
6892
6893 2004/02/13: Markus Gaug
6894
6895 * mcalib/MCalibrationPix.[h,cc]
6896 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
6897 fAverageQEErr
6898 - gkAverageQE initializes to 0.2 (according to David)
6899 - gkAverageQEErr initializes to 0.02 (dito)
6900 - added new member function: SetAverageQE
6901 - call to GetMeanConversionFFactorMethod returns:
6902 fMeanConversionFFactorMethod/fAverageQE.
6903 - call to GetErrorConversionFFactorMethod returns:
6904 errors of fMeanConversionFFactorMethod and fAverageQEErr added
6905 quadratically
6906
6907 * mcalib/Makefile
6908 - split into two parts one comment line
6909
6910
6911 2004/02/13: Thomas Bretz
6912
6913 * mbadpixels/MBadPixelsTreat.[h.cc]:
6914 - added for new bad pixel treatment
6915
6916 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
6917 - added MBadPixelsTreat
6918
6919 * merpp.cc:
6920 - changed the name of the "DC" tree to "Currents" to make
6921 MReportRead work correctly with this tree
6922
6923 * mbase/MTime.[h,cc]:
6924 - Changed UpDMagicTime to support nanosec instead of millisec
6925 - exchanged Reset() by Clear() not to clear the yy/mm/dd
6926 information away in an eventloop
6927
6928 * mraw/MRawEvtHeader.[h,cc]:
6929 - implemented decoding of the time-stamp for raw-data files
6930 with version>2. Thanks to Marcos.
6931
6932 * mraw/MRawRead.[h,c]:
6933 - pipe file version number to MRawEvtHeader::ReadEvt
6934 - create fake time for file-version<3
6935
6936 * macros/readMagic.C:
6937 - changed to use MInteractiveTask
6938
6939 * mbase/MPrint.cc:
6940 - fixed debugging level of some output
6941
6942 * mhist/MHCamera.[h,cc]:
6943 - fixed handling in AddNotify (necessayr due to change of
6944 inheritance from MCamEvent)
6945 - replaced cout by gLog
6946 - added fNotify to list of cleanups
6947
6948 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
6949 mjobs/MJPedestal.cc:
6950 - fixed usage of AddNotify
6951
6952 * mfileio/MReadReports.cc:
6953 - use a different way to determin whether the tree is a valid tree,
6954 skip invalid trees
6955
6956 * mfileio/MReadTree.cc:
6957 - added another sanity check at the beginning of PreProcess
6958
6959 * mhbase/MFillH.[h,cc]:
6960 - added bit kCanSkip which skips MFillH in case the necessary container
6961 wasn't found.
6962 - cd into the corresponding canvas before filling the MH
6963
6964
6965
6966 2004/02/12: Markus Gaug
6967
6968 * mbase/MArray.[h,cc]:
6969 - changed name of StripZeros
6970
6971 * mcalib/MHGausEvent.cc:
6972 - corrected call to StripZeros
6973
6974 * mcalib/MCalibrationPix.[h,cc]
6975 - implemented dummy for combined method
6976
6977 * mcalib/MCalibrate.[h,cc]
6978 - implemented a dummy for calibration factor 1. (requested by
6979 Javier Rico)
6980 - implemented combined method
6981 - check for valid methods moved to ReInit
6982
6983 * mcalib/MCalibrationCalc.cc
6984 - removed initialization of non-used nsamples
6985
6986 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
6987 mcalib/MCalibrationCalc.[h,cc]
6988 macros/calibration.C
6989 - implemented new histograms:
6990 HSinglePheFADCSlices and HPedestalFADCSlices
6991 They are filled with the FADC slice values of either a s.phe.
6992 event or a pedestal event. The decision is taken with the
6993 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
6994 with a setter
6995
6996 * mtools/MFFT.[h,cc]
6997 - PowerSpectrumDensity of TArrayI implemented
6998
6999
7000
7001 2004/02/12: Thomas Bretz
7002
7003 * mbase/MArray.[h,cc]:
7004 - changed argument of CutEdges from pointer to reference
7005
7006 * mgeom/MGeomPix.h:
7007 - fixed calculation of area of pixel. It was too big for a
7008 factor of 2
7009
7010 * mjobs/MJCalibration.cc:
7011 - slight change of name of a MHCamera
7012
7013 * manalysis/MExtractSignal.cc:
7014 - slight change to the creation of the satpixels list
7015
7016 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
7017 mcalib/MHGausEvent.cc:
7018 - corrected call to ProjectArray
7019 - corrected call to CutEdges
7020
7021 * mfilter/MFCosmics.[h,cc]:
7022 - small fixes to logging output
7023 - small simplification to return statement
7024 - declared CosmicsRejection const
7025
7026 * mhbase/MH.[h,cc]:
7027 - changed argument of ProjectArray from pointer to reference
7028 - added missing calcualtion of minimum
7029 - removed obsolete SetEntries
7030 - changed SetDirectory from NULL to gROOT
7031
7032
7033
7034 2004/02/12: Javier L�ez
7035
7036 * macros/pointspreadfunction.C
7037 - added new macro that fits with a 2D gaussian the DC spot for an
7038 star. It gives you the RMS of the PSF and the center of the star,
7039 very useful for misspointing studies.
7040
7041
7042
7043 2004/02/11: Hendrik Bartko
7044
7045 * manalysis/MExtractSignal2.cc:
7046 - introduced a validity check for the set-function of the window
7047 size (even number of slices, WindowSize < NumberSlices)
7048
7049 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
7050 manalysis/AnalysisLinkDef.h:
7051 - new: introduced the calculation of the arrival time as the signal
7052 weighted mean of the time slices in the maximum window
7053
7054
7055
7056 2004/02/11: Markus Gaug
7057
7058 * mcalib/MCalibrationCalc.cc:
7059 - the blind pixel signal extractor introduced one week ago, counted
7060 one FADC slice too little, thus the normalization w.r.t. pedestals
7061 was wrong. Now corrected.
7062
7063 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
7064 - when "WARNING - Lo Gain saturated" occurs, display also the
7065 corr. pixel numbers.
7066
7067 * mbase/MArray.[h,cc]:
7068 - introduced function to cut array edges with zeros.
7069 (Thomas, should we keep it there or move it to another class? )
7070
7071 * mcalib/MCalibrationCalc.[h,cc]:
7072 - new function SetBlindPixelRange to set start and end of FADC slices
7073 used for the blind pixel signal extraction.
7074 - remove fEvents which are not necessary any more after the shift
7075 to MFCosmics.
7076
7077 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
7078 - show the fourier spectrum now with axes in frequency [Hz] instead
7079 of inverted events.
7080
7081 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
7082 - new base class for all kind of events with variables having a
7083 Gaussian distribution. Will serve as base class for the
7084 existing and new calibration histogram classes.
7085
7086
7087
7088 2004/02/11: Abelardo Moralejo
7089
7090 * mmain/MEventDisplay.cc
7091 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
7092 MMcPedestalCopy must be executed earlier!
7093
7094
7095
7096 2004/02/10: Raquel de los Reyes
7097
7098 * mhist/MHPixVsTime.[h,cc]:
7099 - Added a default draw function and replaced the TGraph object
7100 by a pointer to a TGraph object.
7101
7102 * mreport/MReportTrigger.h:
7103 - Now it dereives from a MCamEvent class and implemented the
7104 GetPixContent() and DrawPixelContent() functions.
7105
7106 * maccros/CCDataCheck.C:
7107 - An update of the previous macro. New plots: subsystems status and
7108 macrocells trigger.
7109
7110
7111
7112 2004/02/10: Markus Gaug
7113
7114 * mcalib/MCalibrationCam.cc:
7115 - fixed documentation
7116
7117 * mhbase/MH.[h,cc]:
7118 - new function ProjectArray
7119
7120 * mcalib/MHCalibrationPixel.[h,cc],
7121 mcalib/MHCalibrationBlindPixel.[h,cc]:
7122 - use ProjectArray from MH to plot the projection of the fourier
7123 spectrum
7124
7125 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
7126 mfilter/FilterLinkDef.h:
7127 - new filter removing cosmics, the same as in MCalibrationCalc
7128 where it was removed now.
7129 Call: MFCosmics cosmics;
7130 MContinue cont(&cosmics);
7131 tlist.AddToList(&cont);
7132
7133 * mcalib/MCalibrationCalc.[h,cc]:
7134 - removed cosmics rejection from there
7135
7136 * macros/calibration.C, mjobs/MJCalibration.cc:
7137 - changed cosmics rejection to the filter algorithm
7138
7139
7140
7141 2004/02/09: Markus Gaug
7142
7143 * mcalib/MCalibrationBlindPix.[h,cc]:
7144 - added histogram to display the average in FADC slices of all
7145 single and double phe events
7146
7147 * mcalib/MCalibrationCalc.cc:
7148 - fill histograms of single-phe events with higain and logain
7149 sampls
7150
7151 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
7152 mcalib/MCalibrationConfig.h:
7153 - take all pixel areas out of MGeomPix::GetA(), remove all previous
7154 areas
7155 - calculate photon fluxes from blind pixel and PIN diode, use
7156 area only to fill the conversion factors in MCalibrationPix
7157
7158
7159 * mcalib/MJCalibration.cc:
7160 - display of number of photons for Blindpixel and PIN Diode Method
7161 changed to display of photon flux which is the actually
7162 calculated quantity
7163
7164
7165
7166 2004/02/09: Thomas Bretz
7167
7168 * mbadpixels/*:
7169 - added
7170
7171 * Makefile:
7172 - added MBadPixels
7173
7174 * manalysis/MGeomApply.cc:
7175 - fixed class description
7176
7177 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
7178 - added bad pixel treatment
7179
7180 * mjobs/MJPedestal.[h,cc]:
7181 - reorganized order of functions
7182 - removed a nonsense scrren output (some BLABABLA or so)
7183
7184 * mjobs/Makefile:
7185 - added include for mbadpixels
7186
7187 * mmain/MBrowser.cc:
7188 - do not call construtor of TGTReeLBEntry if pic0=0
7189
7190
7191
7192 2004/02/09: Raquel de los Reyes
7193
7194 * mcamera/MCameraLids.h, mreport/MReportCamera.h
7195 - Added the "Get" functions to access the private data
7196 members of the class.
7197
7198
7199
7200 2004/02/09: Markus Gaug
7201
7202 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
7203 MCalibrationPix.h:
7204 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
7205 because we can calibrate with the histogram mean and RMS even
7206 if the fit is not OK. Thus, there is a question: IsFitted() and
7207 IsChargeValid(), i.e. does the charge make any sense?
7208
7209 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
7210 - found serious bug in calculation of conversion factors for the
7211 outer pixels:
7212 GetMeanConversionBlindPixelMethod and
7213 GetMeanConversionPINDiodeMethod
7214 did not correct for the area of the outer pixel, this did only
7215 MCalibrationCam::GetPixelContent which is not used by MCalibrate
7216
7217
7218
7219 2004/02/06: Markus Gaug
7220
7221 * mgeom/MGeomCam.h
7222 - replaced in Comment of fPixRatio:
7223 "ratio between size of pixel idx and pixel 0" by
7224 "ratio between size of pixel 0 and pixel idx"
7225
7226 * manalysis/MPedestalCam.cc
7227 - catch calls to MHPedestalPixel in case that they are not filled
7228 This led previous calls to segmentation violations
7229 - remove include of MHExtractedSignalPix
7230
7231 * manalysis/MHExtractedSignalPix.[h,cc]
7232 - is everything in MHPedestalPixel, so removed it again
7233
7234 * mjobs/MJPedestal.cc
7235 - put the projections into Display()
7236 - correct the input of Display (0: pedestal, 1: pedestalerror,
7237 2: pedRMS, 3: pedRMSerror)
7238
7239 * manalysis/MHPedestalPixel.cc
7240 - increased number of bins in for charges plot
7241
7242 * mtools/MFFT.[h,cc]
7243 - possibility to have PSD directly from TArray
7244
7245 * mjobs/MJCalibration.[h,cc]
7246 - fixed displays
7247 - replaced MExtractSignal by MExtractSignal2
7248
7249 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
7250 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
7251 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
7252 - remove histograms MHChargevsN..., now keep TArrays directly
7253 - check for oscillations for all pixels (and you will not trust
7254 your eyes when you look at the results :-((((
7255
7256 * mcalib/MCalibrationCalc.[h,cc]
7257 - remove ArrivalTime -> go to separate class
7258 - remove BlindPixel and PIN Diode overflow, now handled directly
7259 inside the corr. classes.
7260 - remove SkipTimeFits -> go the arrival time class
7261
7262 * mcalib/MCalibrationCam.h
7263 - new getters for number of photons
7264 - removed timeslicewidth -> go the corr. time containers
7265
7266 * mcalib/MCalibrationCam.cc
7267 - removed times of GetPixelContent
7268 - added OscillationChecks in GetPixelContent
7269
7270 * manalysis/MMcCalibrationUpdate.cc
7271 - remove calpix.SkipTimeFits which is now obsolet
7272
7273 * macros/calibration.C
7274 - all previous changes now in this macro.
7275 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
7276 das ging diesmal in einem Aufwasch)
7277
7278
7279
7280 2004/02/06: Thomas Bretz
7281
7282 * mhist/MHPixVsTime.[h,cc]:
7283 - changed such that you can set the name of the time container now
7284
7285 * mraw/MRawRunHeader.[h,cc]:
7286 - added GetMaxPixId()
7287
7288 * mraw/MRawEvtData.cc:
7289 - fixed wrong size calculation for fABflags
7290
7291
7292
7293 2004/02/06: Oscar Blanch
7294
7295 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
7296 - We cahnged the name (and values) of the global variable
7297 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
7298
7299
7300
7301 2004/02/05: Markus Gaug
7302
7303 * mcalib/MHCalibrationPixel.[h,cc]
7304 - put an NDF limit for the fit
7305 - removed all TStrings and replace them by Form(..)
7306 - Check for nan's of all returned fit values
7307
7308 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
7309 - reshuffled HiLoGainConversion, calculation of F-Factor method,
7310 - calculation of total F-Factor of the readout.
7311
7312 * mcalib/MCalibrationCam.cc
7313 - include relative times to display with GetPixelContent
7314
7315 * mcalib/MCalibrationCalc.[h,cc]
7316 - flag to skip Hi-Lo Calibration
7317 - Hi-LO Graph not filled any more after overflow of ChargevsN
7318 - fill the blind pixel differently from the rest of pixels
7319
7320 * mcalib/MCalibrate.cc:
7321 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
7322
7323 * manalysis/MArrivalTimeCalc.cc
7324 - default step width 100 ps.
7325 - look for half maximum (at rising edge)
7326
7327 * manalysis/MExtractSignal.[h,cc]
7328 - removed uncommented code (arrival time)
7329 - set start byte back by one like it was before TB's changes
7330 (does not affect the calculation of number of FADC slices)
7331
7332 * manalysis/MExtractSignal2.[h,cc]
7333 - removed uncommented code (arrival time)
7334
7335 * manalysis/MHPedestalPixel.[h,cc]
7336 - is now filled with total pedestals (not per slice), but results are
7337 renormalized to values per slice (this is not to screw up with the
7338 pedestal RMS and the derived uncertainties)
7339 - new function Renorm(nslices)
7340
7341 * manalysis/MPedestalCam.[h,cc]
7342 - introduced function Clone() (like proposed by TB)
7343 - call to MHPedestalPixel operator() not const any more
7344 - take out lots of uncommented code
7345 - found bug in initialization of hists. SetupFill is called in
7346 PreProcess, therefore, TObjArray is not yet enlarged there.
7347 Now, InitUseHists is called in Fill
7348 - MHPedestalPixel is now filled with total pedestals (not per slice),
7349 but results are
7350 renormalized to values per slice (this is not to screw up with the
7351 pedestal RMS and the derived uncertainties)
7352
7353 * manalysis/MPedCalcPedRun.cc
7354 - added author
7355 - split calculation of RMS into two steps to make it more clear to
7356 the user
7357
7358 * macros/calibration.C
7359 - found bug introduced two days ago, namely calculating pedestlas with
7360 MExtractSignal2 which is now fixed
7361 - Skip HiLoConversionCalibration
7362
7363
7364
7365 2004/02/05: Abelardo Moralejo
7366
7367 * macros/starmc2.C
7368 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
7369 for both MMcEvt and MMcRunHeader since these containers are
7370 not present in real data. Name of macro is no longer adequate if
7371 we will use it for calibrated real data (to be changed if so).
7372
7373
7374
7375 2004/02/05: Sebastian Raducci
7376
7377 * mtools/MCubicSpline.[h,cc]
7378 - added
7379 - this class will take the place of the TSpline class to
7380 calculate arrival times
7381
7382 * mtools/MCubicCoeff.[h,cc]
7383 - added
7384 - this class is used by MCubicSpline to store coefficients
7385
7386 * macros/spline.C
7387 - added
7388 - test macro. Shows how to use the MCubicSpline class
7389 - it could be used to test the methods of the Spline class
7390
7391
7392
7393 2004/02/05: Thomas Bretz
7394
7395 * mmain/MBrowser.cc:
7396 - fixed a double deletion of a TGLayoutHints
7397
7398
7399
7400 2004/02/04: Markus Gaug
7401
7402 * mmain/MBrowser.cc:
7403 - corrected TGTReeLBEntry for TGTreeLBEntry
7404
7405
7406
7407 2004/02/04: Thomas Bretz
7408
7409 * manalysis/MExtractSignal2.cc:
7410 - don't allow odd numbers for the window size
7411
7412 * mfilter/MFilterList.cc:
7413 - corrected a wrong logging message
7414
7415 * mmain/MBrowser.cc:
7416 - added '/data/MAGIC' as shortcut in the combo box
7417
7418 * mraw/MRawEvtPixelIter.cc:
7419 - optimized calculation of MaxIdx
7420
7421
7422
7423 2004/02/04: Abelardo Moralejo
7424
7425 * macros/starmc2.C
7426 - removed unnecessary variables BinsHigh, BinsLow
7427
7428
7429
7430 2004/02/04: Markus Gaug
7431
7432 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
7433 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
7434 macros/calibration.C:
7435 - histograms are now filled with MFillH as proposed and coded by
7436 Thomas Bretz. Some modifications had to be done, however.
7437 - Class to hold MHPedestalPixel is still MPedestalCam
7438 - MPedCalcPedRun does nothing any more (except from what is was
7439 doing before)
7440
7441 * manalysis/MExtractSignal.cc
7442 - remove uncommented code
7443
7444 * mcalib/MCalibrationCalc.[h,cc]
7445 - modified way to handle histogram overflow: Now flags are set and
7446 ChargevsN histogram is not tried to be filled subsequently
7447
7448
7449
7450 2004/02/03: Markus Gaug
7451
7452 * manalysis/MHExtractedSignalPix.[h,cc]
7453 - added Thomas B. modified version of MHPedestalPixel. Later will
7454 remove MHPedestalPixel
7455
7456 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
7457 manalysis/MCalibrationCam.cc, macros/calibration.C:
7458 - now split completely absolute and relative times. Absolute
7459 times are not fitted, but their histogram mean and rms are
7460 returned.
7461
7462
7463
7464 2004/02/03: Thomas Bretz
7465
7466 * mfileio/MReadTree.cc:
7467 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
7468
7469 * manalysis/MExtractSignal.[h,cc]:
7470 - moved code to extract the signal from Process to
7471 new member function FindSignal, I left the arrival time
7472 extraction as commented-out code in the code just as a
7473 demonstration to do this very fast.
7474
7475
7476
7477 2004/02/02: Markus Gaug
7478
7479 * manalysis/MPedCalcPedRun.cc
7480 - corrected formulae in Class description
7481
7482 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
7483 manalysis/MMcCalibrationUpdate.cc:
7484 - calculate relative times and absolute times. Fit only
7485 the relative ones.
7486
7487
7488
7489 2004/02/02: Abelardo Moralejo
7490
7491 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
7492 - removed file type check (MC or data) from PreProcess since now
7493 run headers are not yet known at that point.
7494
7495 * mcalib/MMcCalibrationCalc.cc
7496 - same as above.
7497
7498 * NEWS
7499 - updated.
7500
7501
7502
7503 2004/02/02: Thomas Bretz
7504
7505 * manalysis/MExtractSignal2.[h,cc]:
7506 - added new task which takes a given number of slices with the
7507 highest integral content as signal.
7508
7509 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
7510 - added MExtractSignal2
7511
7512
7513
7514 2004/01/30: Abelardo Moralejo
7515
7516 * macros/starmc.C
7517 - changed default FADC integration range (more adequate for coming
7518 camera version).
7519
7520 * macros/mccalibrate.C, starmc2.C
7521 - added. First macro transforms input files from camera simulation
7522 into files with pixel data already calibrated in photons. The
7523 second reads in an already calibrated data file and produces an
7524 output file with Hillas parameters. Both together do the same as
7525 starmc.C, but it is convenient to have files containing
7526 calibrated pixel information.
7527
7528
7529
7530 2004/01/30: Thomas Bretz
7531
7532 * mbase/MDirIter.h:
7533 - added GetNumEntries
7534
7535 * mhist/MHEvent.cc:
7536 - added a dynamic_cast from MParContainer to MCamEvent to get the
7537 correct pointer to the correct base-class.
7538
7539 * mbase/MStatusDisplay.cc:
7540 - In EventInfo check whether gPad==0
7541
7542 * mfileio/MReadMarsFile.cc:
7543 - removed reading RunHeaders from PreProcess, this resulted
7544 in strange behaviour of writing RunHeaders
7545 - fixed consistency check for RunType accordingly
7546
7547 * mfilter/MFilterList.cc:
7548 - do not skip adding filter if only a filter with the same name
7549 exists
7550
7551 * mraw/MRawFileRead.cc:
7552 - added an output message if run header is not accessible
7553
7554 * mraw/MRawRunHeader.[h,cc]:
7555 - initialize fRunType to new enum kRTNone
7556
7557 * mfilter/MFGeomag.cc:
7558 - set fResult to kFALSE at the beginning of Process
7559 - according to this removed setting fResult=kFALSE before return
7560 - replaced some float by Float_t
7561 - added some const-qualifiers
7562 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
7563 with rnd = R * (r2-r1)/2 to make sure that we cannot
7564 devide by 0
7565
7566 * manalysis/MPedCalcPedRun.cc:
7567 - added some comments
7568
7569 * Makefile:
7570 - added mjobs
7571
7572 * mjobs/*:
7573 - added
7574
7575 * mbase/Makefile, mbase/BaseLinkDef.h:
7576 - added MRunIter
7577
7578 * mbase/MRunIter.[h,cc]:
7579 - added
7580
7581
7582
7583 2004/01/30: Markus Gaug
7584
7585 * manalysis/MPedestalCam.h
7586 - added function IsUsedHists()
7587
7588 * manalysis/MPedestalCam.cc
7589 - modified GetPixelContent
7590
7591 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
7592 - include storage of number of used FADC slices to compare later
7593 the pedestal per slice ( and sigma per slice)
7594 - return relative differences in GetPixelContent
7595
7596 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
7597 - fBlindPixelId and fPINDiodeId now like in PedestalCam
7598 - fill Blind Pixel with information about its fitted pedestal if
7599 available
7600 - initialize charges histogram with a bigger range
7601 - use pedestal information to constrain the pedestal fit ranges
7602
7603 * manalysis/MHPedestalPixel.cc
7604 - initialize charges histogram with a bigger range
7605
7606 * macros/calibration.C
7607 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
7608 - apply new GetPixelContents of MPedestalCam (more calculations
7609 and displays of errors, correction for different FADC slice
7610 number)
7611
7612 * manalysis/MExtractSignal.cc
7613 - not access to MArrivalTime any more. The same information is
7614 stored in MRawEvt->GetPixelContent(...)
7615
7616 * manalysis/MCalibrationCalc.cc
7617 - retrieve default arrival time from MRawEvt
7618
7619 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
7620 - check for NaN's in fit results
7621
7622
7623
7624 2004/01/29: Abelardo Moralejo
7625
7626 * mfileio/MWriteFile.h
7627 - added missing declaration of ReInit
7628
7629 * manalysis/MMcCalibrationUpdate.cc
7630 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
7631 to adapt to recent changes in MCalibrate.
7632
7633
7634
7635 2004/01/29: Thomas Bretz
7636
7637 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
7638 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
7639 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
7640 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
7641 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
7642 - split derivement into MParContainer and MCamEvent
7643
7644 * manalysis/MExtractSignalCam.[h,cc]:
7645 - removed obsolete MExtractSignal::ReInit
7646 - added -> to fArray
7647
7648 * mbase/MParList.h:
7649 - added a new bit kIsProcessing
7650
7651 * mbase/MTaskList.cc:
7652 - fixed the handling of kDoNotReset and the bahaviour of
7653 SetReadyToSave, such that it is possible to write all
7654 headers
7655
7656 * mfileio/MWriteFile.cc:
7657 - added ReInit which also calls CheckAndWrite
7658
7659 * mgui/MCamEvent.h:
7660 - does not derive from MParContainer anymore
7661
7662
7663
7664 2004/01/29: Markus Gaug
7665
7666 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
7667 mcalib/MCalibrationConfig.h
7668 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
7669 directly into the corresponding classes.
7670
7671
7672
7673 2004/01/29: Nicola Galante
7674
7675 * mhistmc/MHMcTriggerLvl2.[h,cc]:
7676 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
7677 added string checking to return also
7678 fHistCellPseudoSize, fHistCellPseudoSizeNorm
7679 and fHistCellPseudoSizeEnergy.
7680 - Added inline functions GetHistCellPseudoSize() and
7681 GetHistCellPseudoSizeNorm().
7682
7683
7684
7685 2004/01/28: Javier Rico
7686
7687 * mcalib/MCalibrate.[h.cc]
7688 - include possibility to select the calibration method to be used
7689
7690
7691
7692 2004/01/28: Markus Gaug
7693
7694 * mcalib/MCalibrate.[h.cc]
7695 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
7696
7697 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
7698 - included flags to indicate if Blind Pixel Method or PIn Diode
7699 method was OK. Up to now, program stopped, if one of the two
7700 methods was chosen but not able to being executed.
7701
7702 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
7703 manalysis/MGeomApply.cc:
7704 - put all missing InitSize(npixels) into MGeomApply
7705
7706 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
7707 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
7708 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
7709 - include possibility to fit the pedestals with Gaussian.
7710 - old methods are not affected.
7711 - add new method with MPedCalcPedRun::SetUseHists()
7712
7713
7714
7715 2004/01/28: Abelardo Moralejo
7716
7717 * mcalib/MMcCalibration.cc
7718 - fixed wrong variable type in call to TH1F constructor (number of
7719 bins is now integer), which resulted in a compilation warning.
7720
7721
7722
7723 2004/01/28: Thomas Bretz
7724
7725 * manalysis/MPedestalCam.cc:
7726 - removed unwanted CheckBound from operators. CheckBounds is ONLY
7727 ment for really old MC files and will be removed in the future
7728 anyhow.
7729
7730 * mcalib/MHCalibrationPixel.h:
7731 - removed obsolete include of MFFT
7732
7733 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
7734 manalysis/MPedestalCam.[h,cc]:
7735 - removed use of obsolete MPedestalCam::CheckBounds. This was
7736 a workaround for a 'bug' in very old camera files, which is not
7737 necessary anymore.
7738
7739 * manalysis/MCerPhotAnal2.[h,cc]:
7740 - replaced MPedestalCam by MPedPhotCam
7741
7742 * manalysis/MExtractSignal.cc:
7743 - some small simplification to the signal extraction
7744 - removed some obsolete variables
7745 - replaced for by while
7746 - removed obsolete casts
7747
7748 * mmain/MEventDisplay.cc:
7749 - gave names to the filters
7750 - removed adding MHCamera to fList because it was deleted twice
7751
7752 * mhist/MHCamera.cc:
7753 - fixed usage of fPainter in Paint() - title was not updated
7754 correctly
7755
7756
7757
7758 2004/01/28: Sebastian Raducci
7759
7760 * manalysis/MArrivalTime.[h,cc]:
7761 - removed all the code relative to the cluster evaluation
7762
7763
7764
7765 2004/01/27: Markus Gaug
7766
7767 * manalysis/MPedestalPix.cc:
7768 - initialize default values to 0 instead of -1.
7769
7770 * manalysis/MPedestalCam.[h,cc]:
7771 - include CheckBounds, also in operator[]
7772
7773 * mcalib/MCalibrationCam.[h,cc]:
7774 - apparently, there was a reference to InitSize(UInt_t i) instead
7775 of InitSize(Int_t i), where compiler complained, now changed
7776
7777 * mcalib/MHCalibration*, mcalib/MCalibration*:
7778 - fixed all Clear()'s, Reset()'s, direct intializers
7779
7780
7781
7782 2004/01/27: Thomas Bretz
7783
7784 * mdata/MDataChain.cc:
7785 - added '%' to supported operators
7786
7787
7788
7789 2004/01/26: Nicola Galante
7790
7791 * manalysis/MMcTriggerLvl2.[cc,h]:
7792
7793 - Defined some static constants to avoid ugly "magic numbers"
7794 in arrays: gsNCells, gsNTrigPixels,
7795 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
7796 - Added method
7797 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
7798 which computes compact pixels into a given L2T macrocell.
7799 - Added method
7800 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
7801 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
7802 macrocells
7803 - Added method
7804 MMcTriggerLvl2::GetCellPseudoSize() const
7805 which returns fCellPseudoSize
7806 - Added method
7807 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
7808 which controls whether a pixel belongs to a given L2T cell.
7809 - Added method
7810 MMcTriggerLvl2::GetMaxCell() const
7811 which returns fMaxCell, the cell with the maximum
7812 fCellPseudoSize.
7813
7814
7815
7816 2004/01/26: Markus Gaug, Michele Doro
7817
7818 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
7819 - moved calculation of arrival time from MArrivalTime to
7820 MArrivalTimeCalc. MArrivalTime does not do any Process-job
7821 anymore
7822 - TSpline5 now on stack.
7823 - function to set the stepsize
7824
7825 * mcalib/MHCalibrationBlindPixel.[h,cc]:
7826 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
7827 - implement combined Polya fit and Michele's back-scattered electron
7828 fit
7829
7830 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
7831 mcalib/MCalibrationPINDiode.cc:
7832 - combine FitChargeHiGain and FitChargeLoGain into one function
7833
7834 * macros/calibration.C
7835 - improve double gauss fit a bit
7836
7837
7838
7839 2004/01/26: Thomas Bretz
7840
7841 * mraw/MRawEvtPixelIter.[h,cc]:
7842 - removed member function GetNumPixels. For more details see mantis.
7843
7844 * manalysis/MArrivalTime.[h,cc]:
7845 - reorganized includes
7846 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
7847 definition
7848 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
7849 PROGRAM
7850
7851 * manalysis/MArrivalTimeCalc.[h,cc]:
7852 - reorganized includes
7853 - removed many obsolete code, exspecially copy&paste relicts!
7854 - fixed usage of InitSize
7855 - removed CleanArray. Reset() is called automatically before Process()
7856
7857 * manalysis/MExtractedSignalCam.[h,cc]:
7858 - added SetLogStream
7859 - removed obsolete include MGeomCam
7860 - replaced PrintOut by Print
7861 - added const-qualifiers to all Getters
7862 - fixed documentation
7863
7864 * manalysis/MExtractedSignalPix.[h,cc]:
7865 - replaced PrintOut by Print
7866 - fixed documentation
7867
7868 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
7869 - replaced memset by Reset()
7870
7871
7872
7873 2004/01/24: Abelardo Moralejo
7874
7875 * macros/starmcstereo.C
7876 - Added. Example of how to run the analysis chain for MC files
7877 containing simulation of stereo systems of 2 telescopes.
7878
7879 * mcalib/MCalibrate.cc
7880 - Added check that value of signal from MExtractedSignalPix is not
7881 the default (error) value. In such a case, the signal in
7882 MCerPhotEvt is now set to 0. Before, all pixels got very high
7883 values in MCerPhotEvt in case the MRawEvtData object for the
7884 event was missing in the file. This happened in MC files, in
7885 which in some circumstances an event is written without the
7886 pixel information (for instance, when running stereo simulations
7887 the pixel data is missing for non-triggered telescopes, but the
7888 event headers are present).
7889
7890
7891
7892 2004/01/23: Markus Gaug
7893
7894 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
7895 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
7896 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
7897 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
7898 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
7899 - use MArrivalTime for Storage (or calculation) of time
7900 in MExtractSignal
7901 - pass from TH1I histos to TH1F for times
7902
7903 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
7904 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
7905 mcalib/MCalibrationCalc.[h,cc]:
7906 - clean up setters
7907 - pass to bit-fields for all flags
7908
7909 * mcalib/MCalibrationCam.cc
7910 - exclude Blind Pixel from Camera display
7911 - do not fill &val when return kFALSE
7912
7913 * macros/calibration.C
7914 - include functions to exclude the blind pixel,
7915 calculation of times and quality checks
7916
7917
7918
7919 2004/01/23: Abelardo Moralejo
7920
7921 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
7922 - Added support (using AddSerialNumber) for stereo MC files.
7923
7924
7925
7926 2004/01/23: Thomas Bretz
7927
7928 * mbase/MAstro.cc:
7929 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
7930
7931 * mreport/MReport*.[h,cc]:
7932 - changed all classes to return Int_t instead of Bool_t in
7933 InterpreteBody
7934 - changed MReportFileRead such, that a wrong line results in
7935 skipping the line instead of abort reading.
7936
7937 * manalysis/MExtractSignal.cc:
7938 - do not print information for each pixel - it's too much.
7939
7940 * mbase/MStatusDisplay.cc:
7941 - when reading a status display do not display tabs with
7942 the same name than one which is already existing.
7943
7944 * mcalib/MCalibrate.cc:
7945 - directly store pointer to pixel when setting saturation flag
7946
7947 * mcamera/MCameraDC.cc:
7948 - fixed some comments
7949
7950 * mhist/MHCamEvent.cc:
7951 - fixed a crash when no geometry was available
7952
7953 * mhist/MHCamera.[h,cc]:
7954 - removed obsolete member function SetPix
7955
7956 * mbase/MStatusDisplay.[h,cc]:
7957 - added EventInfo member function
7958 - implemented preliminary redirection of GetObjectInfo to
7959 StatusLine2 -> An own status line for this is missing
7960
7961 * manalysis/MExtractSignal.[h,cc]:
7962 - implemented StreamPrimitive
7963 - changed deafults to be static const data members
7964
7965 * manalysis/MGeomApply.[h,cc]:
7966 - implemented StreamPrimitive
7967
7968
7969
7970 2004/01/23: Abelardo Moralejo
7971
7972 * manalysis/MMcCalibrationUpdate.[h,cc]
7973 - Added check to guarantee that the FADC simulation parameters of
7974 all read files (those used for calibration and those analyzed)
7975 are the same.
7976 - Added missing support for analysis of stereo files.
7977
7978 * mcalib/MMcCalibrationCalc.cc
7979 - Removed obsolete FIXME comment.
7980 - Added missing support for analysis of stereo files.
7981
7982
7983 2004/01/23: Raquel de los Reyes
7984
7985 * macros/CCDataCheck.C
7986 - Added the temperature distribution of the optical links
7987 and the plots of the LV power supplies.
7988 * mcamera/MCameraLV.h
7989 - Added the "Get" functions to access the private data
7990 members of the class.
7991
7992
7993 2004/01/22: Abelardo Moralejo
7994
7995 * manalysis/MMcCalibrationUpdate.[h,cc]
7996 - Now ratio of high to low gain is taken from MCalibrationCam if
7997 it existed previously in the parameter list, instead of being
7998 read again from the MMcFadcHeader. Removed Setter function for
7999 fADC2PhInner, no longer necessary. Fixed error regarding the
8000 pedestal conversion to photons (did not read conversion factor
8001 from preexisting MCalibrationCam object).
8002
8003 * mcalib/MMcCalibrationCalc.cc
8004 - Changed parameters of the histogram, and also the quantity being
8005 histogrammed. Check that input data come from a noiseless camera
8006 file before proceeding to do the calibration. Introduced lower
8007 size in cut for calibration. Now rhe calibration constant is not
8008 calculated from the mean of photons/ADC counts, but from the peak
8009 of the histogram.
8010
8011 * macros/starmc.C
8012 - Introduced new scheme. Now there are two loops over two different
8013 sets of files. First loop calculates the calibration constants,
8014 second one does the analysis. Introduced comments. Now the
8015 histogram used in the light calibration is written to the output
8016 file.
8017
8018
8019
8020 2004/01/22: Thomas Bretz
8021
8022 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
8023 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
8024 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
8025 mcalib/MCalibrationBlindPixel.[h,cc],
8026 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
8027 mcalib/MHCalibrationBlindPixel.[h,cc],
8028 mcalib/MHCalibrationPINDiode.[h,cc]:
8029 - cleaned up includes
8030
8031
8032
8033 2004/01/22: Raquel de los Reyes
8034
8035 * macros/CCDataCheck.C
8036 - macro to check the data from the central control (.rep files).
8037
8038
8039
8040 2004/01/22: Markus Gaug
8041
8042 * macros/calibration.C
8043 - made MStatusDisplay 3 bit smaller
8044
8045 * manalysis/MExtractSignal.cc
8046 - put fSignals->SetUsedFADCSlices into PreProcess
8047
8048 * manalysis/MPedCalcPedRun.cc
8049 - calculate PedRMS as RMS of the sums, later renormalized to units
8050 of RMS/slice (eliminate the wrong effect of odd and even slices)
8051
8052 * mcalib/MCalibrationCalc.cc
8053 - if bit SkipBlindPixelFit is set, now number of photons outside
8054 plexiglass is not intended to be calculated any more (previous
8055 bug)
8056 - exclude excluded pixels in eventloop
8057
8058 * mcalib/MHCalibrationBlindPixel.[h,cc]
8059 - move functions to pointer again (otherwise, Clone will give
8060 strange results)
8061
8062
8063
8064 2004/01/21: Abelardo Moralejo
8065
8066 * mcalib/MMcCalibrationCalc.[h,cc]
8067 - Added. First version of the task intended to calculate the
8068 conversion factors from ADC counts to photons in the MC. It has
8069 a different aim than the recently renamed class
8070 "MMcCalibrationUpdate" (which takes care that the correct
8071 pedestals and conversion factors are supplied to each event, but
8072 does not really calculate anything).
8073
8074 * mcalib/Makefile, CalibLinkDef.h
8075 - Added new class MMcCalibrationCalc
8076
8077 * manalysis/MMcCalibrationUpdate.[h,cc]
8078 - Now the container MCalibrationCam is not created or modified if
8079 it is found that one such container already exists in the
8080 Parameter list (from a previous calibration).
8081
8082
8083
8084 2004/01/21: Thomas Bretz
8085
8086 * mraw/MRawRead.cc:
8087 - restore the fake time for all runs (current time stamp in
8088 the data seems to be toally nonsense)
8089
8090 * mraw/MRawEvtHeader.cc:
8091 - removed decoding of real time (current time stamp in the data
8092 seems to be toally nonsense)
8093
8094
8095
8096 2004/01/21: Abelardo Moralejo
8097
8098 * mmc/MMcEvt.hxx
8099 - Uncommented 6 Getter functions (those regarding the number of
8100 photons surviving the different stages of simulation).
8101
8102 * manalysis/MMcCalibrationUpdate.[h,cc]
8103 - Added (see below).
8104
8105 * manalysis/MMcCalibrationCalc.[h,cc]
8106 - Removed: changed name of this class to MMcCalibrationUpdate,
8107 which is more representative of what it really does. Moved
8108 the filling of the MCalibrationCam container from Process to
8109 ReInit, since it does not change on an event by event basis.
8110 Simplified PreProcess (MCalibrationCam was searched for twice).
8111 Updated class description and comments.
8112
8113 * manalysis/Makefile, AnalysisLinkDef.h
8114 - Adapted to change above
8115
8116 * macros/starmc.C
8117 - Adapted to change above. Changed also task instance name from
8118 mccalibcalc to mccalibupdate.
8119
8120
8121
8122 2004/01/21: Raquel de los Reyes
8123
8124 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
8125 and mcamera/MCameraCalibration.h
8126 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
8127 the private data members of the class.
8128
8129
8130
8131 2004/01/20: Thomas Hengstebeck
8132
8133 * mranforest/MRanForestCalc.[h,cc]
8134 - Added member functions Grow (training of RF) and Fill (reading in
8135 trained forest from file) which simplify macros.
8136 One just needs to call them instead of using MRanForestGrow and
8137 MRanForestFill (and the related training and fill loops) in a
8138 macro.
8139
8140
8141
8142 2004/01/20: Abelardo moralejo
8143
8144 * manalysis/MMcCalibrationCalc.cc
8145 - removed call to MCalibrationPix::SetPedestal, which was not
8146 needed.
8147
8148
8149
8150 2004/01/20: Thomas Bretz
8151
8152 * Makefile:
8153 - replaced 'make' by '$(MAKE)'
8154
8155 * Makefile.rules:
8156 - added Makefile itself to dependencies
8157
8158 * mbase/MTask.cc:
8159 - added comment about ReInit
8160
8161 * mhbase/MH.cc:
8162 - do not clear pad in DrawClone if 'same' option given
8163
8164 * mhist/MHVsTime.cc:
8165 - evaluate 'same' option
8166
8167 * mfileio/MReadCurrents.[h,cc]:
8168 - obsolete, removed
8169
8170 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
8171 - added some comments
8172
8173
8174
8175 2004/01/20: Abelardo moralejo
8176
8177 * mcalib/MHCalibrationPINDiode.cc
8178 - Added call to SetDirecory(0) for histograms fHErrCharge,
8179 fHPCharge, fHPTime.
8180
8181 * manalysis/MCerPhotPix.h:
8182 - Changed position of declaration of fIsSaturated to be the last
8183 private variable. Otherwise, since in the constructor it is
8184 initialized in the last place, a warning is displayed upon
8185 compilation in some systems.
8186
8187
8188
8189 2004/01/20: Markus Gaug
8190 * mcalib/Makefile, manalysis/Makefile:
8191 - include directory ../mtools
8192
8193 * mtools/MFFT.[h,cc]
8194 - class inherits from TObject now
8195
8196
8197
8198 2004/01/19: Markus Gaug
8199
8200 * mcalib/MHCalibrationBlindPixel.[h,cc]
8201 - fixed a bug in fFitLegend due to which program crashed by calls
8202 to DrawClone
8203 - Modified way to change the fit function
8204
8205 * mcalib/MHCalibrationPixel.[h,cc]
8206 - reordered function calls
8207 - removed SetupFill
8208
8209 * mcalib/MHCalibrationPINDiode.h
8210 - reordered function calls
8211
8212 * mcalib/MCalibrationPix.[h,cc]
8213 - limits to define fFitValid now as variables in class
8214
8215 * mcalib/MCalibrationCam.[h,cc]
8216 - reordered function calls
8217 - incorporate option to exclude pixels
8218
8219 * mcalib/MCalibrationBlindPix.h
8220 - Modified way to change the fit function
8221
8222 * mcalib/MCalibrationCalc.[h,cc]
8223 - Modified way to change the fit function
8224 - incorporate option to exclude pixels from configuration file
8225
8226 * macros/calibration.C
8227 - Modified way to change the fit function
8228 - incorporate option to exclude pixels from configuration file
8229
8230
8231
8232 2004/01/19: Javier Rico
8233
8234 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
8235 - Added documentation of member functions
8236
8237
8238
8239 2004/01/19: Abelardo Moralejo
8240
8241 * manalysis/MCerPhotPix.[h,cc]
8242 - Added fIsSaturated to flag whether low gain of the pixel is
8243 saturated. Added corresponding getter and setter functions.
8244 Updated ClassDef to version 2.
8245
8246 * mcalib/MCalibrate.cc
8247 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
8248 one low gain FADC slice is saturated.
8249
8250 * mimage/MNewImagePar.[h,cc]
8251 - Added new member variable fNumSaturatedPixels to count how many
8252 pixels were saturated. Updated ClassDef to version 2.
8253
8254
8255
8256 2004/01/19: Thomas Bretz
8257
8258 * manalysis/MPedPhotCalc.[cc,h]:
8259 - fixed order of includes
8260 - removed obsolete forward declarations
8261 - removed obsolete data member fNumPixels (stored already twice in
8262 the two TArrayF)
8263 - fixed some small bugs in the documentation
8264
8265 * manalysis/MPedCalcPedRun.cc:
8266 - updated my eMail address
8267
8268
8269
8270 2004/01/19: Javier Rico
8271
8272 * macros/dohtml.C, NEWS
8273 - include some missing info
8274
8275
8276
8277 2004/01/19: Abelardo Moralejo
8278
8279 * manalysis/MExtractedSignalPix.h
8280 - added GetNumLoGainSaturated()
8281
8282
8283
8284 2004/01/19: Markus Gaug
8285
8286 * macros/dohtml.C
8287 - include calibration.C
8288
8289 * manalysis/MExtractSignal.cc
8290 - warning of logain saturation now only once per event (out of loop)
8291
8292 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
8293 - new Flag fExcluded to indicate if pixel has been excluded from
8294 further analysis
8295
8296
8297
8298 2004/01/16: Javier Rico & Pepe Flix
8299
8300 * manalysis/MPedPhotCalc.[cc,h]
8301 - added
8302 - new class for the evaluation of pedestals in units of photons
8303 using the extracted signal from pedestal runs and calibration
8304 constants defined in MCalibrate
8305
8306 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
8307 - added entries for MPedPhotCalc
8308
8309 * macros/pedphotcalc.C
8310 - added
8311 - example on how to use MPedPhotCalc task
8312
8313
8314
8315 2004/01/16: Markus Gaug
8316
8317 * mcalib/MCalibrationFits.h
8318 - removed and incorporated in MHCalibrationBlindPixel.h
8319
8320 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
8321 mcalib/MCalibrationBlindPix.h:
8322 - incorporate Fit functions
8323 - fixed a bug due to which DrawClone crashed when class was used
8324 in a compiled macro
8325
8326 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
8327 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
8328 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
8329 mcalib/MHCalibrationPixel.cc:
8330 - fixed the warns and errs in fLog's
8331
8332
8333
8334 2004/01/16: Abelardo Moralejo
8335
8336 * manalysis/MMcCalibrationCalc.cc
8337 - TMath::Max() is no longer used because it did not compile in some
8338 systems for unkown reasons. I replaced it by a safer (and may be
8339 slower) code.
8340 - Added calpix.SetFitValid();
8341
8342 * mhist/MHEvent.cc
8343 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
8344 be 1 in case of RMS:
8345 case kEvtPedestalRMS:
8346 fHist->SetCamContent(*(MCamEvent*)par, 1);
8347
8348
8349
8350 2004/01/15: Abelardo Moralejo
8351
8352 * macros/starmc.C
8353 - Added. Version of star showing new chain to get Hillas
8354 parameters (with Size calibrated in photons) from MC files.
8355
8356
8357
8358 2004/01/15: Javier Rico
8359
8360 * manalysis/MPedCalcPedRun.[h,cc]
8361 - optimize the running time
8362 - add (some) documentation
8363 - correct treatment for the case of several input files
8364
8365 * macros/pedvsevent.C
8366 - added
8367 - draw pedestal mean and rms vs event# for input pixel# and run
8368 file, and compares them to the global pedestal mean and rms
8369
8370
8371
8372 2004/01/15: Raquel de los Reyes
8373
8374 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
8375 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
8376 functions to compute the estimation of the error of the
8377 mean. It can be done calling to the function
8378 MCamEvent::SetBit(MHCamera::kVariance) in the macro
8379
8380
8381
8382 2004/01/15: Markus Gaug
8383
8384 * mhist/MHCamera.[h,cc]
8385 - incorporate Thomas's changes
8386 - replace void CreateProjection() by TH1D *Projection(const char*)
8387
8388 * macros/calibration.C
8389 - replace MHCamera->Draw("proj") by MHCamera->Projection()
8390 - produce better fits to the projection
8391
8392 * manalysis/MSimulatedAnnealing.[h,cc],
8393 mhist/MHSimulatedAnnealing.[h,cc]:
8394 - moved to directory mtools
8395 - MSimulatedAnnealing now inherits from TObject
8396
8397 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
8398 mhist/Makefile, mhist/HistLinkDef.h:
8399 - removed MSimulatedAnnealing
8400 - removed MHSimulatedAnnealing
8401
8402 * mtools/Makefile, mtools/AnalysisLinkDef.h:
8403 - added MSimulatedAnnealing
8404 - added MHSimulatedAnnealing
8405
8406
8407
8408 2004/01/15: Thomas Bretz
8409
8410 * manalysis/AnalysisLinkDef.h:
8411 - removed MCurrents
8412
8413 * mhist/MHCamera.[h,cc]:
8414 - added member function Projection
8415 - removed fYproj
8416
8417 * mreport/MReport*.*:
8418 - added more comments
8419
8420
8421
8422 2004/01/14: Markus Gaug
8423
8424 * mtools/MFFT.[h,cc]
8425 - new class to perform Fast Fourier Transforms
8426
8427 * mtools/Makefile
8428 * mtools/ToolsLinkDef.h
8429 - include MFFT
8430
8431 * manalysis/MExtractedSignalCam.h
8432 - removed variables fNumHiGainSamples and fNumLoGainSamples
8433 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
8434
8435 * manalysis/MExtractSignal.cc
8436 - updated call to SetUsedFADCSlices
8437
8438
8439
8440 2004/01/14: Abelardo Moralejo
8441
8442 * manalysis/MMcCalibrationCalc.cc:
8443 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
8444 This can happen (depending on camera simulation parameters), and
8445 rms = 0 later resulted in the pixel being eliminated in the
8446 image cleaning.
8447
8448
8449
8450 2004/01/14: Thomas Bretz
8451
8452 * Makefile:
8453 - replaced old style Makefile.depend by directory specific
8454 dependancy files
8455
8456 * Makefile.rules:
8457 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
8458 - added rule to make dependency files
8459 - added rule to remove dependancy files.
8460 - added rmdep as prerequisite to clean
8461 - include dependency file
8462
8463 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
8464 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
8465 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
8466 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
8467 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
8468 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
8469 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
8470 mtools/Makefile:
8471 - removed clean-rule, use the one in Makefile.rules instead
8472
8473 * mreport/Makefile, mreport/ReportLinkDef.h:
8474 - added MReportHelp
8475
8476 * mreport/MReportFileRead.cc:
8477 - moved code from MReportHelp to new file
8478 - removed usage of MReport class completely
8479
8480 * mfilter/MFGeomag.[h,cc]:
8481 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
8482 - changed the second loop from 0->1151 to 1152->2304
8483 - removed dummy arrays used for reading
8484 - output filename in case of 'file not found'
8485 - removed obsolete data members
8486 - removed obsolete Init function
8487 - removed forbidden underscore from member variable
8488 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
8489
8490 * mbase/MStatusDisplay.[h,cc]:
8491 - added new member function Open
8492 - added new menu entry kFileOpen
8493 - changed UpdatePSheader algorithm (the old one was much too slow)
8494
8495 * manalysis/MCurrents.[h,cc]:
8496 - removed (old outdated)
8497
8498 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
8499 - removed MCurrents
8500
8501
8502
8503 2004/01/14: Wolfgang Wittek
8504
8505 * macros/ONOFFAnalysis.C:
8506 - current version
8507
8508 * mhist/MHSigmaTheta.[h,cc]:
8509 - replace MPedestalCam by MPedPhotCam
8510
8511 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
8512 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
8513 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
8514 - replace MPedestalCam by MPedPhotCam
8515
8516 * manalysis/MPedPhotPix.[h,cc]
8517 - uncomment SetRms()
8518
8519
8520
8521 2004/01/13: Markus Gaug
8522
8523 * manalysis/MExtractSignal.h
8524 - seems that the reduced light intensity of the CT1 Pulser
8525 results in broader pulses -> Set Default time slices to [3,10]
8526
8527 * mhist/MHCamera.cc
8528 - make Stat Window in option 'proj' bigger
8529 - add comment line at beginning of Draw()
8530
8531 * mcalib/MHCalibrationBlindPixel.[h.cc]
8532 - add Function DrawClone()
8533 - fix bug in calculation of integral (GetIntegral("width"))
8534 - restrict parameters tighter
8535 - declare fit as not valid, if less than 100 events
8536 in single photo-electron peak
8537
8538 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
8539 - fit now with fixed normalization
8540
8541 * mcalib/MHCalibrationPixel.[h.cc]
8542 - new function IsEmpty()
8543 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
8544
8545 * mcalib/MCalibrationPix.[h.cc]
8546 - F-Factor corrected and added error
8547 - Histograms not fitted if they are empty
8548 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
8549
8550 * mcalib/MCalibrationCam.cc
8551 - Square Root of Reduced Sigmas not taken, if they are < 0.
8552 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
8553
8554 * mcalib/MCalibrationCalc.cc
8555 - Blind Pixel is not additionally treated as normal pixel any more
8556 - Blind Pixel Draw replaced by DrawClone
8557
8558 * macros/calibration.C
8559 - took out some unused code
8560 - some default axis labelling corrected
8561
8562
8563
8564 2004/01/13: Abelardo Moralejo
8565
8566 * manalysis/MMcPedestalCopy.cc
8567 - added check of whether input file is a MC file before executing
8568 the PreProcess.
8569
8570
8571
8572 2004/01/13: Wolfgang Wittek
8573
8574 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
8575 - change macro to handle also MC events with finite sigmabar
8576
8577 * manalysis/MPadOn.[h,cc]:
8578 - deleted, is replaced by MPad
8579
8580 * manalysis/MPadOnOFF.[h,cc]:
8581 - deleted, is replaced by MPad
8582
8583 * manalysis/MPad.[h,cc]:
8584 - new class, replacing MPadON and MPadONOFF
8585 - handle also MC events with finite sigmabar
8586
8587 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
8588 - replace MPadON and MPadONOFF by MPad
8589
8590
8591
8592 2004/01/13: Thomas Bretz
8593
8594 * mraw/MRawRunHeader.[h,cc]:
8595 - implemented new member function GetRunTypeStr
8596
8597 * Changelog.03:
8598 - added (contains entries of 2003)
8599
8600 * Changelog:
8601 - removed entries of 2003
8602
8603 * mfilter/MFGeomag.cc:
8604 - simplified open/close of input files
8605
8606 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
8607 - added some comments
8608 - added new member function GetError
8609
8610 * Makefile:
8611 - updated 'make dox' output for convinience
8612
8613 * macros/dohtml.C:
8614 - do not print Info's
8615 - added mcamera
8616 - added mpointing
8617 - added mreport
8618
8619 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
8620 - removed some obsolete comments (these comments confused THtml)
8621
8622 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
8623 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
8624 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
8625 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
8626 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
8627 - replaced MPedestalCam by MPedPhotCam
8628 - removed some obsolete includes
8629
8630 * mbase/BaseLinkDef.h, mbase/Makefile:
8631 - added MLogPlugin
8632 - added MLogHtml
8633
8634 * mbase/MLog.[h,cc]:
8635 - added use of plugins
8636
8637 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
8638 - added
8639
8640 * mbase/MStatusDisplay.[h,cc]:
8641 - added a Save-As dialog
8642
8643
8644
8645 2004/01/12: Thomas Bretz
8646
8647 * macros/rootlogon.C:
8648 - added mcamera to include path
8649 - added mpointing to include path
8650 - added mreport to include path
8651
8652 * mbase/MLog.cc:
8653 - updated my eMail address
8654
8655 * mbase/MParContainer.h:
8656 - added Read member function
8657
8658 * mbase/MStatusDisplay.[h,cc]:
8659 - changed size of ps-paper
8660 - added a user defined bottom line to the ps-files
8661 - added name (currently unused)
8662 - added title (used as possible bottom line in ps-file)
8663
8664 * mraw/MRawRunHeader.cc:
8665 - added some comments
8666
8667 * status.cc:
8668 - set name of input as bottom line of status display
8669
8670
8671
8672 2004/01/12: Abelardo Moralejo
8673
8674 * mimage/MStereoPar.cc
8675 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
8676 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
8677 Bug had no effect unless scale1 != scale2 (-> telescopes of
8678 different size).
8679
8680
8681
8682 2004/01/12: Markus Gaug
8683
8684 * manalysis/MExtractSignal.[h,cc]
8685 - take out some uncommented code
8686 - replace logainshift by two independent variables:
8687 logainfirst, logainlast
8688 - because in most data, maximum occurs in slice 4, shift default
8689 from slices 4-9 to slices 3-8.
8690
8691 * manalysis/MExtractedSignalPix.[h,cc]
8692 - took out some uncommented code
8693 - new initializers: instead of -1. now 99999.9
8694
8695
8696
8697 2004/01/09: Markus Gaug
8698
8699 * mcalib/MCalibrationCam.[h,cc]
8700 - take out 1-dim histos because we can use
8701 the projections in MHCamera (s.b.)
8702
8703 * mcalib/MHCalibrationBlindPixel.h
8704 - make the fit by default quiet
8705
8706 * mcalib/MHCalibrationPixel.[h,cc]
8707 * mcalib/MCalibrationPix.[h,cc]
8708 - Ranges of time slices stored independently for HiGain and LoGain
8709 in order to allow consecutive checks
8710
8711 * mhist/MHCamera.[h.cc]
8712 - add the possibility to call a Draw("proj") which will
8713 draw a Y-Projection of the histogram
8714
8715 * macros/calibration.C
8716 - apply the drawing of the projections and fit them
8717
8718 * mcalib/MCalibrationCalc.cc
8719 - catch the possibility of a calibration file,
8720 unintendedly being a pedestal or cosmic file.
8721 Program now exits with an error before doing the fits
8722
8723 * mcalib/MCalibrationPix.[h,cc]
8724 - fixed a bug in calculation of fFitValid.
8725 before, a call to IsFitValid() always returned false
8726
8727
8728
8729 2004/01/09: Javier Lpez
8730
8731 * macros/bootcampstandardanalysis.C
8732 - added new macro that holds the main scheleton discussed in the
8733 december bootcamp in Wuerzburg. It runs first over a pedestal
8734 run, then over a calibration run, again over the pedestal run
8735 to compute de pedestal in number of photons and finally over a
8736 data run to calibrate the data.
8737
8738
8739
8740 2004/01/06: Sebastian Raducci
8741
8742 * manalysis/MArrivalTime.[h,cc]
8743 - added new method to calculate photon arrival times. It uses the
8744 TSpline5 Root Class to interpolate the Fadc Slices. The time is
8745 the abscissa value of the absolute maximum of the interpolation
8746 - added new method to find clusters with similar arrival times.
8747 For now it's a preliminary version. It simply search for adiacent
8748 pixels having the same arrival time (color).
8749
8750 * manalysis/MArrivalTimeCalc.[h,cc]
8751 - modified the Process() method according to the changes in the
8752 Arrival Time Cointainer
8753
8754 * mmain/MEventDisplay.cc
8755 - added new tab in the camera event display to show the arrival
8756 time. This arrival time is calculated with the spline method
8757 - the old Arrival Time pad now it's called Max Slice Idx, because
8758 it's only the index of the slice with the max content.
8759
8760 * mhist/MHEvent.[h,cc]
8761 - added new fType in te enumeration to handle the arrival time
8762 histos
Note: See TracBrowser for help on using the repository browser.