source: trunk/MagicSoft/Mars/Changelog@ 5071

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