source: trunk/MagicSoft/Mars/Changelog@ 5019

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