source: trunk/MagicSoft/Mars/Changelog@ 5060

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