source: trunk/MagicSoft/Mars/Changelog@ 5018

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