source: trunk/MagicSoft/Mars/Changelog@ 5031

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