source: trunk/MagicSoft/Mars/Changelog@ 3788

Last change on this file since 3788 was 3788, checked in by tbretz, 21 years ago
*** empty log message ***
File size: 133.5 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2004/04/21: Thomas Bretz
21
22 * mbase/MTask.cc, mbase/MTaskList.cc:
23 - let MTask in list fTaskProcess to be used as a counter
24
25 * mdata/MDataChain.[h,cc]:
26 - added some treatments for combinations of +/- signs
27
28 * mfbase/MFilterList.[h,cc]:
29 - added a new constructor to simplyfy filter-inversions
30
31 * mfileio/MReadReports.cc:
32 - added comment
33
34 * mhbase/MBinning.[h,cc]:
35 - added new constructor to simplify calls in macros
36
37 * mhbase/MFillH.[h,cc]:
38 - added fDrawOption to be used in MStatusDisplay
39
40 * mhist/MHFalseSource.cc:
41 - added comment
42
43
44
45 2004/04/20: Thomas Bretz
46
47 * macros/derotatedc.C
48 - added tutorial macro plotting derotated dc currents
49
50 * mhist/MHCamEventRot.[h,cc]:
51 - added histogram to be filled with derotated MCamEvents
52
53
54
55 2004/04/18: Abelardo Moralejo
56
57 * mgeom/MGeomCam.h
58 - Update class version to 4 (necessary after M. Gaug's change
59 of the type of member fMaxRadius.
60
61
62
63 2004/04/16: Abelardo Moralejo
64
65 * mcalib/MCalibrationQEPix.[h,cc]
66 - Added fAverageQE. Same role as gkDefaultAverageQE, but can be
67 changed via SetAverageQE. Made public GetAverageQE and
68 GetAverageQERelVar (this changes needed for MC).
69
70 * mcalib/MMcCalibrationCalc.[h,cc]
71 * manalysis/MMcCalibrationUpdate.[h,cc]
72 - Adapted to M. Gaug's changes in calibration classes. Behaviour
73 has been tested to be the same as before those changes. Now the
74 conversion factor from ADC counts to photoelectrons, and the
75 average QE (photons->photoelectrons) are calculated independently
76 (and later combined by MCalibrate to obtain the conversion
77 ADC->photons).
78
79 * mmain/MEventDisplay.cc, macros/mccalibrate.C, starmc.C
80 - Added call to MExtractSignal::SetSaturationLimit(240) Affects
81 only MC display. This was necessary because if electronic noise
82 is simulated in the FADC, sometimes saturated slices look not
83 saturated due to negative fluctuations, so it is better to set
84 the saturation limit at a safe value (240 ADC counts). Changed
85 signal integration range (only for MC), now from slices 5 to 10.
86
87 * msignal/MExtractSignal3.[h,cc]
88 - Changed name of function SetRange for the more adecquate
89 "SetWindows". No change in behaviour of the function.
90
91
92
93 2004/04/16: Markus Gaug
94
95 * msignal/MExtractSignal.cc
96 - commited proposed larger default window from fgLast = 10 to
97 fgLast = 14, because in March the pulses have moved to later
98 arrival times.
99 - removed some inconsistency with slice numbering in FindSignal()
100 from pixel.GetHiGainSamples()+fHiGainFirst-1 to
101 pixel.GetHiGainSamples()+fHiGainFirst and also for the low gain
102
103 * msignal/MExtractSignal2.cc
104 - committed the proposed smaller window egdes from fgFirst=0 to
105 fgFirst = 3, because in March some of the high-gain pulses reach
106 into the "low-gain samples" and mislead thus sliding window to
107 be maximized on the tail of the high-gain pulse.
108
109 * mcalib/MHPedestalPix.cc
110 - fixed a bug which made normalization to values per slice not happen
111
112 * macros/pedestalstudies.C
113 - fixed and documented
114
115
116
117 2004/04/15: Markus Gaug
118
119 * macros/calibration.C
120 - added a function FindColor() to extract the colour by filename,
121 works if there is indeed a colour or if the run nubmer is smaller
122 than 20000 -> take ct1
123
124 * macros/bootcampstandardanalysis.C
125 * macros/pedphotcalc.C
126 * macros/calibrate_data.C
127 - updated the macro to the cvs-standard used at the Udine bootcamp
128
129 * mcalib/MCalibrateRelTimes.[h,cc]
130 * mcalib/Makefile
131 * mcalib/CalibLinkDef.h
132 - new class to calibrate the relative times
133
134 * manalysis/MGeomApply.cc
135 - added MArrivalTime::Init()
136
137 * msignal/MArrivalTime.[h,cc]
138 - added array fDataErr
139
140 * macros/rootlogon.C
141 - added directories mbadpixels and mjobs
142
143 * mcalib/MCalibrationQEPix.cc
144 - set the fAvNorm variables to 1 in Clean()
145
146 * manalysis/MPedPhotCalc.[h,cc]
147 - included possibility to use an MBadPixelsCam
148
149
150
151 2004/04/14: Thomas Bretz
152
153 * manalysis/MCerPhotEvt.[h,cc]:
154 - fixed a bug which caused a missing last pixel (in most cases
155 Index 576)
156
157 * manalysis/MCerPhotPix.cc:
158 - fixed output in Print
159
160 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
161 - added missing SetCalibrationMethod
162
163 * mbadpixels/MBadPixelsCam.[h,cc]:
164 - added copy constructor
165
166 * mbadpixels/MBadPixelsMerge.cc:
167 - added comments
168
169 * mraw/MRawRunHeader.[h,cc]:
170 - added new run-type (kRTPointRun=7)
171
172 * mmain/MEventDisplay.cc:
173 - fixed the broken cleaning levels
174
175
176
177 2004/04/14: Markus Gaug
178
179 * mcalib/MCalibrationQEPix.cc
180 - found a bug in the calculation of the error, fixed
181
182 * macros/mccalibrate.C, mmain/MEventDisplay.cc:
183 - replaced SetCalibrationMethod by SetCalibrationMode
184
185 * htmldoc/images/CalibClasses.gif
186 * htmldoc/images/RelTimeClasses.gif
187 - two schemes used in the class descriptions
188
189 * mcalib/MHCalibrationCam.[h,cc]
190 - included function GetAverageAreas() and GetAverageSectors() like
191 in MCalibrationCam
192
193 * mjobs/MJCalibration.[h,cc]
194 - included calibration of rel.Times, to be chosen with a flag
195 RelTimeCalibration()
196 - signal extractor and arrival time extractor can be chosen by
197 flags as well (see Class description)
198
199
200 * mbadpixels/MBadPixelsCam.cc
201 - add two new types in GetPixelContent, add documentation of
202 GetPixelContent
203
204 * msignal/MArrivalTimeCalc2.cc
205 - commented the warning for pixels with lowgain saturation
206
207
208
209 2004/04/13: Markus Gaug
210
211 * macros/dohtml.C
212 - included directory mbadpixels
213
214 * mcalib/MCalibrationPix.[h,cc]
215 - add functions GetHiLoMeansDivided(), GetHiLoSigmasDivided() and
216 errors
217
218 * mcalib/MCalibrationChargeCam.[h,cc]
219 - removed hi-vs.Lo histograms (come into a separate MIntensityCam)
220 - updated GetPixelContents
221 - updated class documentation
222
223 * mgeom/MGeomMirror.h
224 - include <TVector3.h>, otherwise it does not compile on my machine
225
226 * mjobs/MJPedestals.cc
227 * mjobs/MJCalibration.cc
228 - replaced MBadPixelsMerge by MParList.AddToList(fBadPixels) until
229 bug in MBadPixelsMerge is resolved (see bugtracker).
230
231 * mcalib/MHCalibrationChargePINDiode.cc
232 - return in Draw() if histogram is empty (otherwise segm. violation
233 in eventloop
234
235 * msignal/MExtractedSignalCam.cc
236 - intialize variables by default to 0.
237
238 * mcalib/MHCalibrationChargeCam.[h,cc]
239 - pointer to fSig is not stored, somehow, when running MJCalibration
240 Don't know why. Removed and stored some variables instead
241
242 * mjobs/MJCalibration.[h,cc]
243 - updated documentation, updated QE Cam
244 - set the pulser colour (now obligatory)
245 - set the possibility to choose different displays
246
247 * mcalib/MCalibrationChargeCalc.cc
248 - set the pulser colour (now obligatory)
249
250 * mcalib/MCalibrationChargePix.[h,cc]
251 - put GetRSigmaPerCharge into this class
252
253
254
255 2004/04/13: Thomas Bretz
256
257 * mastro/MAstroCamera.cc, mastro/MAstroCatalog.[h,cc]:
258 - enhanced comments
259 - added some new features
260
261 * mbase/MAGIC.h:
262 - removed some empty lines
263
264 * mfileio/MWriteRootFile.cc:
265 - fixed a compiler warning
266
267 * mgeom/MGeomCorsikaCT.h:
268 - removed obsolete include of TArrayF
269
270 * mgeom/MGeomMirror.[h,cc]:
271 - replaced fReflector by *fReflector
272
273 * mmain/MGDisplayAdc.cc:
274 - fixed a bug which caused the wrong histogram entry to be
275 displayed
276
277
278
279 2004/04/10: Markus Gaug
280
281 * macros/dohtml.C
282 - included directory mjobs
283
284 * mjobs/MJCalibration.[h,cc]
285 - added and updated documentation (not yet ready)
286
287 * htmldoc/images/CalibClasses.gif
288 - scheme of the calibration classes, used for documentation in
289 MJCalibration.cc
290
291
292
293 2004/04/10: Thomas Bretz
294
295 * mastro/MAstroCatalog.[h,cc], mastro/MAstroCamera.[h,cc]:
296 - added comments
297
298 * macros/starfield.C:
299 - added
300
301 * mastro/Makefile, mastro/AstroLinkDef.h
302 - added MAstroCamera
303
304
305
306 2004/04/09: Markus Gaug
307
308 * mcalib/MHCalibrationChargePINDiode.[h,cc]
309 * mcalib/MHCalibrationChargeCam.[h,cc]
310 * mcalib/MHCalibrationChargeCalc.[h,cc]
311 - put abs. time consistency check from MCalibrationChargeCalc into
312 MHCalibrationChargePINDiode and MHCalibrationChargeCam
313
314 * mcalib/MHCalibrationCam.[h,cc]
315 * mcalib/MHCalibrationChargeCalc.[h,cc]
316 - number of used FADC slices also stored in MHCalibrationCam,
317 MHCalibrationChargeCalc needs no pointer to the signal extractors
318 any more -> removed
319
320 * mcalib/MCalibrationChargePINDiode.[h,cc]
321 * mcalib/MCalibrationChargeBlindPix.[h,cc]
322 * mcalib/MCalibrationCam.[h,cc]
323 - put a default pulser color kNONE
324
325 * manalysis/MPedestalCam.[h,cc]
326 * manalysis/MPedCalcPedRun.[h,cc]
327 * manalysis/MGeomApply.cc
328 - added average pixels in the way like it is done in MCalibrationCam
329
330
331
332 2004/04/08: Thomas Bretz
333
334 * mfbase/MF.cc:
335 - optimized output
336
337 * mfbase/MFilterList.cc:
338 - added some comments
339
340 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
341 - added SortFiled-option -- RAQUEL, this is for you!
342
343 * mfileio/MWriteRootFile.cc:
344 - class AddSerialNumber in AddContainer
345
346 * mhist/MHFalseSource.[h,cc]:
347 - optimized setting of hist maximum
348 - added more source dependant cuts
349 - changed display layout
350 - scale number of entries to correct for different acceptance
351 (not perfect, but the best I can currently do)
352
353 * mimage/MHHillasExt.[h,cc]:
354 - added new histogram for fMaxDist
355
356 * mimage/MHNewImagePar.[h,cc]:
357 - added new histograms for Used/CoreArea
358
359 * mimage/MHillasCalc.cc:
360 - optimized output
361
362 * mimage/MHillasExt.cc:
363 - fMaxDist got a sign
364
365 * mimage/MNewImagePar.[h,cc]:
366 - enhanced comments
367 - added new Print() member function
368
369 * macros/readCT1.C, macros/readMagic.C, mmain/MEventDisplay.cc:
370 - forward geomcam to newimgepar.Print()
371
372
373
374 2004/04/08: Markus Gaug
375
376 * mcalib/MCalibrationChargeCalc.[h,cc]
377 * mcalib/MCalibrationChargeCam.[h,cc]
378 * mcalib/MCalibrationChargePix.[h,cc]
379 * mcalib/MCalibrationChargeBlindPix.[h,cc]
380 * mcalib/MCalibrationChargePINDiode.[h,cc]
381 - put calculation of photon fluxes with the three methods into
382 MCalibrationChargeCalc
383 - reorganized calculations in a better readable way (hopefully!)
384
385 * mbase/MAGIC.h
386 * mcalib/MCalibrationCam.[h,cc]
387 * mcalib/MCalibrationQECam.[h,cc]
388 * mcalib/MCalibrationQEPix.[h,cc]
389 - put PulserColor_t away from MAGIC.h into MCalibrationCam
390 - full implementation of the QE-calibration from MCalibrationQEPix
391
392 * msignal/MExtractBlindPixel.cc
393 - removed warning about low-gain saturation of Blind pixel
394
395 * mcalib/MCalibrate.[h,cc]
396 * mcalib/MCalibrateData.[h,cc]
397 * mcalib/MMcCalibrationCalc.[h,cc]
398 * manalysis/MMcCalibrationUpdate.[h,cc]
399 - conversion factors now separated into FADC2phe and then into
400 call to average Quantum efficiency.
401
402
403 2004/04/07: Markus Gaug
404
405 * mcalib/MHGausEvents.[h,cc]
406 - added fBlackout events
407
408
409
410 2004/04/06: Thomas Bretz
411
412 * mcalib/MCalibrationCam.[h,cc]:
413 - simplified call to initialization by new function Init()
414
415 * mcalib/MH*.cc:
416 - fixed some warnings (comparision between signed and unsigned)
417
418 * manalysis/MGeomApply.cc:
419 - use new Init-funtion of MCalibrationCam
420
421 * mastro/MAstro.cc:
422 - some fixes to the conversion functions
423
424 * mastro/MAstroCamera.[h,cc]:
425 - added comments
426 - changed argument type of AddPrimitives
427
428 * mastro/MAstroCatalog.[h,cc]:
429 - many changes to make it possible to overlay the
430 catalog on top of a 2D histogram
431
432 * mbase/MEvtLoop.cc:
433 - fixed estimation of run-time
434
435 * mbase/MMath.[h,cc]:
436 - added member functions for signed significances
437
438 * mbase/MParContainer.cc:
439 - changed GetterMethod() to support double reference data mebers
440
441 * mbase/MStatusDisplay.cc:
442 - removed some obsolete debug outputs
443
444 * mbase/MTask.[h,cc]:
445 - removed fNumExecutions, fStopwatch already counts the calls
446 - slight chagnes to output of PrintStatistics
447
448 * mbase/MTaskList.[h,cc]:
449 - slight chagnes to output of PrintStatistics
450
451 * mbase/MTime.cc:
452 - removed +TwoPi from GetGmst
453
454 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h,
455 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
456 mcamera/MCameraPowerSupply.h:
457 - added missing Getter functions
458
459 * mcamera/MCameraHV.h:
460 - removed obsolete data-meber fMean
461
462 * mdata/DataLinkDef.h:
463 - added MDataFormula
464
465 * mdata/MDataChain.cc, mdata/Makefile:
466 - enhanced dosumentation
467 - implemented use of multi argument functions
468 - added ^-operator
469
470 * mdata/MDataList.[h,cc]:
471 - added ^-operator
472 - enhanced IsValid
473
474 * mfbase/MFilterList.cc:
475 - changed a warn-output to inf
476
477 * mgeom/MGeomCam.[h,cc]:
478 - added getter returning index corresponding to XY
479
480 * mgeom/MGeomPix.[h,cc]:
481 - added getter IsInside
482
483 * mhist/MHCamera.cc:
484 - Return 0 in GetMean if no entries
485
486 * mhist/MHFalseSource.[h,cc]:
487 - removed conversion stuff (mm/deg)
488 - slight change to calculation of significance
489 - added dist-cuts
490 - added histogram showing number of entries
491 - added display of catalog
492
493 * mhist/MHStarMap.cc:
494 - added comment
495
496 * mimage/MHillasExt.[h,cc]:
497 - changed class version to 3
498 - added new data-member fMaxDist
499
500 * mimage/MNewImagePar.[h,cc]:
501 - added new data member fUsedArea and fCoreArea
502
503 * mmc/MMcConfigRunHeader.h:
504 - readded GetMirrors (WHY WAS IT GONE?)
505
506 * mpointing/MPointingPos.[h,cc]
507 - implemented Getter to get coordinates in rad
508
509 * mpointing/MSrcPosCalc.[h,cc]:
510 - fixed direction of rotation
511 - for the moment do use fTime
512
513
514
515 2004/04/06: Markus Gaug
516
517 * mcalib/MCalibrationChargePix.[h,cc]
518 - change names of the GetLoGain*() functions to
519 GetConvertedLoGain*() for better clarity
520
521 * mcalib/MCalibrationChargeCam.[h,cc]
522 - updated and enlarged documentation
523
524 * mcalib/MHCalibrationChargeCam.cc
525 * mcalib/MHCalibrationRelTimeCam.cc
526 - set the arrays by use of memset
527 - initialize TObjArrays with the Init-Function
528
529
530 2004/04/05: Markus Gaug
531
532 * msignal/MExtractedSignalPINDiode.h
533 - new function GetLastUsedSlice()
534
535 * mcalib/MCalibrationChargeCalc.[h,cc],
536 * mcalib/MCalibrationChargeCam.cc:
537 - holds also pointers to MExtractedSignalPINDiode and
538 MExtractedSignalBlindPixel and does the checks inside the task
539 (instead of inside the containers)
540
541 * mcalib/MCalibrationChargeBlindPix.[h,cc],
542 * mcalib/MCalibrationChargePINDiode.[h,cc]:
543 - updated and enlarged documentation
544
545 * mcalib/MHCalibrationChargePINDiode.cc
546 * mcalib/MHCalibrationChargeCam.[h,cc]
547 - rename Setter for fMeanVar from SetMeanErr() to SetMeanVar()
548 - rename arrays of fAverageSigmaErr to AverageSigmaVar
549
550 * mcalib/MCalibrationPix.[h,cc]
551 * mcalib/MCalibrationChargePix.[h,cc]
552 * mcalib/MCalibrationChargeBlindPix.[h,cc]
553 * mcalib/MCalibrationChargePINDiode.[h,cc]
554 - add Getters to the relative variance
555
556 * mcalib/MHGausEvents.[h,cc]
557 * mcalib/MCalibrationPix.[h,cc]
558 * mcalib/MHCalibrationCam.cc
559 - add to Pickup also Blackout events
560
561
562 2004/04/05: Nadia Tonello
563
564 * mbadpixels/MBadPixelsTreat.cc
565 - In Unmap(): replaced SetPixelUnused with SetPixelUnmapped
566
567
568
569 2004/04/02: Markus Gaug
570
571 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.[h,cc],
572 mcalib/MCalibrationQEPix.[h,cc], mcalib/MCalibrationQECam.[h,cc],
573 mcalib/MCalibrationRelTimeCam.[h,cc],
574 mcalib/MCalibrationRelTimePix.[h,cc]:
575 - updated and enlarged documentation
576
577 * mcalib/MHGausEvents.[h,cc], mcalib/MHPedestalPix.[h,cc],
578 mcalib/MHCalibrationChargePix.[h,cc],
579 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
580 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
581 mcalib/MHCalibrationChargeBlindPix.[h,cc],
582 mcalib/MHCalibrationChargePINDiode.[h,cc]:
583 - put fPixId, fPickup, fPickupLimt, CountPickup(), RepeatFit() and
584 ChangeHistId() into MHGausEvents (before in the derived classes)
585 - put fChargeNbins, fChargeFirst, fChargeLast,
586
587 * mcalib/MHCalibrationRelTimePix.[h,cc]:
588 - put fRelTimeNbins, fRelTimeFirst, fRelTimeLast together
589 into MHGausEvents as fNbins, fFirst and fLast
590
591 * mcalib/MHCalibrationRelTimePix.[h,cc]:
592 - remove Renormalization to time slices. Need to think about
593 more direct way to implement
594
595 * mcalib/MHPedestalCam.[h,cc], mcalib/MHCalibrationCam.[h,cc],
596 mcalib/MHCalibrationChargeCam.[h,cc],
597 mcalib/MHCalibrationRelTimeCam.[h,cc]:
598 - put most of the functionality into the base class MHCalibrationCam
599 - derived classes overload the functions SetupHists, ReInitHists,
600 FillHists, FinalizeHists and FinalizeBadPixels.
601 - functions FitHiGainArrays, FitLoGainArrays, FitHiGainHists,
602 FitLoGainHists and InitHists can be used from base class.
603
604 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationChargePix.[h,cc],
605 mcalib/MCalibrationRelTimePix.[h,cc]:
606 - put most of the functionality into the base class MCalibrationPix
607 - other two classes derive now from MCalibrationPix
608
609 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationChargeCam.[h,cc]
610 mcalib/MCalibrationRelTimeCam.[h,cc]:
611 - put most of the functionality into the base class MCalibrationCam
612 - other two classes derive now from MCalibrationCam
613 - calls to MCalibration*Cam[i] now have to cast!
614
615 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
616 * mcalib/MMcCalibrateCalc.cc, manalysis/MMcCalibrationUpdate.cc,
617 * mcalib/MCalibrationChargeCalc.cc:
618 - cast calls to MCalibration*Cam[i]
619
620 * manalysis/MGeomApply.cc
621 - add initialization MCalibrationRelTimeCam
622 - add intialization of average pixels
623
624
625
626 2004/04/02: Abelardo Moralejo
627
628 * msignal/MExtractSignal3.[h,cc]
629 - added. Alternative method for signal extraction. Uses sliding
630 window from event to event, but a common window for all pixels
631 in an event.
632
633 * msignal/Makefile, SignalLinkDef.h
634 - added MExtractSignal3.
635
636
637
638 2004/04/02: Markus Gaug
639
640 * mbadpixels/MBadPixelsPix.h
641 - added kRelTimeNotFitted and kRelTimeOscillating to Calibration_t
642 enum
643
644 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationPix.[h,cc],
645 mcalib/Makefile, mcalib/CalibLinkDef.h:
646 - two new base classes for general calibration storage containers,
647 contain average pixel storage functionality
648
649 * mcalib/MCalibrationRelTimeCam.[h,cc],
650 mcalib/MCalibrationRelTimePix.[h,cc]:
651 - new storage container for the rel. time calibration results, derive
652 from MCalibrationPix, MCalibrationCam
653
654
655
656 2004/04/01: Markus Gaug
657
658 * msignal/MArrivalTimeCalc.[h,cc]
659 - set fSaturationLimit as a variable with default (instead of 0xff)
660
661 * mcalib/MHCalibrationChargeCam.[h,cc]
662 mcalib/MCalibrationChargeCam.[h,cc]
663 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
664 - add average pixels per sector
665
666 * mcalib/MHGausEvents.[h,cc], mcalib/MHCalibrationChargePix.[h,cc],
667 mcalib/MHCalibrationRelTimePix.[h,cc]:
668 - moved BypassFit() function to MHGausEvents
669
670 * mcalib/MHCalibrationChargeCam.[h,cc]:
671 - updated and enlarged documentation
672 - derives now from mcalib/MHCalibrationCam
673
674 * mcalib/MCalibrationChargePix.[h,cc]:
675 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
676
677 * mcalib/MCalibrationCam.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
678 - new base class for all MHCalibration*Cam object, contains the average
679 pixel functionality
680
681
682
683 2004/03/31: Markus Gaug
684
685 * mcalib/MHCalibrationChargeCam.[h,cc],
686 mcalib/MCalibrationChargeCam.[h,cc],
687 mcalib/MCalibrationChargeCalc.cc, manalysis/MGeomApply.cc:
688 - make the average pixel independent on camera geometry, i.e.
689 one average pixel per MGeomPix::Aidx
690
691
692
693 2004/03/31: Abelardo Moralejo
694
695 * mmc/MMcConfigRunHeader.[h,cc]
696 - updated to current version (3) in camera program. Added member
697 fLightCollectionFactorOuter so that we can store the data on
698 the simulatedlight collection efficiency (light guides +
699 plexiglas +...) as a function of incidence angle for outer and
700 inner pixels independently. Added getters for this information
701 on light collection efficiency.
702
703
704
705 2004/03/30: Markus Gaug
706
707 * mcalib/MHGausEvents.[h,cc],
708 mcalib/MHCalibrationChargePix.[h,cc],
709 mcalib/MHCalibrationChargeHiGainPix.[h,cc],
710 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
711 mcalib/MHCalibrationChargeBlindPix.[h,cc],
712 mcalib/MHCalibrationChargePINDiode.[h,cc],
713 mcalib/MHCalibrationRelTimeCam.[h,cc],
714 mcalib/MHCalibrationRelTimePix.[h,cc],
715 mcalib/MHPedestalPix.[h,cc],
716 mcalib/MHPedestalCam.[h,cc]:
717 - updated and enlarged documentation
718
719
720
721 2004/03/30: Abelardo Moralejo
722
723 * mmc/MMcFadcHeader.hxx
724 - updated to current version (4) in camera program.
725
726
727
728 2004/03/29: Markus Gaug
729
730 * manalysis/MSourcePosFromStarPos.cc
731 - replaced fabs(ival) by TMath::Abs(ival)
732
733 * mbadpixels/MBadPixelsPix.h
734 - adopt treatment of UnCalibrated_t like the one in Unsuitable_t
735
736 * mbadpixels/MBadPixelsPix.cc
737 - put some documentation in the header
738
739 * mcalib/MHCalibrationChargeCam.cc
740 mcalib/MCalibrationChargeCam.cc
741 mbadpixels/MBadPixelsCam.cc
742 - adopt to new style in MBadPixelsPix.h
743
744 * mcalib/MCalibrationChargeCalc.[h,cc]
745 mcalib/MCalibrationChargePix.[h,cc]
746 - move consistency checks from Pix to Calc
747
748 * mcalib/MHGausEvents.[h,cc]
749 - fixed axes for event and fourier spectrum Draw
750
751 * mcalib/MHCalibrationChargePix.[h,cc]
752 mcalib/MHCalibrationChargeCam.[h,cc]
753 - moved definition of pulser frequency to MHCalibrationChargeCam
754
755
756
757 2004/03/24: Thomas Bretz
758
759 * mbase/MMath.cc:
760 - now SignificanceLiMa returns 0 in case sum==0
761
762
763
764 2004/03/23: Thomas Bretz
765
766 * mbase/MContinue.cc, mhbase/MH.cc:
767 - changed a warning message to an inf-message
768
769 * mfileio/MReadTree.cc:
770 - added an additional logging message when adding files to a
771 chain successfully.
772
773 * mbase/MProgressBar.cc:
774 - fixed initial size
775
776 * mastro/MAstro.[h,cc]:
777 - changed the code for the rotation angle back to its original
778 shape. The definition I tried to introduced was already
779 correctly implemented (assuming that sin is the x-component
780 of the vector I had it wrong in my mind twice, using
781 atan2(y,x) everywhere I did recognize it...)
782
783 * mreport/MReport.cc:
784 - fixed a bug which caused a crash when the time is not valid
785
786 * mhist/MHStarMap.cc, mpointing/MSrcPosCalc.cc:
787 - fixed: v.Roatete() must be v=v.Rotate()
788 - MHStarMap no waorks also without MSrcPosCam, MPointingPos
789 or MObservatory (leaving out the corresponding translations)
790
791
792
793 2004/03/22: Markus Gaug
794
795 * mfileio/Makefile, mimage/Makefile
796 - mpointing included
797
798
799
800 2004/03/22: Thomas Bretz
801
802 * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
803 - added
804
805 * mastro/MAstro.[h,cc]:
806 - added code to calculate rotationangle previously in MObservatory
807 - changed definition of rotation angle such, that it is now
808 180deg if Ra and Az grid is parallel
809
810 * mastro/MAstroCatalog.[h,cc]:
811 - fixes and enhancements to the display (such as misscalculated
812 number of grid lines, title display, etc)
813 - enhancements to the output
814 - generalized creation of grid - for further usage
815
816 * mastro/MAstroSky2Local.[h,cc]:
817 - replaced calculation of rotation angle by the function in
818 MAstro
819
820 * mastro/MObservatory.[h,cc]:
821 - small changes to Print output
822 - moved code for calculation of rotation angle to MAstro
823
824 * mbase/MEvtLoop.cc:
825 - do not output number of events per second if no events processed
826
827 * mbase/MParList.cc:
828 - updated some comments
829
830 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
831 mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
832 mreport/MReportFileRead.cc:
833 - output error string if file cannot be opened
834
835 * mfileio/MReadTree.cc:
836 - output name of chain which is scanned
837
838 * mimage/MConcentration.cc:
839 - replaced loop by iterator
840 - removed obsolete (unused) variables
841
842 * mimage/MHNewImagePar.[h,cc]:
843 - fixed display colors
844
845 * mpointing/MPointingPos.[h,cc]:
846 - added member function to calculate rotation angle
847 - added comments
848
849 * mpointing/Makefile:
850 - added include MAstro
851
852 * manalysis/MSrcPosCam.[h,cc]:
853 - moved to mpointing
854
855 * mpointing/MSrcPosCalc.[h,cc]:
856 - added: Derotates a star in the camera into MSrcPosCam
857
858 * mpointing/Makefile, mpointing/PointingLinkDef.h:
859 - added MSrcPosCam
860 - added MSrcPosCalc
861
862 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
863 - removed MSrcPosCam
864
865 * mmain/Makefile:
866 - added include for mpointing
867
868 * manalysis/AnalysisIncl.h:
869 - removed TVector2
870
871 * mbase/MParContainer.h:
872 - added new abstract virtual member function SetVariables
873 (to be used in fits)
874 - addeed some text to class description
875
876 * mdata/MData.cc:
877 - added comment
878
879 * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
880 mdata/MDataList.[h,cc], mdata/MDataMember.h,
881 mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
882 - added SetVariables
883
884 * mdata/MDataChain.[h,cc]:
885 - added support for indexed variables [i]
886 - added SetVariables
887
888 * mdata/MDataValue.[h,cc]:
889 - added support for variable values (through SetVariables)
890 - added support for an index
891 - added SetVariables
892
893 * mfbase/MF.[h,cc]:
894 - removed support for {}. This case is now detected
895 automatically
896 - added SetVariables
897 - added support for expressiond like
898 "MHillas.fLength<2*MHillas.fWidth"
899
900 * mfbase/MFDataChain.[h,cc]:
901 - added fCond data member
902 - addednew constructor to support fCond
903 - added support for new condition type
904 - adapted Print and GetRule
905
906 * mimage/MNewImagePar.[h,cc]:
907 - added some comments
908
909 * mhist/MHStarMap.[h,cc]:
910 - fixed to use the correct MPointingPos instead of the
911 deprecated MMcEvt. Use MPointingPosCalc to copy the
912 pointing position from MMcEvt to MPointingPos
913
914 * mbase/MMath.[h,cc]:
915 - added, which currently only implements calculation of
916 significance and Li/Ma significance
917
918 * mbase/Makefile, mbase/BaseLinkDef.h:
919 - added MMath
920
921
922
923 2004/03/19: Markus Gaug
924
925 * mcalib/MHCalibrationChargePix.cc
926 - added some style to the default Draw in order to see the
927 label and axis titles better
928
929 * mcalib/MHCalibrationChargeCam.[h,cc]
930 - store and display more information on the average pxiels
931
932 * mcalib/MCalibrationCam.cc
933 - the GetPixelContent flag were not correct any more, fixed them
934
935 * macros/calibration.C
936 - fixed GetPixelContent flags
937 - draw radial profile of the variables
938
939 * mjobs/MJCalibration.cc
940 - fixed GetPixelContent flags
941 - introduced RadialProfile for some displays
942 - removed some not so important displays
943
944 * manalysis/MGeomApply.cc
945 - included MCalibrationQECam to be initialized
946
947 * mcalib/MCalibrationChargePix.[h,cc],
948 mcalib/MCalibrationQEPix.[h,cc]:
949 - replace DefinePixId by SetPixId
950
951 * mcalib/MCalibrationChargeCalc.[h,cc]
952 - added MCalibrationQECam
953 - cleaned the code up a little
954 - give more information at the end
955
956 * mcalib/MCalibrationChargePix.[h,cc]
957 - took out fNumLoGainSampels whihc is not needed any more because
958 conversion is only done in the getters
959 - Canceled function ApplyLoGainConversion (for same reason)
960
961 * msignal/MExtractSignal2.cc
962 - remove uncommented piece of code
963
964 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
965 - remove warning about pixel with low gain saturation,
966 now in MBadPixelsPix
967
968 * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
969 - added new flag: kDeviatingNumPhes
970
971 * mcalib/MCalibrationChargePix.cc
972 - check for mean arr. time in last bin replaced by check in last
973 two bins
974
975 * mcalib/MCalibrationChargePix.[h,cc],
976 mcalib/MCalibrationChargeCam.cc,
977 mcalib/MHCalibrationChargeCam.cc:
978 - removed flag kHiGainFitted, kLoGainFitted, since they are
979 available from MBadPixelsPix
980
981 * macros/calibration.C, macros/calibrate_data.C
982 - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
983 corrected them
984
985
986
987 2004/03/18: Raquel de los Reyes
988
989 * macros/DAQDataCheck.C
990 - macro to check the data from the DAQ system (.raw files).
991
992
993
994 2004/03/18: Thomas Bretz
995
996 * manalysis/AnalysisIncl.h:
997 - added TVector2
998
999 * manalysis/MSrcPosCam.[h,cc]:
1000 - added Getter/Setter using TVector2
1001
1002 * mhbase/MH.cc:
1003 - fixed GetMinimumGT for TH2 and TH3
1004
1005 * mpointing/MPointingPos.h:
1006 - added Getter/Setter for Ra/Dec
1007
1008 * mpointing/MPointingPosCalc.cc:
1009 - fill Ra/Dec into MPointingPos
1010
1011
1012
1013 2004/03/18: Markus Gaug
1014
1015 * mgeom/MGeomCam.[h,cc]
1016 - replace fMaxRadius by a TArrayF of pixel area types
1017 - new TArrayF fMinRadius of each pixel area type
1018 - backward compatibility should be given,
1019 call to GetMaxRadius() returns the value for the whole camera
1020 (which corresponds to the previous value for the Magic camera)
1021
1022 * mimage/MConcentration.cc
1023 - fixed on flog to fLog in order to compile
1024
1025
1026
1027 2004/03/17: Thomas Bretz
1028
1029 * mastro/MAstroCatalog.[h,cc]:
1030 - some simplifications and changes
1031
1032 * mastro/MAstroCatalog.[h,cc]:
1033 - some simplifications and changes
1034
1035 * mastro/MAstroSky2Local.[h,cc]:
1036 - rotation matrix from sky to local coordinates
1037 - added
1038
1039 * mastro/Makefile, mastro/AstroLinkDef.h:
1040 - MAstroSky2Local added
1041
1042 * mraw/MRawEvtPixelIter.cc:
1043 - GetIdxMaxLoGainSample(const Byte_t lofirst) const
1044 accelerated and fixed (the first slice was compared to itself
1045 and the last slice was not taken into account)
1046
1047 * manalysis/MCerPhotAnal2.cc:
1048 - fixed a bug in the new treatment of lo-gains
1049
1050 * mhvstime/MHPixVsTime.cc:
1051 - fixed missing initialization of fTypeErr in constructor
1052
1053 * mimage/MHillas.[h,cc]:
1054 - implemented member function which returns MeanX/Y as TVector2
1055
1056 * mimage/ImageIncl.h:
1057 - added TVector2
1058
1059 * manalysis/MCerPhotEvt.[h,cc]:
1060 - fixed a bug in AddPixels which - in some special circumstances -
1061 cutted pixels with high pixel indices
1062
1063
1064
1065 2004/03/17: Antonio Stamerra
1066
1067 * macros/datatrigcheck.C
1068 - added macro for time and trigger data-checking
1069
1070
1071
1072 2004/03/17: Abelardo Moralejo
1073
1074 * manalysis/MSourcePosfromStarPos.cc
1075 - added cast fabs((Double_t)ival), line 703. Otherwise it does not
1076 compile.
1077
1078 * macros/starmc.C
1079 - added parameter accepted_fraction to select fraction of events
1080 to be processed (useful to make smaller outputs).
1081
1082
1083
1084 2004/03/17: Wolfgang Wittek
1085
1086 * manalysis/MSigmabar.[h,cc]
1087 - correct calculation of sector, which was wrong
1088
1089
1090
1091 2004/03/16: Markus Gaug
1092
1093 * mhist/MHCamera.[h,cc]
1094 - added function RadialProfile which returns a TProfile of the
1095 value along the radius from the camera center
1096
1097
1098
1099 2004/03/16: Oscar Blanch Bigas
1100
1101 * mimage/MConcentration.[h,cc]
1102 - new class for Concentration stuff.
1103 - It computes and stores Concentration 1-8
1104
1105 * mimage/MNewImagePar.[h,cc]
1106 - New Concentration stuff is moved to MConcentration.
1107
1108 * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
1109 - Modifications needed to support and compile new
1110 MConcentration class.
1111
1112
1113
1114 2004/03/16: Thomas Bretz
1115
1116 * mjobs/MJ*.[h,cc]
1117 - removed some obsolete comments
1118 - removed projections from Directory (SetDirectory(0))
1119
1120
1121
1122 2004/03/16: Wolfgang Wittek
1123
1124 * manalysis/MSigmabar.[h,cc]
1125 - calculate sigmabar as mean of individual pedestalRMS
1126 instead of sqrt of mean pedestalRMS^2
1127
1128
1129
1130 2004/03/16: Oscar Blanch
1131
1132 * mimage/MNewImagePar.[h,cc]
1133 - New variables members added: fInnerSize, fInnerLeakage[1,2],
1134 fConc[3-8].
1135 - It is only ready for Magic Camera geometry. It has to be done
1136 MGeomCam base.
1137 - The version ahs not been updated since it was done on the
1138 2004/03/10 by Abelardo.
1139
1140
1141
1142 2004/03/15: Markus Gaug
1143
1144 * mcalib/MCalibrationChargePix.[h,cc],
1145 mcalib/MCalibrationChargeCam.[h,cc],
1146 mcalib/MCalibrationChargeCalc.cc:
1147 - conversion from hi- to logain now not applied until the value is
1148 exported outside the class. This is necessary for the error
1149 propagation in the F-Factor method: In the calculation of the
1150 number of Phe, the conversion factors cancel out and do not
1151 enlarge the errors
1152 - pixels with number of phe's outside the range defined by
1153 fPheFFactorRelErrLimit are not any more declared as:
1154 MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
1155 but instead as:
1156 MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
1157 Like this, everybody is allowed to calibrate pixels which give
1158 no reasonable results in the calibration without bothering that
1159 too many pixels fall out. Enjoy!
1160 - In that procedure, the classes passed _internally_ from calculation
1161 of sigmas to calculation of variances which saves all the useless
1162 square rooting.
1163 - took out pointers to MCalibrationChargeBlindPix and
1164 MCalibrationChargePINDiode in MCalibrationChargeCam.
1165
1166
1167
1168 2004/03/15: Abelardo Moralejo
1169
1170 * mmc/MMcEvt.hxx
1171 - added getter function for fZFirstInteraction
1172
1173
1174
1175 2004/03/15: Wolfgang Wittek
1176
1177 * mastro/MObservatory.[h,cc]
1178 - remove bugs in RotationAngle(theta, phi, sin, cos)
1179 replaced
1180 cos = sinl + cosl*cosp /denom;
1181 by
1182 cos = (sinl - cosl*cosp) /denom;
1183
1184
1185
1186 2004/03/15: Thomas Bretz
1187
1188 * mastro/MObservatory.[h,cc]:
1189 - implemented RotationAngle(ra, dec, time)
1190
1191 * mbase/MTask.[h,cc]:
1192 - implemented usage of a TStopwatch to retriev time consumtion
1193 informations
1194 - changed PrintStatistics not to print classes having no
1195 Process() function
1196
1197 * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
1198 - changed PrintStatistics according to changes in MTask
1199
1200 * mraw/MRawEvtHeader.cc:
1201 - added a comment to Fill member function
1202
1203 * manalysis/MCerPhotEvt.[h,cc]:
1204 - added fLut.Set to FixSize and resize fLut by a factor of 2
1205 instead of +1 which acelerates creation of all pixels a lot
1206
1207 * mbadpixels/MBadPixelsPix.cc:
1208 - fixed a typo
1209
1210 * mfilter/MFSoftwareTrigger.cc:
1211 - made statistics output meaning independant of usage of filter!
1212
1213 * mhbase/MFill.[h,cc]:
1214 - added possibility to give tab a different name
1215
1216 * mhist/MHCamera.cc:
1217 - fixed a bug when determin scale for same-option
1218
1219 * mjobs/MJCalibration.cc:
1220 - changed tab names for MFillH
1221
1222 * mjobs/MJExtactSignal.cc:
1223 - added MRawEvtHeader to output
1224
1225 * mbase/MStatusDisplay.[h,cc]:
1226 - changed displayed year
1227 - read and store MStatusArray to and from files
1228
1229 * mfileio/MReadTree.cc:
1230 - enhanced output
1231
1232 * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
1233 - added preliminary mode to display F1/F2/F3-files
1234
1235 * mbase/MStatusArray.[h,cc]:
1236 - added
1237
1238 * mbase/Makefile, mbase/BaseLinkDef.h:
1239 - added MStatusArray
1240
1241 * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
1242 - improved drawing MHCamera with 'same' option
1243
1244
1245
1246 2004/03/13: Markus Gaug
1247
1248 * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
1249 mcalib/MCalibrationChargePix.[h,cc],
1250 mcalib/MHCalibrationChargeCam.cc,
1251 mcalib/MHCalibrationChargeLoGainPix.cc:
1252 - fixed Low Gain calibration
1253
1254 * mcalib/MHGausEvents.cc:
1255 - changed default fit prob. limit from 0.005 to 0.001
1256
1257 * mbadpixels/MBadPixelsPix.h :
1258 - IsCalibrationResultOK does not ask for FitOK any more
1259
1260 * mcalib/MHCalibrationChargeCam.cc:
1261 - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
1262
1263 * mraw/MRawEvtPixelIter.[h,cc]:
1264 - function GetIdxMaxLoGainSamples can be called optionally with
1265 offset (because first "loGain" samples are often in reality
1266 hiGain with high values.
1267
1268
1269
1270 2004/03/12: Sebastian Raducci
1271
1272 * manalysis/Makefile
1273 - added mastro in the include directories
1274
1275
1276
1277 2004/03/12: Thomas Bretz
1278
1279 * merpp.cc:
1280 - added 'force' option
1281
1282 * manalysis/MCerPhotAnal2.cc:
1283 - extract pedestal and pedestal rms from lo-gain if hi-gain not
1284 above a certain athreshold
1285
1286 * mastro/MAstroCatalog.[h,c]:
1287 - added text argument to DrawStar
1288
1289 * mbase/MStatusDisplay.cc:
1290 - some small changes to output of SaveAsPS
1291
1292 * mfilter/MFCosmics.cc:
1293 - changed output of filter statistics
1294
1295 * mbadpixels/MBadPixelsTreat.[h,cc]:
1296 - fixed some problems with the code - now it should work like
1297 expected
1298 - added a new member function to be able to change the number
1299 of required neighbors
1300
1301
1302
1303 2004/03/12: Wolfgang Wittek
1304
1305 * manalysis/Makefile
1306 - include 'mastro'
1307
1308 * manalysis/MSourcePosfromStarPos.[h,cc]
1309 - include MObservatory.h
1310 - call member function Rotationangle() of MObservatory
1311
1312
1313
1314 2004/03/12: Markus Gaug
1315
1316 * mjobs/MJCalibration.cc
1317 - updated call in displays to the corr. Cams.
1318
1319 * macros/calibrate_data.C
1320 - macro to study calibrate and study data used in Munich and IFAE
1321
1322
1323
1324 2004/03/12: Antonio Stamerra
1325
1326 * mraw/MRawEvtHeader.[h,cc]
1327 - Added the method GetTriggerID() to decode the trigger pattern.
1328
1329
1330
1331 2004/03/11: Abelardo Moralejo
1332
1333 * mimage/MHillasCalc.cc
1334 - Added some printout in PostProcess, to better express the reasons
1335 for which the reconstruction of some events did not succeed.
1336
1337
1338
1339 2004/03/11: Thomas Bretz
1340
1341 * status.cc:
1342 - updated
1343
1344 * manalysis/MCerPhotAnal2.cc:
1345 - removed an obsolete debug output
1346
1347 * mhist/MHCamera.[h,cc]:
1348 - added same-option to camera display
1349
1350 * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
1351 - implemented functionality of MBlindPixelsCalc2
1352
1353 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
1354 mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
1355 mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
1356 - replaced several Set/GetUnsuitable* by a single member function
1357
1358
1359
1360 2004/03/11: Markus Gaug
1361
1362 * mbadpixels/MBadPixelsPix.h
1363 - removed bits about validity of calibration methods
1364 - IsCalibrationResultOK asks also from IsSuitableRun
1365
1366 * mbadpixels/MBadPixelsCam.cc
1367 - updated GetPixelContent
1368 - added Print function
1369
1370 * mcalib/MCalibrationChargeCam.[h,cc]
1371 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc:
1372 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
1373 - use two loops over pixels in order to determine mean flux of phe;s to
1374 discard pixels far outside the normal distribution
1375
1376 * mcalib/MCalibrate.cc
1377 - added case that no MBadPixelsCam is available.
1378
1379 * mcalib/MHCalibrationChargeCam.cc
1380 - adapted to new MBadPixelsPix::SetUnsuitable function
1381
1382
1383 2004/03/10: Abelardo Moralejo
1384
1385 * manalysis/MCerPhotPix.[h,cc]
1386 - Added member fIsHGSaturated, and setter/getter functions.
1387 Updated class version to 4.
1388
1389 * mcalib/MCalibrate.cc, MCalibrateData.cc
1390 - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
1391 slices saturate.
1392
1393 * mimage/MNewImagePar.[h,cc]
1394 - Added member fNumHGSaturatedPixels to count the number of pixels
1395 in which high gain saturates. Added getter funciton for it.
1396 Updated class version to 3.
1397
1398
1399
1400 2004/03/10: Markus Gaug
1401
1402 * mcalib/MCalibrationChargeCalc.cc,
1403 mcalib/MCalibrationChargePix.[h,cc],
1404 mcalib/MCalibrationChargeCam.[h,cc]:
1405 - calculation of conversion factor with F-Factor method from
1406 same mean number of photons, derived from weighted mean number
1407 of photo-electrons from inner and outer pixels, respectively
1408
1409 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1410 - fixed the projections (did only display inner pixels up to now)
1411
1412 * macros/calibration.C
1413 - small bug fixed in display of rel. arrival times
1414 ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
1415
1416 * mbadpixels/MBadPixelsCam.cc
1417 - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
1418 to program when reading from an ascii-file.
1419
1420 * mbadpixels/MBadPixelsCalc.cc
1421 - replaced one SetUnsuitableRun(....) by the new version without
1422 argument.
1423
1424
1425
1426 2004/03/10: Thomas Bretz
1427
1428 * mfilter/MFSoftwareTrigger.[h,cc]:
1429 - changed to support also a predifined number of NN
1430
1431 * mastro/MAstroCatalog.[h,cc]:
1432 - many enhancements
1433 - many speed improvements
1434
1435 * mbadpixels/MBadPixelsPix.[h,cc]:
1436 - fixed
1437
1438
1439
1440 2004/03/10: Ester Aliu
1441
1442 * mtemp/MIslands.[h,cc]
1443 - New MParContainer to hold information about islands
1444 (number of islands, pixels in each Island, Signal/Noise of
1445 each Island).
1446
1447 * mtemp/MIslandCalc.[h,cc]
1448 - New MTask to count and characterize Islands.
1449
1450
1451
1452 2004/03/09: Thomas Bretz
1453
1454 * Makefile.rules:
1455 - replaced *.o by $(...) for building archives
1456
1457 * mjobs/MJCalibration.cc:
1458 - exchanged apply and merge task
1459
1460 * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
1461 - fixed some const-qualifiers
1462
1463 * mcalib/MHCalibrationChargeBlindPix.cc,
1464 mcalib/MHCalibrationChargeCam.cc,
1465 mcalib/MHCalibrationChargePINDiode.cc
1466 - removed some obsolete output when calling FindCreateObj
1467 - changed some 'not found' output messages to be 'Mars-compliant'
1468 - replaced some gLog by *fLog
1469
1470
1471
1472 2004/03/08: Markus Gaug
1473
1474 * mbadpixels/MBadPixelsPix.h
1475 - small modifications for better readability
1476 - remove Getters for calibration methods
1477 - added flag "UnReliableRun" in fInfo[0]
1478
1479 * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
1480 - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
1481 calibration does not succeed.
1482
1483 * mcalib/MCalibrationChargeCam.cc
1484 - displaying saturation also for not-valid pixels in GetPixelContent
1485
1486 * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
1487 msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
1488 mcalib/MCalibrationChargeCalc.[h,cc]:
1489 - in SetUsedFADCSlices, also the window (hi-and logain) is set.
1490 This because MExtractSignal2 set the whole window which was much
1491 bigger than the actually used one. This bug is now removed.
1492
1493
1494
1495 2004/03/08: Thomas Bretz
1496
1497 * merpp.cc:
1498 - fixed a bug in the screen output
1499
1500 * mgeom/MGeomMirror.cc:
1501 - added comment
1502
1503 * mmc/MMcConfigRunHeader.h:
1504 - added member function GetMirrors
1505
1506
1507
1508 2004/03/08: Abelardo Moralejo
1509
1510 * macros/starmc.C, starmcstereo.C, mccalibrate.C
1511 - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
1512 added for each telescope to the parameter list.
1513
1514 * mmain/MEventDisplay.cc, Makefile
1515 - added MBadPixelsCam to par list, and mbadpixels/ to includes.
1516 Necessary due to changes in MCalibrate.
1517
1518
1519
1520 2004/03/06: Markus Gaug
1521
1522 * macros/calibration.C
1523 - adapted call to MHCamera::ProjectionS to the new version
1524
1525 * mcalib/Makefile
1526 - include directory mbadpixels
1527
1528 * manalysis/Makefile
1529 - include directory mbadpixels
1530
1531 * mcalib/MCalibrationChargeCalc.[h,cc]
1532 - include MBadPixelsCam
1533 - remove exclusion of pixels from ascii-file
1534 (now accessible from MBadPixelsCam)
1535
1536 * mcalib/MCalibrationChargePix.[h,cc]
1537 - include MBadPixelsCam
1538
1539 * mcalib/MCalibrationChargeCam.[h,cc]
1540 - include MBadPixelsCam
1541
1542 * mcalib/MHCalibrationChargeCam.[h,cc]
1543 - include MBadPixelsCam
1544 - include one additional MBadPixelsPix for the average inner and
1545 outer pixel, respectively
1546
1547 * mcalib/MHCalibrationChargePix.[h,cc]
1548 - make fSaturated and fPickup a Float_t (for average pixel)
1549
1550 * mbadpixels/MBadPixelsPix.h
1551 - include the CalibrationType_t infos
1552 - exchange "SetUnsuitable" by "SetUnsuitableRun"
1553
1554 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
1555 - exchange "SetUnsuitable" by "SetUnsuitableRun"
1556
1557 * mbadpixels/MBadPixelsCalc.cc:
1558 - exchange "SetUnsuitable" by "SetUnsuitableEvt"
1559
1560 * manalysis/MGeomApply.cc
1561 - remove obsolete MArrivalTime
1562 - add MBadPixelsCam
1563
1564 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
1565 - implemented calls to MBadPixelsCam
1566
1567 * macros/calibration.C, macros/bootcampstandardanalysis.C,
1568 macros/pedphotcalc.C
1569 - implemented calls to MBadPixelsCam
1570
1571 * mjobs/MJCalibration.cc
1572 - call to MBadPixelsCam
1573
1574
1575
1576 2004/03/05: Nadia Tonello
1577
1578 * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
1579 manalysis/Makefile
1580 - Temporary class added (will be included in mbadpixels/ soon)
1581 - All the functions of MBlindPixelCalc are kept(with small improvements)
1582 - New function added: SetCheckPedestalRms
1583
1584 * manalysis/MCerPhotPix.h
1585 - Status Unmapped added (not include the pixel in the cleaned image)
1586
1587 * mimage/MImgCleanStd.cc
1588 - Checks for Unmapped status added
1589
1590 * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
1591 - include <stdlib.h> to solve compilation error
1592
1593
1594
1595 2004/03/05: Sebastian Raducci
1596
1597 * msignal/MArrivalTimeCalc.cc
1598 - fixed a little bug (exchanged a - with a + in the Calc() method)
1599
1600
1601
1602 2004/03/05: Markus Gaug
1603
1604 * mcalib/MCalibraitonChargeCalc.cc
1605 - remove some runheader line:
1606 if (runheader->IsMonteCarloRun())
1607 return kTRUE;
1608 which gave always true since this week, don't know why.
1609 - added some information in class description
1610
1611
1612
1613 2004/03/04: Sebastian Raducci
1614
1615 * msignal/MArrivalTimeCalc.cc
1616 - fixed a memory leak (the spline was not deleted...)
1617
1618
1619
1620 2004/03/04: Thomas Bretz
1621
1622 * mgeom/MGeomCam.[h,cc]:
1623 - added new data member fNumAreas
1624 - added new function CalcNumAreas
1625 - increased class version to 3
1626
1627 * mgeom/MGeomCamMagic.cc:
1628 - added setting of area index
1629
1630 * mgeom/MGeomPix.[h,cc]:
1631 - added fAidx data member
1632 - added getter function fAidx
1633 - increased class version to 3
1634
1635 * macros/sectorvstime.C:
1636 - added example of how to plot the evolution of a sector vs time
1637
1638 * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
1639 - moved to mhvstime
1640
1641 * mhvstime/MHSectorVsTime.[h,cc]:
1642 - added
1643
1644 * Makefile:
1645 - added mhvstime
1646
1647 * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
1648 mhvstime/HVsTimeIncl.h:
1649 - added
1650
1651 * mhist/Makefile, mhist/HistLinkDef.h,
1652 - removed MHVsTime
1653 - removed MHPixVsTime
1654
1655 * macros/rootlogon.C, macros/dohtml.C:
1656 - added new directory mhvstime
1657
1658 * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
1659 - changes such, that it doesn't crash if signal has no lo-gain
1660 (This might still give wrong results!)
1661
1662 * macros/dohtml.C:
1663 - added pixvstime.C
1664 - added sectorvstime.C
1665
1666 * manalysis/MMcCalibrationUpdate.cc:
1667 - some changes on file consistency check done by Abelardo,
1668 he may comment on it
1669
1670 * mhist/MHCamera.[h,cc]:
1671 - changed to support also dividing the camera in pixels area indices
1672
1673 * mhist/MHEvent.cc:
1674 - minor change
1675
1676 * mjobs/MJPedestal.cc:
1677 - adapted to changes in MHCamera
1678
1679 * mastro/MAstroCatalog.[h,cc]:
1680 - added preliminary catalog
1681
1682 * mastro/Makefile, mastro/AstroLinkDef.h:
1683 - added MAstroCatalog
1684
1685
1686
1687 2004/03/03: Thomas Bretz
1688
1689 * mgeom/MGeomCam.cc:
1690 - give a name and title also if the default constructor is used
1691
1692 * mgeom/MGeomMirror.[h,cc]:
1693 - added member function GetReflection
1694 - added persistent data member fReflector
1695
1696 * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
1697 - fixed a typo in the output
1698
1699 * mraw/MRawFileWrite.cc:
1700 - added the missing '.' to MRawRunHeader. Because of the design of
1701 MReadTree this is backward compatible
1702
1703 * mraw/MRawRunHeader.h:
1704 - removed last change from Abelardo. '>255' is the correct
1705 check for MC files following the definition that all MC files
1706 have run types >255 which was made in the past.
1707
1708 * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
1709 - created ReInit member function to hold all code (moved from
1710 PreProcess) accessing the run header. The run header is not
1711 available in PreProcess. That it was working before was only
1712 by chance, because the run type is initialized with 65535 which
1713 is != 255 but not >255.
1714
1715
1716
1717 2004/03/03: Sebastian Raducci
1718
1719 * msignal/MArrivalTimeCalc.cc
1720 - The calculation of the arrival times is made only when needed
1721 (when the HalfMax is over the pedestal)
1722
1723 * mtools/MCubicSpline.cc
1724 - Commented out an annoying warn
1725
1726
1727
1728 2004/03/03: Abelardo Moralejo
1729
1730 * mraw/MRawRunHeader.h
1731 - Replaced
1732 Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
1733 Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
1734 since the latter is the exact translation of what the function
1735 intends to do. I do not know why, but the display of real data
1736 did not work with the upper line!
1737
1738 * mgeom/MGeomCam.cc
1739 - Undid yesterday change! I do not know why, display completely
1740 fails after that change, both for old and new camera files.
1741 Put back fPixels[i] = new MGeomPix; in constructor.
1742
1743
1744
1745 2004/03/02: Abelardo Moralejo
1746
1747 * mmc/MMcCorsikaRunHeader.[h,cc]
1748 - Added operator [] to get references to the objects in
1749 TObjArray fTelescopes.
1750 - Added Print() function.
1751 - Added GetNumCT() function.
1752 - Replaced
1753 fTelescopes[i]= new MGeomCorsikaCT;
1754 by
1755 MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
1756 fTelescopes.Add(dummy);
1757
1758 * mgeom/MGeomCorsikaCT.[h,cc]
1759 - Added getter functions for telescope coordinates.
1760 - Added Print() function.
1761
1762 * mgeom/MGeomCam.cc => NOTE: this change was undone later!
1763 - Replaced
1764 fPixels[i] = new MGeomPix;
1765 by
1766 MGeomPix* dummy = new MGeomPix();
1767 fPixels.Add(dummy);
1768
1769
1770
1771 2004/03/02: Thomas Bretz
1772
1773 * mcalib/MCalibrateData.cc:
1774 - removed usage of MGeomCam (you have MGeomApply for this!)
1775
1776
1777
1778 2004/03/01: Nadia Tonello
1779
1780 * manalysis/MCerPhotEvt.cc
1781 - TObject *MCerPhotEvtIter::Next() now returns Used pixels
1782 only if fUsedonly=kTRUE, otherwise it returns all the pixels
1783 in the array
1784
1785
1786
1787 2004/03/01: Sebastian Raducci
1788
1789 * msignal/MArrivalTimeCalc.[cc,h]
1790 - now the arrival time is at the half max of the spline:
1791 half max = (maximum - pedestal)/2
1792
1793 * mmain/MEventDisplay.cc
1794 - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
1795
1796
1797
1798 2004/03/01: Wolfgang Wittek
1799
1800 * mhist/MHStarMap.[h,cc]
1801 - remove bugs
1802 - change GetRotationAngle() such that it can be called from outside
1803
1804
1805
1806 2004/03/01: Thomas Bretz
1807
1808 * Makefile:
1809 - enhanced all calls to subsequent makes by '-f Makefile' to
1810 make sure the correct Makefile is called
1811
1812 * merpp.cc:
1813 - enhanced interpretation of time
1814 - fixed a bug in determin the file-type
1815
1816 * mbase/MTime.[h,cc]:
1817 - added GetGmst() member function
1818
1819 * mastro/MAstro.[h,cc]:
1820 - added Coordinate2Angle
1821 - added AngularDistance
1822 - implemented UT2GMST
1823 - replaced defined by TMath::Pi()
1824
1825 * mastro/MObservatory.[h,cc]:
1826 - added data members for sin-/cos-component of latitude
1827 - added calculation of rotation angle
1828
1829 * mhist/MHStarMap.[h,cc]:
1830 - changes to use MObservatory member function
1831
1832 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
1833 manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
1834 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
1835 manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
1836 mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
1837 - changed to use IsMonteCarloRun() now
1838
1839 * manalysis/MMcCalibrationUpdate.cc:
1840 - unified output to log-stream
1841 - replaced sqrt by TMath::Sqrt
1842
1843 * mcalib/MCalibrationChargeCalc.cc:
1844 - unified output to log-stream
1845 - removed .Data() from TString where obsolete
1846 - fixed memory leak using gSystem->ExpandPathName
1847
1848 * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
1849 - adde class name to used kRT*/kTT* enums
1850
1851 * mraw/MRawEvtHeader.h:
1852 - made enum data member of class
1853
1854 * mraw/MRawRunHeader.[h,cc]:
1855 - made kMagicNumber and kMaxFormatVersion a static data
1856 member of the class
1857 - added IsMonteCarloRun member function
1858
1859
1860
1861 2004/02/27: Markus Gaug
1862
1863 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
1864 - put in call to MHCamera::Projection the name of the calling
1865 class, otherwise the projected hsitogram will be overwritten by
1866 an empyt one.
1867
1868 * mcalib/MHCalibrationChargePix.[h,cc],
1869 mcalib/MHCalibrationHiGainChargePix.[h,cc],
1870 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
1871 - histogram name setting and title setting moved to constructor,
1872 Functions Init and ChangeHistId derive directly from
1873 MHcalibrationChargePix
1874
1875 * mcalib/MHCalibrationChargeCam.[h,cc],
1876 mcalib/MCalibrationChargeCam.[h,cc],
1877 mcalib/MCalibrationChargeCalc.[h,cc]:
1878 - introduced "average inner" and "average outer" higain and logain
1879 pixels.
1880
1881
1882
1883 2004/02/27: Raducci Sebastian
1884
1885 * mhist/Makefile
1886 - added mastro in the include list
1887
1888
1889
1890 2004/02/27: Abelardo Moralejo
1891
1892 * mmain/MEventDisplay.cc
1893 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
1894 - Updated display of MC data: removed MCerPhotCalc, and replaced
1895 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
1896 MPedPhotCam is filled and all the camera display tabs are shown
1897 correctly (most were not working for MC events since a while
1898 ago).
1899
1900 * mmain/Makefile
1901 - Added mcalib to list of include directories.
1902
1903 * manalysis/MMcCalibrationUpdate.[h,cc]
1904 - Added member variable Bool_t fOuterPixelsScaling, which is
1905 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
1906 such that MCerPhotEvt will later be filled with the signal as it
1907 is, not corrected for the (possibly) different gain of the outer
1908 pixels electronic chain. This option was necessary to allow for
1909 the change in the camera display (see above).
1910
1911 * macros/starmc.C
1912 - added (optional) division of output into two, for use as train
1913 and test samples in g/h separation studies.
1914
1915
1916
1917 2004/02/26: Hendrik Bartko
1918
1919 * macros/dohtml.C
1920 - included the path msignals/
1921
1922
1923
1924 2004/02/26: Abelardo Moralejo
1925
1926 * macros/starmcstereo.C
1927 - changed filters to divide data between train and test sample for
1928 gamma hadron separation studies. Now we use the modulus operator
1929 applied to (Corsika) event number:
1930 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
1931 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
1932 - cleaned up a bit the way the CT coordinates are fed to the task
1933 MStereoCalc.
1934 - Changed default FADC integration range (center range to adapt to
1935 new camera).
1936
1937
1938
1939 2004/02/26: Thomas Bretz
1940
1941 * mhist/MHCamera.cc:
1942 - fixed a function description
1943
1944 * mreport/MReport.cc, mreport/MReportFileRead.cc:
1945 - introduced return case -1
1946
1947 * Makefile.rules:
1948 - remove all dependancy files when calling 'rmdep'
1949
1950 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
1951 - moved ParticleId_t to MMcEvt
1952 - implemented MMcEvt::GetParticleName
1953 - implemented MMcEvt::GetEnergyStr
1954
1955 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
1956 mhist/MHEvent.cc, mhist/MHHadronness.cc,
1957 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
1958 - fixed usage of ParticleId_t
1959
1960 * msignal/Makefile:
1961 - removed obsolete includes
1962
1963 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
1964 mastro/MObservatory.[h,cc]:
1965 - added
1966
1967 * mbase/MAstro.[h,cc]:
1968 - removed
1969
1970 * mbase/Makefile, mbase/BaseLinkDef.h:
1971 - removed MAstro
1972
1973 * Makefile:
1974 - added mastro
1975 - added msql
1976 - added mfbase
1977
1978 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
1979 - removed
1980
1981 * merpp.cc:
1982 - added Sql support
1983
1984 * mraw/MRawFileRead.h:
1985 - added GetFileName
1986
1987 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
1988 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
1989 - added
1990
1991 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
1992 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
1993 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
1994 - moved to mfbase
1995
1996 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
1997 - added
1998
1999 * merpp.cc:
2000 - implemented control of gDebug (root debugging)
2001
2002 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
2003 mfileio/MWriteRootFile.[h,cc]:
2004 - implemented CheckAndWrite return value
2005
2006 * mfileio/MWriteRootFile.cc:
2007 - fixed updating already existing branches (eg concatenating report
2008 files)
2009
2010 * macros/dohtml.C, macros/rootlogon.C:
2011 - added mastro
2012 - added mfbase
2013 - added msql
2014
2015 * mraw/MRawEvtHeader.h:
2016 - implemented GetNumTrigLvl1
2017 - implemented GetNumTrigLvl2
2018
2019
2020
2021 2004/02/25: Markus Gaug
2022
2023 * mcalib/MExtractBlindPixel.[h,cc],
2024 mcalib/MExtractPINDiode.[h,cc],
2025 mcalib/MExtractedSignalBlindPixel.[h,cc],
2026 mcalib/MExtractedSignalPINDiode.[h,cc],
2027 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
2028 msignal/SignalLinkDef.h:
2029 - moved blindpixel and PINdiode extractors to msignal
2030
2031
2032 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
2033 - two new classes to hold the quantum efficieny information of the
2034 calibration
2035
2036 * msignal/MArrivalTimeCalc.[h,cc]
2037 - fill now MArrivalTimePix instead of MArrivalTime
2038
2039 * mcalib/MHCalibrationChargeCam.cc
2040 - display only valid pixels for the corr. values in GetPixelContent
2041
2042 * mcalib/MHCalibrationRelTimeCam.cc
2043 - is now filled from MArrivalTimeCam instead of MArrivalTime
2044
2045 * macros/calibration.C
2046 - divided into two macros: calibration.C using the MJPedestal
2047 standard procedure and pedestalstudies.C using the old
2048 procedures
2049
2050 * macros/pedestalstudies.C
2051 - new macro containing the first previous part of calibration.C
2052
2053 * mcalib/MCalibrationChargeBlindPix.h,
2054 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
2055 mjobs/MJCalibration.cc:
2056 - definition of PulserColot_t in MAGIC.h.
2057
2058
2059
2060 2004/02/25: Hendrik Bartko
2061
2062 * macros/rootlogon.C
2063 - set the include path also to msignals/
2064
2065 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
2066 manalysis/MExtractedSignalCam.[h,cc],
2067 manalysis/MExtractedSignalPix.[h,cc],
2068 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
2069 manalysis/MArrivalTimeCalc2.[h,cc]:
2070 - removed
2071
2072 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2073 - removed classes mentioned above
2074
2075 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
2076 msignal/MExtractedSignalCam.[h,cc],
2077 msignal/MExtractedSignalPix.[h,cc],
2078 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
2079 msignal/MArrivalTimeCalc2.[h,cc]:
2080 - added
2081
2082 * msignal/Makefile, msignal/AnalysisLinkDef.h:
2083 - added classes mentioned above
2084
2085 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
2086 - added include msignal
2087
2088
2089
2090
2091 2004/02/25: Wolfgang Wittek
2092
2093 * mcalib/MCalibrateData.[h,cc]
2094 - initialize size for MPedPhotCam
2095
2096
2097
2098 2004/02/24: Wolfgang Wittek
2099
2100 * manalysis/MSourcPosfromStarPos.[h,cc]
2101 - change member function SetSourceAndStarPosition() to expect sky
2102 coordinates in the standard units
2103 - generalize to more than 1 star
2104 - the class is not yet fully tested
2105
2106 * mfilter/MFSelBasic.[h,cc]
2107 - change default values of cuts
2108
2109
2110
2111 2004/02/24: Markus Gaug
2112
2113 * mjobs/MJCalibration.cc, macros/calibration.C,
2114 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
2115 - added MCalibrationChargeBlindPix to plist
2116 - added new filling of histograms with MFillH
2117 - changed SetPulserColor to MCalibrationChargeBlindPix and
2118 MCalibrationChargePINDiode
2119
2120 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
2121 - receives a pointer to MCalibrationChargePINDiode which is filled
2122 with the results and told to calculate the fluxes in the
2123 Finalize function
2124 - is filled via MFillH from MExtractBlindPixel
2125 - SetPulserColor directly in this class
2126
2127 * mcalib/MCalibrationChargeBlindPix.[h,cc]
2128 - new storage container of the blind pxiel resutls, replaces
2129 MCalibrationBlindPix
2130
2131 * mcalib/MCalibrationChargeCalc.[h,cc]:
2132 - does not fill the histograms any more, but does ony the
2133 calculations in the postprocess. No pointer to MExtractPINDidoe
2134 or MExtractBlindPixel any more.
2135
2136 * mcalib/MCalibrationChargePix.cc
2137 - discovered an error in the calculation of phe's in
2138 CalcFFactorMethod(). The average QE was applied twice.
2139 This error had been introduced on 13/02/04
2140 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
2141 - CalcFFactor asks for IsChargeValid before calculating anything
2142
2143 * mcalib/MCalibrationChargePINDiode.[h,cc]
2144 - added function SetFluxOutsidePlexiglassAvailable
2145 - SetPulserColor directly in this class
2146
2147 * mcalib/MCalibrationChargeCam.cc
2148 - removed function SetPulserColor from here
2149
2150 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
2151 mcalib/MHCalibrationPINDiode.[h,cc],
2152 mcalib/MCalibrationBlindPix.[h,cc],
2153 mcalib/MHCalibrationBlindPixel.[h,cc]:
2154 - removed since obsolote
2155
2156 * mcalib/MHCalibrationChargePix.cc
2157 - make fPickup an Int_t
2158
2159 * mcalib/MCalibrate.cc
2160 - test validity of every calibration method before retrieving
2161 conversion factors
2162
2163 * mcalib/MHGausEvents.[h,cc]
2164 - add possibility to set fit ranges in call to FitGaus
2165 - make function CreateXaxis protected
2166
2167
2168
2169 2004/02/23: Markus Gaug
2170
2171 * mraw/MRawEvtPixelIter.h
2172 - include GetNumHiGainSamples and GetNumLoGainSamples
2173
2174 * mcalib/MExtractedSignalBlindPixel.h,
2175 mcalib/MExtractBlindPixel.[h,cc]:
2176 - included storage of pedestal
2177
2178 * mcalib/MHGausEvents.[h,cc]
2179 - make the fit functions protected
2180
2181
2182
2183 2004/02/22: Markus Gaug
2184
2185 * mfilter/MFCosmics.[h,cc]
2186 - fMaxNumEmpty changed from absolute number to relative number of
2187 pixels
2188
2189 * mcalib/MHGausEvents.h
2190 - remove the "->" from the pointers which are initialized only
2191 in certain cases. The streamer did not work in case that
2192 MFGausFit was left at the NULL pointer.
2193
2194
2195
2196 2004/02/21: Markus Gaug
2197
2198 * manalysis/MExtractedSignalPix.[h,cc]
2199 - changed variable fIsLoGainUsed to fLoGainUsed
2200 - added function GetNumHiGainSaturated()
2201
2202
2203 2004/02/20: Markus Gaug
2204
2205 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
2206 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
2207 mcalib/CalibLinkDef.h
2208 - new class to replace MHCalibrationPixel,
2209 based on MHCalibrationChargePix
2210
2211 * mcalib/MCalibrationChargeCalc.[h,cc]
2212 mcalib/MCalibrationChargeCam.[h,cc]
2213 mcalib/MCalibrationChargePix.[h,cc]
2214 mcalib/MCalibrationChargePINDiode.[h,cc]
2215 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
2216 mcalib/MCalibrationPINDiode.[h,cc]:
2217 - added the "charge" versions, remove the old ones. The histograms
2218 should be filled in the MH... versions independently of
2219 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
2220 now and will later be so for the pixels and the blind pixel.
2221
2222 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2223 - receives a pointer to MCalibrationChargePINDiode which is filled
2224 with the results and told to calculate the fluxes in the
2225 Finalize function
2226
2227 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
2228 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
2229 manalysis/MMcCalibrationUpdate.[h,cc],
2230 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
2231 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
2232 macros/bootcampstandardanalysis.C,
2233 macros/pedphotcalc.C:
2234 - replace MCalibrationCam by MCalibrationChargeCam
2235 - replace MCalibrationCalc by MCalibrationChargeCalc
2236
2237
2238
2239 2004/02/19: Markus Gaug
2240
2241 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
2242 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
2243 manalysis/MMcCalibrationUpdate.cc:
2244 - standardized naming of variables containing "Error", this also affected
2245 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
2246
2247 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
2248 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
2249 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
2250 - took out some configuration numbers and put them directly into
2251 the class
2252 - remove completely MCalibrationConfig.h
2253
2254
2255
2256 2004/02/19: Abelardo Moralejo
2257
2258 * mhist/MHEvent.[h,cc]:
2259 - Changed names of Event "types" to make them more descriptive.
2260 Former kEvtSignal is now called kEvtSignalDensity, and indicates
2261 pixel content scaled by area. Added kEvtSignalRaw, which
2262 corresponds to pixel content (with no scaling) in whatever units
2263 (this depends on how the MHEvent object is filled!). The default
2264 constructor initializes type=kEvtSignalRaw.
2265
2266 * mmain/MEventDisplay.cc
2267 - Changed filling of evt1 and evt2. Now they are filled with raw
2268 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
2269 still filled uncalibrated (hence in ADC counts), this means that
2270 what will be now shown in Mars' camera display is now the signal
2271 in each pixel without scaling with pixel area. Given that the
2272 default flat fielding is such that equal light density
2273 corresponds to equal absolute signal (in ADC counts), this is
2274 more reasonable, and allows to check for instance how the
2275 relative pixel gains are adjusted by looking at calibration
2276 events. To be FIXED: there is however an "inconsistency" in
2277 MEventDisplay, and it is that MCerPhotEvt is still used to keep
2278 uncalibrated signals. To be replaced by MExtractedSignalCam?
2279
2280
2281
2282 2004/02/19: Thomas Bretz
2283
2284 * manalysis/MCerPhotEvt.h:
2285 - added operator= to MCerPhotEvtIter -- is this correct?
2286
2287 * mhist/MHCamera.[h,cc]:
2288 - added member function to calculate minimum content and
2289 maximum content for a single sector
2290 - Added possibility to get a projection for a single sector.
2291 - GetMinimum/GetMaximum now only takes used pixels into account
2292 (you can request all pixels using a different member function)
2293 - fixed projection (projection only took pixels with contents!=0
2294 instead of 'used' pixels
2295 - Don't call Sumw2() anymore for projection
2296
2297 * mjobs/MJPedestal.cc:
2298 - added MPedestalCam to output again - MPedestalCam was fixed
2299 yesterday
2300 - Added Histograms for the two camera halves
2301
2302
2303
2304 2004/02/18: Markus Gaug
2305
2306 * macros/calibration.C
2307 - fixed a buggy display of the F-Factor method
2308
2309 * mcalib/MCalibrationCalc.cc
2310 - calculate the F-Factor method already in the post-Process
2311
2312 * mcalib/MCalibrationPix.h
2313 - move CalcFFactorMethod to public
2314
2315
2316
2317 2004/02/18: Abelardo Moralejo
2318
2319 * mtools/MCubicSpline.cc
2320 - in Init, corrected initialization of arrays temp and ysd, which
2321 was done with n-1 elements instead of n.
2322
2323 * mgui/MHexagon.cc
2324 - added comment explaining the algorithm.
2325 - changed explicit values of Sin and Cos 60 degrees by const
2326 variables (more readable).
2327
2328
2329
2330 2004/02/18: Hendrik Bartko
2331
2332 * msignal/:
2333 - removed the backup files *~
2334 - removed the object files *.o
2335 - removed the files SignalCint.*
2336
2337 * mgui/MHexagon.cc
2338 - added comment explaining the algorithm.
2339
2340
2341
2342 2004/02/18: Thomas Bretz
2343
2344 * manalysis/MPedestalCam.[h,cc]:
2345 - Changed order of derivements - seems to be VERY important!
2346 - changed GetSize from UInt_t to Int_t which is the type
2347 of TClonesArray::GetSize() !
2348
2349 * mfileio/MReadReports.cc:
2350 - skip trees with no entries
2351
2352 * mgui/MCamEvent.cc:
2353 - added a comment
2354
2355 * mhbase/MFillH.cc:
2356 - in case SetupFill returns kFALSE and kCanSkip is set
2357 Skip task
2358
2359 * mraw/MRawFileRead.cc:
2360 - don't print warning in case of none executions
2361
2362 * manalysis/MArrivalTimeCalc2.cc:
2363 - added some const-qualifiers
2364
2365
2366
2367 2004/02/17: Raquel de los Reyes
2368
2369 * macros/CCDataCheck.C
2370 - Added some improvements in the plots.
2371
2372
2373
2374 2004/02/17: Abelardo Moralejo
2375
2376 * macros/readrfl.C
2377 - Added missing gPad->cd(1), otherwise the display of events was
2378 not updated.
2379
2380 * mgui/MHexagon.cc
2381 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
2382 whether px,py is inside the pixel or not. Previous algorithm
2383 was just an approximation.
2384
2385
2386
2387 2004/02/17: Raquel de los Reyes
2388
2389 * mcamera/MCameraHV.h
2390 - Now it derives from a MCamEvent class and implemented the
2391 GetPixContent() and DrawPixelContent() functions. Added the
2392 GetMean function to get the mean HV settings of the camera.
2393
2394 * macros/CCDataCheck.C
2395 - Added the HV settings plots.
2396
2397
2398
2399 2004/02/17: Hendrik Bartko
2400
2401 * msignal:
2402 - new: directory for all signal and time extraction classes
2403
2404 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
2405 msignal/AnalysisLinkDef.h, MGeomApply.cc:
2406 - new: Storage Container for the ArrivalTime in the camera
2407
2408 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
2409 msignal/AnalysisLinkDef.h:
2410 - new: Storage Container for ArrivalTime information of one pixel
2411
2412 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
2413 SignalLinkDef.h
2414 - auxiliary files for msignal directory
2415
2416 * manalysis/MArrivalTimeCalc2.[h,cc]:
2417 - added functionality to compute error of the extracted ArrivalTime
2418 - calculated ArrivalTime is stored in MArrivalTimeCam
2419
2420 * manalysis/MGeomApply.cc
2421 - geometry is applied to MArrivalTimeCam
2422
2423 * Makefile:
2424 - directory msignal is included
2425
2426
2427
2428 2004/02/17: Sebastian Raducci
2429
2430 * mtools/MCubicSpline.[h,cc]
2431 - little corrections in minimums evalustion methods
2432 - changed constructors (they require the fadc slices to be const)
2433
2434 * macros/spline.C
2435 - changed according to the MCubicSpline new constructors
2436
2437 * manalysis/MArrivalTimeCalc.[h,cc]
2438 - changed to use the MCubicSpline class intead of the TSpline class
2439 - warning: now the arrival time is again the maximum of the spline,
2440 soon it will be changed to half maximum
2441
2442
2443
2444 2004/02/17: Wolfgang Wittek
2445
2446 * manalysis/MSourcPosfromStarPos.[h,cc]
2447 - new class; calculates the position of the source in the camera from
2448 the position of a star in the camera and puts it into
2449 MSrcPosCam
2450
2451
2452
2453 2004/02/16: Abelardo Moralejo
2454
2455 * mcalib/MMcCalibrationCalc.cc
2456 - Fixed two typos in screen output.
2457
2458
2459
2460 2004/02/16: Markus Gaug
2461
2462 * mcalib/MCalibrationPix.cc
2463 - documentation from David's email added
2464 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
2465
2466 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2467 - added MExtractBlindPixel and MExtractedSignalBlindPixel
2468
2469 * mcalib/MExtractBlindPixel.[h,cc]
2470 - new signal extractor for the Blind Pixel
2471
2472 * mcalib/MExtractedSignalBlindPixel.[h,cc]
2473 - new container for the extracted signal of the BlindPixel
2474
2475 * mcalib/MCalibrationCalc.[h,cc]
2476 - does not extract signal from Blind Pixel any more, searches
2477 for MExtractedSignalBlindPixel and fills the hists from there
2478
2479 * macros/calibration.C, macros/bootcampstandardanalysis.C,
2480 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
2481 - introduce the blind pixel and PIN diode extraction in the macro
2482
2483 * manalysis/MPedestalCam.h
2484 - changed type of fTotalEntries from ULong_t to UInt_t
2485 - fixed documentation of fTotalEntries
2486
2487 * manalysis/MPedCalcPedRun.h
2488 - changed type of fNumSamplesTot from ULong_t to UInt_t
2489
2490 * mcalib/MHGausEvents.h
2491 - changed type of fCurrentSize from ULong_t to UInt_t
2492
2493 * mcalib/MCalibrationConfig.h
2494 - removed gkConversionHiLo and gkConversionHiLoErr which is now
2495 directly in the class MCalibrationPix
2496
2497
2498
2499 2004/02/16: Thomas Bretz
2500
2501 * manalysis/AnalysisLinkDef.h:
2502 - added missing MCerPhotEvtIter
2503
2504 * merpp.cc:
2505 - added possible usage of database
2506
2507 * star.cc:
2508 - moved source code into new class MJStar - preliminary
2509
2510 * manalysis/MCerPhotPix.cc:
2511 - updated class header
2512 - fixed Print-output
2513
2514 * mbase/MAGIC.h:
2515 - removed definition of MLog
2516
2517 * mbase/MArgs.h:
2518 - removed include of MAGIC.h
2519
2520 * mbase/MLog.h:
2521 - added extern definition of gLog
2522
2523 * mbase/MParContainer.[h,cc]:
2524 - move body of constructors to source file
2525
2526 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
2527 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
2528 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
2529 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
2530 - fixed documentation header
2531
2532 * mcalib/MMcCalibrationCalc.[h,cc]:
2533 - fixed documentation header
2534 - fixed usage of FindCreateObj and FindObject
2535 - removed data member to count entries (use histogram instead)
2536 - use TH1 function Integral instead of doing it manually
2537
2538 * mfilter/MFCosmics.cc:
2539 - fixed documentation
2540
2541 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
2542 mimage/MNewImagePar.[h,cc]:
2543 - replaced for-loops by Iterators
2544
2545 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
2546 - fixed documentation header
2547 - check return value of MRawRunHeader::ReadEvt
2548
2549 * mraw/mraw/MRawRunHeader.[h,cc]:
2550 - fixed documentation header
2551 - added return value to MRawRunHeader::ReadEvt
2552 - added constant number for max format version - preliminary
2553 (should by a static data member)
2554
2555 * mcalib/MHCalibrationPINDiode.cc:
2556 - do not delete pointers in the destructor which are already
2557 deleted in the base class
2558 - reset histograms in Clear()
2559
2560 * mcalib/MHCalibrationPixel.cc:
2561 - after deletion of instances in Clear() initialize pointer to NULL
2562
2563 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
2564 - fixed usage of logging stream output levels
2565
2566 * manalysis/MPedCalcPedRun.[h,cc]:
2567 - removed obsolete fSignals
2568
2569 - removed obsolete fNumPixels
2570
2571 * manalysis/MPedestalCam.h:
2572 - added '->' to fArray
2573
2574 * mfileio/MWriteRootFile.cc:
2575 - changed some output to make debugging easier
2576
2577 * mjobs/MJCalibration.cc:
2578 - fixed a bug in drawing
2579
2580 * mjobs/MJExtractSignal.cc:
2581 - removed MPedestalCam from MWriteRootFile output.
2582 When creating the branch it crashes - reason unknown I'll
2583 investigate further
2584
2585
2586
2587 2004/02/16: Markus Gaug
2588
2589 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
2590 - added MHCalibrationRelTimePix
2591
2592 * mcalib/MHCalibrationRelTimePix.[h,cc],
2593 mcalib/MHCalibrationRelTimeCam.[h,cc]:
2594 - new classes to fit and display the relative arrival times.
2595 - filled from MArrivalTime
2596 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
2597
2598 * manalysis/MCalibrationCalc.cc
2599 - take out all uncommented code referring to the relative arrival time
2600
2601 * manalysis/MArrivalTime.h
2602 - changed function GetNumPixels to GetSize
2603
2604 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
2605 - included cosmics rejection which was in MCalibrationCalc before
2606
2607
2608
2609 2004/02/14: Markus Gaug
2610
2611 * mcalib/Makefile, mcalib/CalibLinkDef.h:
2612 - added MHCalibrationChargePINDiode
2613
2614 * mcalib/MHCalibrationChargePINDiode.[h,cc]
2615 - new class to fill the PIN Diode histograms. Derives from
2616 MHCalibrationChargePix and is filled with MFillH from the
2617 container MExtractedSignalPINDiode.
2618 Will replace MHCalibrationPINDiode entirely soon.
2619
2620 * mcalib/MHCalibrationChargePix.[h,cc]
2621 - new base class for the calibration charges histogram pixel.
2622 Derives from MH and can be filled with the MH with the MH
2623 functions.
2624
2625 * mcalib/MExtractPINDiode.[h,cc]
2626 - new signal extractor for the PIN Diode
2627
2628 * mcalib/MExtractedSignalPINDiode.[h,cc]
2629 - new container for the extracted signal of the PIN Diode
2630
2631 * mcalib/MCalibrationCalc.[h,cc]
2632 - remove the PIN Diode signal extraction
2633
2634 * manalysis/MHPedestalPix.[h,cc]
2635 - new version of MHPedestalPixel, deriving from MHGausEvents.
2636
2637 * manalysis/MHPedestalPixel.[h,cc]
2638 - old version removed, since obsolete (and erroneous)
2639
2640 * manalysis/MHPedestalCam.[h,cc]
2641 - histogramming part of MPedestalCam now in own class
2642
2643 * manalysis/MPedestalPix.h
2644 - removed include of MHPedestalPixel
2645
2646 * macros/calibration.C
2647 - changed pedestal displays accordingly
2648
2649 * mjobs/MJPedestal.h
2650 - class TCanvas included (did not compile otherwise)
2651
2652 * mhbase/MH.cc
2653 - included call to FindGoodLimits(..) in CutEdges()
2654 - axe from pointer to reference
2655 - "CutEdges" renamed to "StripZeros"
2656
2657 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
2658 mcalib/MHCalibrationBlindPixel.cc:
2659 - "CutEdges" renamed to "StripZeros"
2660
2661 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2662 - replaced by the improved version: MHGausEvents.[h,cc]
2663
2664
2665
2666 2004/02/14: Thomas Bretz
2667
2668 * manalysis/MCerPhotEvt.[h,cc]:
2669 - added 'Iterator' facility, this will replace some for-loops
2670 in the near future
2671
2672 * mbase/MTime.[h,cc]:
2673 - added a more powerfull interface to get and interprete the
2674 MTime contents as string
2675 - added a new constructor
2676
2677 * mreport/MReportTrigger.h:
2678 - fixed GetPixContent
2679
2680 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
2681 - many small changes to simple details (like order of includes)
2682 - some speed improvements
2683 - many small simplifications
2684 - changed parts of the code to be more C++ like (eg Iterators
2685 instead of for-loops)
2686 - disentangles some if-cases
2687 - replaced some math.h function by TMath::
2688 - removed data-member fN (obsolete with iterators)
2689
2690
2691
2692 2004/02/13: Wolfgang Wittek
2693
2694 * mcalib/MCalibrateData.[h,cc]
2695 - new class;
2696 like MCalibrate, but in ReInit it fills the MPedPhot container
2697 using informations from MPedestal, MExtracteSignalCam and
2698 MCalibrationCam
2699
2700 * mcalib/Makefile, mcalib/CalibLinkDef.h
2701 - added MCalibrateData
2702
2703 * manalysis/MPedestalWorkaround.[h,cc]
2704 - create MMcEvt container and fill with theta = 10.0
2705 - set pedestalRMS = 0. if it is > 10.0
2706
2707 * manalysis/MSupercuts.[h,cc]
2708 - change default values of parameters
2709
2710 * manalysis/MSupercutsCalc.[h,cc]
2711 - change dNOMLOGSIZE from 4.1 to 5.0
2712
2713 * mhist/MHBlindPixels.[h,cc]
2714 - change MPedestalCam to MPedPhotCam
2715
2716 * mhist/MHSigmaTheta.[h,cc]
2717 - automatic binning for pixel number doesn't work
2718 use default binning
2719
2720
2721
2722 2004/02/13: Markus Gaug
2723
2724 * mcalib/MCalibrationPix.[h,cc]
2725 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
2726 fAverageQEErr
2727 - gkAverageQE initializes to 0.2 (according to David)
2728 - gkAverageQEErr initializes to 0.02 (dito)
2729 - added new member function: SetAverageQE
2730 - call to GetMeanConversionFFactorMethod returns:
2731 fMeanConversionFFactorMethod/fAverageQE.
2732 - call to GetErrorConversionFFactorMethod returns:
2733 errors of fMeanConversionFFactorMethod and fAverageQEErr added
2734 quadratically
2735
2736 * mcalib/Makefile
2737 - split into two parts one comment line
2738
2739
2740 2004/02/13: Thomas Bretz
2741
2742 * mbadpixels/MBadPixelsTreat.[h.cc]:
2743 - added for new bad pixel treatment
2744
2745 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
2746 - added MBadPixelsTreat
2747
2748 * merpp.cc:
2749 - changed the name of the "DC" tree to "Currents" to make
2750 MReportRead work correctly with this tree
2751
2752 * mbase/MTime.[h,cc]:
2753 - Changed UpDMagicTime to support nanosec instead of millisec
2754 - exchanged Reset() by Clear() not to clear the yy/mm/dd
2755 information away in an eventloop
2756
2757 * mraw/MRawEvtHeader.[h,cc]:
2758 - implemented decoding of the time-stamp for raw-data files
2759 with version>2. Thanks to Marcos.
2760
2761 * mraw/MRawRead.[h,c]:
2762 - pipe file version number to MRawEvtHeader::ReadEvt
2763 - create fake time for file-version<3
2764
2765 * macros/readMagic.C:
2766 - changed to use MInteractiveTask
2767
2768 * mbase/MPrint.cc:
2769 - fixed debugging level of some output
2770
2771 * mhist/MHCamera.[h,cc]:
2772 - fixed handling in AddNotify (necessayr due to change of
2773 inheritance from MCamEvent)
2774 - replaced cout by gLog
2775 - added fNotify to list of cleanups
2776
2777 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
2778 mjobs/MJPedestal.cc:
2779 - fixed usage of AddNotify
2780
2781 * mfileio/MReadReports.cc:
2782 - use a different way to determin whether the tree is a valid tree,
2783 skip invalid trees
2784
2785 * mfileio/MReadTree.cc:
2786 - added another sanity check at the beginning of PreProcess
2787
2788 * mhbase/MFillH.[h,cc]:
2789 - added bit kCanSkip which skips MFillH in case the necessary container
2790 wasn't found.
2791 - cd into the corresponding canvas before filling the MH
2792
2793
2794
2795 2004/02/12: Markus Gaug
2796
2797 * mbase/MArray.[h,cc]:
2798 - changed name of StripZeros
2799
2800 * mcalib/MHGausEvent.cc:
2801 - corrected call to StripZeros
2802
2803 * mcalib/MCalibrationPix.[h,cc]
2804 - implemented dummy for combined method
2805
2806 * mcalib/MCalibrate.[h,cc]
2807 - implemented a dummy for calibration factor 1. (requested by
2808 Javier Rico)
2809 - implemented combined method
2810 - check for valid methods moved to ReInit
2811
2812 * mcalib/MCalibrationCalc.cc
2813 - removed initialization of non-used nsamples
2814
2815 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
2816 mcalib/MCalibrationCalc.[h,cc]
2817 macros/calibration.C
2818 - implemented new histograms:
2819 HSinglePheFADCSlices and HPedestalFADCSlices
2820 They are filled with the FADC slice values of either a s.phe.
2821 event or a pedestal event. The decision is taken with the
2822 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
2823 with a setter
2824
2825 * mtools/MFFT.[h,cc]
2826 - PowerSpectrumDensity of TArrayI implemented
2827
2828
2829
2830 2004/02/12: Thomas Bretz
2831
2832 * mbase/MArray.[h,cc]:
2833 - changed argument of CutEdges from pointer to reference
2834
2835 * mgeom/MGeomPix.h:
2836 - fixed calculation of area of pixel. It was too big for a
2837 factor of 2
2838
2839 * mjobs/MJCalibration.cc:
2840 - slight change of name of a MHCamera
2841
2842 * manalysis/MExtractSignal.cc:
2843 - slight change to the creation of the satpixels list
2844
2845 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
2846 mcalib/MHGausEvent.cc:
2847 - corrected call to ProjectArray
2848 - corrected call to CutEdges
2849
2850 * mfilter/MFCosmics.[h,cc]:
2851 - small fixes to logging output
2852 - small simplification to return statement
2853 - declared CosmicsRejection const
2854
2855 * mhbase/MH.[h,cc]:
2856 - changed argument of ProjectArray from pointer to reference
2857 - added missing calcualtion of minimum
2858 - removed obsolete SetEntries
2859 - changed SetDirectory from NULL to gROOT
2860
2861
2862
2863 2004/02/12: Javier López
2864
2865 * macros/pointspreadfunction.C
2866 - added new macro that fits with a 2D gaussian the DC spot for an
2867 star. It gives you the RMS of the PSF and the center of the star,
2868 very useful for misspointing studies.
2869
2870
2871
2872 2004/02/11: Hendrik Bartko
2873
2874 * manalysis/MExtractSignal2.cc:
2875 - introduced a validity check for the set-function of the window
2876 size (even number of slices, WindowSize < NumberSlices)
2877
2878 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
2879 manalysis/AnalysisLinkDef.h:
2880 - new: introduced the calculation of the arrival time as the signal
2881 weighted mean of the time slices in the maximum window
2882
2883
2884
2885 2004/02/11: Markus Gaug
2886
2887 * mcalib/MCalibrationCalc.cc:
2888 - the blind pixel signal extractor introduced one week ago, counted
2889 one FADC slice too little, thus the normalization w.r.t. pedestals
2890 was wrong. Now corrected.
2891
2892 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
2893 - when "WARNING - Lo Gain saturated" occurs, display also the
2894 corr. pixel numbers.
2895
2896 * mbase/MArray.[h,cc]:
2897 - introduced function to cut array edges with zeros.
2898 (Thomas, should we keep it there or move it to another class? )
2899
2900 * mcalib/MCalibrationCalc.[h,cc]:
2901 - new function SetBlindPixelRange to set start and end of FADC slices
2902 used for the blind pixel signal extraction.
2903 - remove fEvents which are not necessary any more after the shift
2904 to MFCosmics.
2905
2906 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
2907 - show the fourier spectrum now with axes in frequency [Hz] instead
2908 of inverted events.
2909
2910 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
2911 - new base class for all kind of events with variables having a
2912 Gaussian distribution. Will serve as base class for the
2913 existing and new calibration histogram classes.
2914
2915
2916
2917 2004/02/11: Abelardo Moralejo
2918
2919 * mmain/MEventDisplay.cc
2920 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
2921 MMcPedestalCopy must be executed earlier!
2922
2923
2924
2925 2004/02/10: Raquel de los Reyes
2926
2927 * mhist/MHPixVsTime.[h,cc]:
2928 - Added a default draw function and replaced the TGraph object
2929 by a pointer to a TGraph object.
2930
2931 * mreport/MReportTrigger.h:
2932 - Now it dereives from a MCamEvent class and implemented the
2933 GetPixContent() and DrawPixelContent() functions.
2934
2935 * maccros/CCDataCheck.C:
2936 - An update of the previous macro. New plots: subsystems status and
2937 macrocells trigger.
2938
2939
2940
2941 2004/02/10: Markus Gaug
2942
2943 * mcalib/MCalibrationCam.cc:
2944 - fixed documentation
2945
2946 * mhbase/MH.[h,cc]:
2947 - new function ProjectArray
2948
2949 * mcalib/MHCalibrationPixel.[h,cc],
2950 mcalib/MHCalibrationBlindPixel.[h,cc]:
2951 - use ProjectArray from MH to plot the projection of the fourier
2952 spectrum
2953
2954 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
2955 mfilter/FilterLinkDef.h:
2956 - new filter removing cosmics, the same as in MCalibrationCalc
2957 where it was removed now.
2958 Call: MFCosmics cosmics;
2959 MContinue cont(&cosmics);
2960 tlist.AddToList(&cont);
2961
2962 * mcalib/MCalibrationCalc.[h,cc]:
2963 - removed cosmics rejection from there
2964
2965 * macros/calibration.C, mjobs/MJCalibration.cc:
2966 - changed cosmics rejection to the filter algorithm
2967
2968
2969
2970 2004/02/09: Markus Gaug
2971
2972 * mcalib/MCalibrationBlindPix.[h,cc]:
2973 - added histogram to display the average in FADC slices of all
2974 single and double phe events
2975
2976 * mcalib/MCalibrationCalc.cc:
2977 - fill histograms of single-phe events with higain and logain
2978 sampls
2979
2980 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
2981 mcalib/MCalibrationConfig.h:
2982 - take all pixel areas out of MGeomPix::GetA(), remove all previous
2983 areas
2984 - calculate photon fluxes from blind pixel and PIN diode, use
2985 area only to fill the conversion factors in MCalibrationPix
2986
2987
2988 * mcalib/MJCalibration.cc:
2989 - display of number of photons for Blindpixel and PIN Diode Method
2990 changed to display of photon flux which is the actually
2991 calculated quantity
2992
2993
2994
2995 2004/02/09: Thomas Bretz
2996
2997 * mbadpixels/*:
2998 - added
2999
3000 * Makefile:
3001 - added MBadPixels
3002
3003 * manalysis/MGeomApply.cc:
3004 - fixed class description
3005
3006 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
3007 - added bad pixel treatment
3008
3009 * mjobs/MJPedestal.[h,cc]:
3010 - reorganized order of functions
3011 - removed a nonsense scrren output (some BLABABLA or so)
3012
3013 * mjobs/Makefile:
3014 - added include for mbadpixels
3015
3016 * mmain/MBrowser.cc:
3017 - do not call construtor of TGTReeLBEntry if pic0=0
3018
3019
3020
3021 2004/02/09: Raquel de los Reyes
3022
3023 * mcamera/MCameraLids.h, mreport/MReportCamera.h
3024 - Added the "Get" functions to access the private data
3025 members of the class.
3026
3027
3028
3029 2004/02/09: Markus Gaug
3030
3031 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
3032 MCalibrationPix.h:
3033 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
3034 because we can calibrate with the histogram mean and RMS even
3035 if the fit is not OK. Thus, there is a question: IsFitted() and
3036 IsChargeValid(), i.e. does the charge make any sense?
3037
3038 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
3039 - found serious bug in calculation of conversion factors for the
3040 outer pixels:
3041 GetMeanConversionBlindPixelMethod and
3042 GetMeanConversionPINDiodeMethod
3043 did not correct for the area of the outer pixel, this did only
3044 MCalibrationCam::GetPixelContent which is not used by MCalibrate
3045
3046
3047
3048 2004/02/06: Markus Gaug
3049
3050 * mgeom/MGeomCam.h
3051 - replaced in Comment of fPixRatio:
3052 "ratio between size of pixel idx and pixel 0" by
3053 "ratio between size of pixel 0 and pixel idx"
3054
3055 * manalysis/MPedestalCam.cc
3056 - catch calls to MHPedestalPixel in case that they are not filled
3057 This led previous calls to segmentation violations
3058 - remove include of MHExtractedSignalPix
3059
3060 * manalysis/MHExtractedSignalPix.[h,cc]
3061 - is everything in MHPedestalPixel, so removed it again
3062
3063 * mjobs/MJPedestal.cc
3064 - put the projections into Display()
3065 - correct the input of Display (0: pedestal, 1: pedestalerror,
3066 2: pedRMS, 3: pedRMSerror)
3067
3068 * manalysis/MHPedestalPixel.cc
3069 - increased number of bins in for charges plot
3070
3071 * mtools/MFFT.[h,cc]
3072 - possibility to have PSD directly from TArray
3073
3074 * mjobs/MJCalibration.[h,cc]
3075 - fixed displays
3076 - replaced MExtractSignal by MExtractSignal2
3077
3078 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
3079 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
3080 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
3081 - remove histograms MHChargevsN..., now keep TArrays directly
3082 - check for oscillations for all pixels (and you will not trust
3083 your eyes when you look at the results :-((((
3084
3085 * mcalib/MCalibrationCalc.[h,cc]
3086 - remove ArrivalTime -> go to separate class
3087 - remove BlindPixel and PIN Diode overflow, now handled directly
3088 inside the corr. classes.
3089 - remove SkipTimeFits -> go the arrival time class
3090
3091 * mcalib/MCalibrationCam.h
3092 - new getters for number of photons
3093 - removed timeslicewidth -> go the corr. time containers
3094
3095 * mcalib/MCalibrationCam.cc
3096 - removed times of GetPixelContent
3097 - added OscillationChecks in GetPixelContent
3098
3099 * manalysis/MMcCalibrationUpdate.cc
3100 - remove calpix.SkipTimeFits which is now obsolet
3101
3102 * macros/calibration.C
3103 - all previous changes now in this macro.
3104 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
3105 das ging diesmal in einem Aufwasch)
3106
3107
3108
3109 2004/02/06: Thomas Bretz
3110
3111 * mhist/MHPixVsTime.[h,cc]:
3112 - changed such that you can set the name of the time container now
3113
3114 * mraw/MRawRunHeader.[h,cc]:
3115 - added GetMaxPixId()
3116
3117 * mraw/MRawEvtData.cc:
3118 - fixed wrong size calculation for fABflags
3119
3120
3121
3122 2004/02/06: Oscar Blanch
3123
3124 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
3125 - We cahnged the name (and values) of the global variable
3126 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
3127
3128
3129
3130 2004/02/05: Markus Gaug
3131
3132 * mcalib/MHCalibrationPixel.[h,cc]
3133 - put an NDF limit for the fit
3134 - removed all TStrings and replace them by Form(..)
3135 - Check for nan's of all returned fit values
3136
3137 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
3138 - reshuffled HiLoGainConversion, calculation of F-Factor method,
3139 - calculation of total F-Factor of the readout.
3140
3141 * mcalib/MCalibrationCam.cc
3142 - include relative times to display with GetPixelContent
3143
3144 * mcalib/MCalibrationCalc.[h,cc]
3145 - flag to skip Hi-Lo Calibration
3146 - Hi-LO Graph not filled any more after overflow of ChargevsN
3147 - fill the blind pixel differently from the rest of pixels
3148
3149 * mcalib/MCalibrate.cc:
3150 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
3151
3152 * manalysis/MArrivalTimeCalc.cc
3153 - default step width 100 ps.
3154 - look for half maximum (at rising edge)
3155
3156 * manalysis/MExtractSignal.[h,cc]
3157 - removed uncommented code (arrival time)
3158 - set start byte back by one like it was before TB's changes
3159 (does not affect the calculation of number of FADC slices)
3160
3161 * manalysis/MExtractSignal2.[h,cc]
3162 - removed uncommented code (arrival time)
3163
3164 * manalysis/MHPedestalPixel.[h,cc]
3165 - is now filled with total pedestals (not per slice), but results are
3166 renormalized to values per slice (this is not to screw up with the
3167 pedestal RMS and the derived uncertainties)
3168 - new function Renorm(nslices)
3169
3170 * manalysis/MPedestalCam.[h,cc]
3171 - introduced function Clone() (like proposed by TB)
3172 - call to MHPedestalPixel operator() not const any more
3173 - take out lots of uncommented code
3174 - found bug in initialization of hists. SetupFill is called in
3175 PreProcess, therefore, TObjArray is not yet enlarged there.
3176 Now, InitUseHists is called in Fill
3177 - MHPedestalPixel is now filled with total pedestals (not per slice),
3178 but results are
3179 renormalized to values per slice (this is not to screw up with the
3180 pedestal RMS and the derived uncertainties)
3181
3182 * manalysis/MPedCalcPedRun.cc
3183 - added author
3184 - split calculation of RMS into two steps to make it more clear to
3185 the user
3186
3187 * macros/calibration.C
3188 - found bug introduced two days ago, namely calculating pedestlas with
3189 MExtractSignal2 which is now fixed
3190 - Skip HiLoConversionCalibration
3191
3192
3193
3194 2004/02/05: Abelardo Moralejo
3195
3196 * macros/starmc2.C
3197 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
3198 for both MMcEvt and MMcRunHeader since these containers are
3199 not present in real data. Name of macro is no longer adequate if
3200 we will use it for calibrated real data (to be changed if so).
3201
3202
3203
3204 2004/02/05: Sebastian Raducci
3205
3206 * mtools/MCubicSpline.[h,cc]
3207 - added
3208 - this class will take the place of the TSpline class to
3209 calculate arrival times
3210
3211 * mtools/MCubicCoeff.[h,cc]
3212 - added
3213 - this class is used by MCubicSpline to store coefficients
3214
3215 * macros/spline.C
3216 - added
3217 - test macro. Shows how to use the MCubicSpline class
3218 - it could be used to test the methods of the Spline class
3219
3220
3221
3222 2004/02/05: Thomas Bretz
3223
3224 * mmain/MBrowser.cc:
3225 - fixed a double deletion of a TGLayoutHints
3226
3227
3228
3229 2004/02/04: Markus Gaug
3230
3231 * mmain/MBrowser.cc:
3232 - corrected TGTReeLBEntry for TGTreeLBEntry
3233
3234
3235
3236 2004/02/04: Thomas Bretz
3237
3238 * manalysis/MExtractSignal2.cc:
3239 - don't allow odd numbers for the window size
3240
3241 * mfilter/MFilterList.cc:
3242 - corrected a wrong logging message
3243
3244 * mmain/MBrowser.cc:
3245 - added '/data/MAGIC' as shortcut in the combo box
3246
3247 * mraw/MRawEvtPixelIter.cc:
3248 - optimized calculation of MaxIdx
3249
3250
3251
3252 2004/02/04: Abelardo Moralejo
3253
3254 * macros/starmc2.C
3255 - removed unnecessary variables BinsHigh, BinsLow
3256
3257
3258
3259 2004/02/04: Markus Gaug
3260
3261 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
3262 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3263 macros/calibration.C:
3264 - histograms are now filled with MFillH as proposed and coded by
3265 Thomas Bretz. Some modifications had to be done, however.
3266 - Class to hold MHPedestalPixel is still MPedestalCam
3267 - MPedCalcPedRun does nothing any more (except from what is was
3268 doing before)
3269
3270 * manalysis/MExtractSignal.cc
3271 - remove uncommented code
3272
3273 * mcalib/MCalibrationCalc.[h,cc]
3274 - modified way to handle histogram overflow: Now flags are set and
3275 ChargevsN histogram is not tried to be filled subsequently
3276
3277
3278
3279 2004/02/03: Markus Gaug
3280
3281 * manalysis/MHExtractedSignalPix.[h,cc]
3282 - added Thomas B. modified version of MHPedestalPixel. Later will
3283 remove MHPedestalPixel
3284
3285 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
3286 manalysis/MCalibrationCam.cc, macros/calibration.C:
3287 - now split completely absolute and relative times. Absolute
3288 times are not fitted, but their histogram mean and rms are
3289 returned.
3290
3291
3292
3293 2004/02/03: Thomas Bretz
3294
3295 * mfileio/MReadTree.cc:
3296 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
3297
3298 * manalysis/MExtractSignal.[h,cc]:
3299 - moved code to extract the signal from Process to
3300 new member function FindSignal, I left the arrival time
3301 extraction as commented-out code in the code just as a
3302 demonstration to do this very fast.
3303
3304
3305
3306 2004/02/02: Markus Gaug
3307
3308 * manalysis/MPedCalcPedRun.cc
3309 - corrected formulae in Class description
3310
3311 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
3312 manalysis/MMcCalibrationUpdate.cc:
3313 - calculate relative times and absolute times. Fit only
3314 the relative ones.
3315
3316
3317
3318 2004/02/02: Abelardo Moralejo
3319
3320 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
3321 - removed file type check (MC or data) from PreProcess since now
3322 run headers are not yet known at that point.
3323
3324 * mcalib/MMcCalibrationCalc.cc
3325 - same as above.
3326
3327 * NEWS
3328 - updated.
3329
3330
3331
3332 2004/02/02: Thomas Bretz
3333
3334 * manalysis/MExtractSignal2.[h,cc]:
3335 - added new task which takes a given number of slices with the
3336 highest integral content as signal.
3337
3338 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3339 - added MExtractSignal2
3340
3341
3342
3343 2004/01/30: Abelardo Moralejo
3344
3345 * macros/starmc.C
3346 - changed default FADC integration range (more adequate for coming
3347 camera version).
3348
3349 * macros/mccalibrate.C, starmc2.C
3350 - added. First macro transforms input files from camera simulation
3351 into files with pixel data already calibrated in photons. The
3352 second reads in an already calibrated data file and produces an
3353 output file with Hillas parameters. Both together do the same as
3354 starmc.C, but it is convenient to have files containing
3355 calibrated pixel information.
3356
3357
3358
3359 2004/01/30: Thomas Bretz
3360
3361 * mbase/MDirIter.h:
3362 - added GetNumEntries
3363
3364 * mhist/MHEvent.cc:
3365 - added a dynamic_cast from MParContainer to MCamEvent to get the
3366 correct pointer to the correct base-class.
3367
3368 * mbase/MStatusDisplay.cc:
3369 - In EventInfo check whether gPad==0
3370
3371 * mfileio/MReadMarsFile.cc:
3372 - removed reading RunHeaders from PreProcess, this resulted
3373 in strange behaviour of writing RunHeaders
3374 - fixed consistency check for RunType accordingly
3375
3376 * mfilter/MFilterList.cc:
3377 - do not skip adding filter if only a filter with the same name
3378 exists
3379
3380 * mraw/MRawFileRead.cc:
3381 - added an output message if run header is not accessible
3382
3383 * mraw/MRawRunHeader.[h,cc]:
3384 - initialize fRunType to new enum kRTNone
3385
3386 * mfilter/MFGeomag.cc:
3387 - set fResult to kFALSE at the beginning of Process
3388 - according to this removed setting fResult=kFALSE before return
3389 - replaced some float by Float_t
3390 - added some const-qualifiers
3391 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
3392 with rnd = R * (r2-r1)/2 to make sure that we cannot
3393 devide by 0
3394
3395 * manalysis/MPedCalcPedRun.cc:
3396 - added some comments
3397
3398 * Makefile:
3399 - added mjobs
3400
3401 * mjobs/*:
3402 - added
3403
3404 * mbase/Makefile, mbase/BaseLinkDef.h:
3405 - added MRunIter
3406
3407 * mbase/MRunIter.[h,cc]:
3408 - added
3409
3410
3411
3412 2004/01/30: Markus Gaug
3413
3414 * manalysis/MPedestalCam.h
3415 - added function IsUsedHists()
3416
3417 * manalysis/MPedestalCam.cc
3418 - modified GetPixelContent
3419
3420 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
3421 - include storage of number of used FADC slices to compare later
3422 the pedestal per slice ( and sigma per slice)
3423 - return relative differences in GetPixelContent
3424
3425 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
3426 - fBlindPixelId and fPINDiodeId now like in PedestalCam
3427 - fill Blind Pixel with information about its fitted pedestal if
3428 available
3429 - initialize charges histogram with a bigger range
3430 - use pedestal information to constrain the pedestal fit ranges
3431
3432 * manalysis/MHPedestalPixel.cc
3433 - initialize charges histogram with a bigger range
3434
3435 * macros/calibration.C
3436 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
3437 - apply new GetPixelContents of MPedestalCam (more calculations
3438 and displays of errors, correction for different FADC slice
3439 number)
3440
3441 * manalysis/MExtractSignal.cc
3442 - not access to MArrivalTime any more. The same information is
3443 stored in MRawEvt->GetPixelContent(...)
3444
3445 * manalysis/MCalibrationCalc.cc
3446 - retrieve default arrival time from MRawEvt
3447
3448 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
3449 - check for NaN's in fit results
3450
3451
3452
3453 2004/01/29: Abelardo Moralejo
3454
3455 * mfileio/MWriteFile.h
3456 - added missing declaration of ReInit
3457
3458 * manalysis/MMcCalibrationUpdate.cc
3459 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
3460 to adapt to recent changes in MCalibrate.
3461
3462
3463
3464 2004/01/29: Thomas Bretz
3465
3466 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
3467 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
3468 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
3469 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
3470 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
3471 - split derivement into MParContainer and MCamEvent
3472
3473 * manalysis/MExtractSignalCam.[h,cc]:
3474 - removed obsolete MExtractSignal::ReInit
3475 - added -> to fArray
3476
3477 * mbase/MParList.h:
3478 - added a new bit kIsProcessing
3479
3480 * mbase/MTaskList.cc:
3481 - fixed the handling of kDoNotReset and the bahaviour of
3482 SetReadyToSave, such that it is possible to write all
3483 headers
3484
3485 * mfileio/MWriteFile.cc:
3486 - added ReInit which also calls CheckAndWrite
3487
3488 * mgui/MCamEvent.h:
3489 - does not derive from MParContainer anymore
3490
3491
3492
3493 2004/01/29: Markus Gaug
3494
3495 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
3496 mcalib/MCalibrationConfig.h
3497 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
3498 directly into the corresponding classes.
3499
3500
3501
3502 2004/01/29: Nicola Galante
3503
3504 * mhistmc/MHMcTriggerLvl2.[h,cc]:
3505 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
3506 added string checking to return also
3507 fHistCellPseudoSize, fHistCellPseudoSizeNorm
3508 and fHistCellPseudoSizeEnergy.
3509 - Added inline functions GetHistCellPseudoSize() and
3510 GetHistCellPseudoSizeNorm().
3511
3512
3513
3514 2004/01/28: Javier Rico
3515
3516 * mcalib/MCalibrate.[h.cc]
3517 - include possibility to select the calibration method to be used
3518
3519
3520
3521 2004/01/28: Markus Gaug
3522
3523 * mcalib/MCalibrate.[h.cc]
3524 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
3525
3526 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
3527 - included flags to indicate if Blind Pixel Method or PIn Diode
3528 method was OK. Up to now, program stopped, if one of the two
3529 methods was chosen but not able to being executed.
3530
3531 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
3532 manalysis/MGeomApply.cc:
3533 - put all missing InitSize(npixels) into MGeomApply
3534
3535 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
3536 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
3537 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3538 - include possibility to fit the pedestals with Gaussian.
3539 - old methods are not affected.
3540 - add new method with MPedCalcPedRun::SetUseHists()
3541
3542
3543
3544 2004/01/28: Abelardo Moralejo
3545
3546 * mcalib/MMcCalibration.cc
3547 - fixed wrong variable type in call to TH1F constructor (number of
3548 bins is now integer), which resulted in a compilation warning.
3549
3550
3551
3552 2004/01/28: Thomas Bretz
3553
3554 * manalysis/MPedestalCam.cc:
3555 - removed unwanted CheckBound from operators. CheckBounds is ONLY
3556 ment for really old MC files and will be removed in the future
3557 anyhow.
3558
3559 * mcalib/MHCalibrationPixel.h:
3560 - removed obsolete include of MFFT
3561
3562 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
3563 manalysis/MPedestalCam.[h,cc]:
3564 - removed use of obsolete MPedestalCam::CheckBounds. This was
3565 a workaround for a 'bug' in very old camera files, which is not
3566 necessary anymore.
3567
3568 * manalysis/MCerPhotAnal2.[h,cc]:
3569 - replaced MPedestalCam by MPedPhotCam
3570
3571 * manalysis/MExtractSignal.cc:
3572 - some small simplification to the signal extraction
3573 - removed some obsolete variables
3574 - replaced for by while
3575 - removed obsolete casts
3576
3577 * mmain/MEventDisplay.cc:
3578 - gave names to the filters
3579 - removed adding MHCamera to fList because it was deleted twice
3580
3581 * mhist/MHCamera.cc:
3582 - fixed usage of fPainter in Paint() - title was not updated
3583 correctly
3584
3585
3586
3587 2004/01/28: Sebastian Raducci
3588
3589 * manalysis/MArrivalTime.[h,cc]:
3590 - removed all the code relative to the cluster evaluation
3591
3592
3593
3594 2004/01/27: Markus Gaug
3595
3596 * manalysis/MPedestalPix.cc:
3597 - initialize default values to 0 instead of -1.
3598
3599 * manalysis/MPedestalCam.[h,cc]:
3600 - include CheckBounds, also in operator[]
3601
3602 * mcalib/MCalibrationCam.[h,cc]:
3603 - apparently, there was a reference to InitSize(UInt_t i) instead
3604 of InitSize(Int_t i), where compiler complained, now changed
3605
3606 * mcalib/MHCalibration*, mcalib/MCalibration*:
3607 - fixed all Clear()'s, Reset()'s, direct intializers
3608
3609
3610
3611 2004/01/27: Thomas Bretz
3612
3613 * mdata/MDataChain.cc:
3614 - added '%' to supported operators
3615
3616
3617
3618 2004/01/26: Nicola Galante
3619
3620 * manalysis/MMcTriggerLvl2.[cc,h]:
3621
3622 - Defined some static constants to avoid ugly "magic numbers"
3623 in arrays: gsNCells, gsNTrigPixels,
3624 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
3625 - Added method
3626 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
3627 which computes compact pixels into a given L2T macrocell.
3628 - Added method
3629 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
3630 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
3631 macrocells
3632 - Added method
3633 MMcTriggerLvl2::GetCellPseudoSize() const
3634 which returns fCellPseudoSize
3635 - Added method
3636 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
3637 which controls whether a pixel belongs to a given L2T cell.
3638 - Added method
3639 MMcTriggerLvl2::GetMaxCell() const
3640 which returns fMaxCell, the cell with the maximum
3641 fCellPseudoSize.
3642
3643
3644
3645 2004/01/26: Markus Gaug, Michele Doro
3646
3647 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
3648 - moved calculation of arrival time from MArrivalTime to
3649 MArrivalTimeCalc. MArrivalTime does not do any Process-job
3650 anymore
3651 - TSpline5 now on stack.
3652 - function to set the stepsize
3653
3654 * mcalib/MHCalibrationBlindPixel.[h,cc]:
3655 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
3656 - implement combined Polya fit and Michele's back-scattered electron
3657 fit
3658
3659 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
3660 mcalib/MCalibrationPINDiode.cc:
3661 - combine FitChargeHiGain and FitChargeLoGain into one function
3662
3663 * macros/calibration.C
3664 - improve double gauss fit a bit
3665
3666
3667
3668 2004/01/26: Thomas Bretz
3669
3670 * mraw/MRawEvtPixelIter.[h,cc]:
3671 - removed member function GetNumPixels. For more details see mantis.
3672
3673 * manalysis/MArrivalTime.[h,cc]:
3674 - reorganized includes
3675 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
3676 definition
3677 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
3678 PROGRAM
3679
3680 * manalysis/MArrivalTimeCalc.[h,cc]:
3681 - reorganized includes
3682 - removed many obsolete code, exspecially copy&paste relicts!
3683 - fixed usage of InitSize
3684 - removed CleanArray. Reset() is called automatically before Process()
3685
3686 * manalysis/MExtractedSignalCam.[h,cc]:
3687 - added SetLogStream
3688 - removed obsolete include MGeomCam
3689 - replaced PrintOut by Print
3690 - added const-qualifiers to all Getters
3691 - fixed documentation
3692
3693 * manalysis/MExtractedSignalPix.[h,cc]:
3694 - replaced PrintOut by Print
3695 - fixed documentation
3696
3697 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
3698 - replaced memset by Reset()
3699
3700
3701
3702 2004/01/24: Abelardo Moralejo
3703
3704 * macros/starmcstereo.C
3705 - Added. Example of how to run the analysis chain for MC files
3706 containing simulation of stereo systems of 2 telescopes.
3707
3708 * mcalib/MCalibrate.cc
3709 - Added check that value of signal from MExtractedSignalPix is not
3710 the default (error) value. In such a case, the signal in
3711 MCerPhotEvt is now set to 0. Before, all pixels got very high
3712 values in MCerPhotEvt in case the MRawEvtData object for the
3713 event was missing in the file. This happened in MC files, in
3714 which in some circumstances an event is written without the
3715 pixel information (for instance, when running stereo simulations
3716 the pixel data is missing for non-triggered telescopes, but the
3717 event headers are present).
3718
3719
3720
3721 2004/01/23: Markus Gaug
3722
3723 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
3724 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
3725 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
3726 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
3727 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
3728 - use MArrivalTime for Storage (or calculation) of time
3729 in MExtractSignal
3730 - pass from TH1I histos to TH1F for times
3731
3732 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
3733 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
3734 mcalib/MCalibrationCalc.[h,cc]:
3735 - clean up setters
3736 - pass to bit-fields for all flags
3737
3738 * mcalib/MCalibrationCam.cc
3739 - exclude Blind Pixel from Camera display
3740 - do not fill &val when return kFALSE
3741
3742 * macros/calibration.C
3743 - include functions to exclude the blind pixel,
3744 calculation of times and quality checks
3745
3746
3747
3748 2004/01/23: Abelardo Moralejo
3749
3750 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
3751 - Added support (using AddSerialNumber) for stereo MC files.
3752
3753
3754
3755 2004/01/23: Thomas Bretz
3756
3757 * mbase/MAstro.cc:
3758 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
3759
3760 * mreport/MReport*.[h,cc]:
3761 - changed all classes to return Int_t instead of Bool_t in
3762 InterpreteBody
3763 - changed MReportFileRead such, that a wrong line results in
3764 skipping the line instead of abort reading.
3765
3766 * manalysis/MExtractSignal.cc:
3767 - do not print information for each pixel - it's too much.
3768
3769 * mbase/MStatusDisplay.cc:
3770 - when reading a status display do not display tabs with
3771 the same name than one which is already existing.
3772
3773 * mcalib/MCalibrate.cc:
3774 - directly store pointer to pixel when setting saturation flag
3775
3776 * mcamera/MCameraDC.cc:
3777 - fixed some comments
3778
3779 * mhist/MHCamEvent.cc:
3780 - fixed a crash when no geometry was available
3781
3782 * mhist/MHCamera.[h,cc]:
3783 - removed obsolete member function SetPix
3784
3785 * mbase/MStatusDisplay.[h,cc]:
3786 - added EventInfo member function
3787 - implemented preliminary redirection of GetObjectInfo to
3788 StatusLine2 -> An own status line for this is missing
3789
3790 * manalysis/MExtractSignal.[h,cc]:
3791 - implemented StreamPrimitive
3792 - changed deafults to be static const data members
3793
3794 * manalysis/MGeomApply.[h,cc]:
3795 - implemented StreamPrimitive
3796
3797
3798
3799 2004/01/23: Abelardo Moralejo
3800
3801 * manalysis/MMcCalibrationUpdate.[h,cc]
3802 - Added check to guarantee that the FADC simulation parameters of
3803 all read files (those used for calibration and those analyzed)
3804 are the same.
3805 - Added missing support for analysis of stereo files.
3806
3807 * mcalib/MMcCalibrationCalc.cc
3808 - Removed obsolete FIXME comment.
3809 - Added missing support for analysis of stereo files.
3810
3811
3812 2004/01/23: Raquel de los Reyes
3813
3814 * macros/CCDataCheck.C
3815 - Added the temperature distribution of the optical links
3816 and the plots of the LV power supplies.
3817 * mcamera/MCameraLV.h
3818 - Added the "Get" functions to access the private data
3819 members of the class.
3820
3821
3822 2004/01/22: Abelardo Moralejo
3823
3824 * manalysis/MMcCalibrationUpdate.[h,cc]
3825 - Now ratio of high to low gain is taken from MCalibrationCam if
3826 it existed previously in the parameter list, instead of being
3827 read again from the MMcFadcHeader. Removed Setter function for
3828 fADC2PhInner, no longer necessary. Fixed error regarding the
3829 pedestal conversion to photons (did not read conversion factor
3830 from preexisting MCalibrationCam object).
3831
3832 * mcalib/MMcCalibrationCalc.cc
3833 - Changed parameters of the histogram, and also the quantity being
3834 histogrammed. Check that input data come from a noiseless camera
3835 file before proceeding to do the calibration. Introduced lower
3836 size in cut for calibration. Now rhe calibration constant is not
3837 calculated from the mean of photons/ADC counts, but from the peak
3838 of the histogram.
3839
3840 * macros/starmc.C
3841 - Introduced new scheme. Now there are two loops over two different
3842 sets of files. First loop calculates the calibration constants,
3843 second one does the analysis. Introduced comments. Now the
3844 histogram used in the light calibration is written to the output
3845 file.
3846
3847
3848
3849 2004/01/22: Thomas Bretz
3850
3851 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
3852 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
3853 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
3854 mcalib/MCalibrationBlindPixel.[h,cc],
3855 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
3856 mcalib/MHCalibrationBlindPixel.[h,cc],
3857 mcalib/MHCalibrationPINDiode.[h,cc]:
3858 - cleaned up includes
3859
3860
3861
3862 2004/01/22: Raquel de los Reyes
3863
3864 * macros/CCDataCheck.C
3865 - macro to check the data from the central control (.rep files).
3866
3867
3868
3869 2004/01/22: Markus Gaug
3870
3871 * macros/calibration.C
3872 - made MStatusDisplay 3 bit smaller
3873
3874 * manalysis/MExtractSignal.cc
3875 - put fSignals->SetUsedFADCSlices into PreProcess
3876
3877 * manalysis/MPedCalcPedRun.cc
3878 - calculate PedRMS as RMS of the sums, later renormalized to units
3879 of RMS/slice (eliminate the wrong effect of odd and even slices)
3880
3881 * mcalib/MCalibrationCalc.cc
3882 - if bit SkipBlindPixelFit is set, now number of photons outside
3883 plexiglass is not intended to be calculated any more (previous
3884 bug)
3885 - exclude excluded pixels in eventloop
3886
3887 * mcalib/MHCalibrationBlindPixel.[h,cc]
3888 - move functions to pointer again (otherwise, Clone will give
3889 strange results)
3890
3891
3892
3893 2004/01/21: Abelardo Moralejo
3894
3895 * mcalib/MMcCalibrationCalc.[h,cc]
3896 - Added. First version of the task intended to calculate the
3897 conversion factors from ADC counts to photons in the MC. It has
3898 a different aim than the recently renamed class
3899 "MMcCalibrationUpdate" (which takes care that the correct
3900 pedestals and conversion factors are supplied to each event, but
3901 does not really calculate anything).
3902
3903 * mcalib/Makefile, CalibLinkDef.h
3904 - Added new class MMcCalibrationCalc
3905
3906 * manalysis/MMcCalibrationUpdate.[h,cc]
3907 - Now the container MCalibrationCam is not created or modified if
3908 it is found that one such container already exists in the
3909 Parameter list (from a previous calibration).
3910
3911
3912
3913 2004/01/21: Thomas Bretz
3914
3915 * mraw/MRawRead.cc:
3916 - restore the fake time for all runs (current time stamp in
3917 the data seems to be toally nonsense)
3918
3919 * mraw/MRawEvtHeader.cc:
3920 - removed decoding of real time (current time stamp in the data
3921 seems to be toally nonsense)
3922
3923
3924
3925 2004/01/21: Abelardo Moralejo
3926
3927 * mmc/MMcEvt.hxx
3928 - Uncommented 6 Getter functions (those regarding the number of
3929 photons surviving the different stages of simulation).
3930
3931 * manalysis/MMcCalibrationUpdate.[h,cc]
3932 - Added (see below).
3933
3934 * manalysis/MMcCalibrationCalc.[h,cc]
3935 - Removed: changed name of this class to MMcCalibrationUpdate,
3936 which is more representative of what it really does. Moved
3937 the filling of the MCalibrationCam container from Process to
3938 ReInit, since it does not change on an event by event basis.
3939 Simplified PreProcess (MCalibrationCam was searched for twice).
3940 Updated class description and comments.
3941
3942 * manalysis/Makefile, AnalysisLinkDef.h
3943 - Adapted to change above
3944
3945 * macros/starmc.C
3946 - Adapted to change above. Changed also task instance name from
3947 mccalibcalc to mccalibupdate.
3948
3949
3950
3951 2004/01/21: Raquel de los Reyes
3952
3953 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
3954 and mcamera/MCameraCalibration.h
3955 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
3956 the private data members of the class.
3957
3958
3959
3960 2004/01/20: Thomas Hengstebeck
3961
3962 * mranforest/MRanForestCalc.[h,cc]
3963 - Added member functions Grow (training of RF) and Fill (reading in
3964 trained forest from file) which simplify macros.
3965 One just needs to call them instead of using MRanForestGrow and
3966 MRanForestFill (and the related training and fill loops) in a
3967 macro.
3968
3969
3970
3971 2004/01/20: Abelardo moralejo
3972
3973 * manalysis/MMcCalibrationCalc.cc
3974 - removed call to MCalibrationPix::SetPedestal, which was not
3975 needed.
3976
3977
3978
3979 2004/01/20: Thomas Bretz
3980
3981 * Makefile:
3982 - replaced 'make' by '$(MAKE)'
3983
3984 * Makefile.rules:
3985 - added Makefile itself to dependencies
3986
3987 * mbase/MTask.cc:
3988 - added comment about ReInit
3989
3990 * mhbase/MH.cc:
3991 - do not clear pad in DrawClone if 'same' option given
3992
3993 * mhist/MHVsTime.cc:
3994 - evaluate 'same' option
3995
3996 * mfileio/MReadCurrents.[h,cc]:
3997 - obsolete, removed
3998
3999 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
4000 - added some comments
4001
4002
4003
4004 2004/01/20: Abelardo moralejo
4005
4006 * mcalib/MHCalibrationPINDiode.cc
4007 - Added call to SetDirecory(0) for histograms fHErrCharge,
4008 fHPCharge, fHPTime.
4009
4010 * manalysis/MCerPhotPix.h:
4011 - Changed position of declaration of fIsSaturated to be the last
4012 private variable. Otherwise, since in the constructor it is
4013 initialized in the last place, a warning is displayed upon
4014 compilation in some systems.
4015
4016
4017
4018 2004/01/20: Markus Gaug
4019 * mcalib/Makefile, manalysis/Makefile:
4020 - include directory ../mtools
4021
4022 * mtools/MFFT.[h,cc]
4023 - class inherits from TObject now
4024
4025
4026
4027 2004/01/19: Markus Gaug
4028
4029 * mcalib/MHCalibrationBlindPixel.[h,cc]
4030 - fixed a bug in fFitLegend due to which program crashed by calls
4031 to DrawClone
4032 - Modified way to change the fit function
4033
4034 * mcalib/MHCalibrationPixel.[h,cc]
4035 - reordered function calls
4036 - removed SetupFill
4037
4038 * mcalib/MHCalibrationPINDiode.h
4039 - reordered function calls
4040
4041 * mcalib/MCalibrationPix.[h,cc]
4042 - limits to define fFitValid now as variables in class
4043
4044 * mcalib/MCalibrationCam.[h,cc]
4045 - reordered function calls
4046 - incorporate option to exclude pixels
4047
4048 * mcalib/MCalibrationBlindPix.h
4049 - Modified way to change the fit function
4050
4051 * mcalib/MCalibrationCalc.[h,cc]
4052 - Modified way to change the fit function
4053 - incorporate option to exclude pixels from configuration file
4054
4055 * macros/calibration.C
4056 - Modified way to change the fit function
4057 - incorporate option to exclude pixels from configuration file
4058
4059
4060
4061 2004/01/19: Javier Rico
4062
4063 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
4064 - Added documentation of member functions
4065
4066
4067
4068 2004/01/19: Abelardo Moralejo
4069
4070 * manalysis/MCerPhotPix.[h,cc]
4071 - Added fIsSaturated to flag whether low gain of the pixel is
4072 saturated. Added corresponding getter and setter functions.
4073 Updated ClassDef to version 2.
4074
4075 * mcalib/MCalibrate.cc
4076 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
4077 one low gain FADC slice is saturated.
4078
4079 * mimage/MNewImagePar.[h,cc]
4080 - Added new member variable fNumSaturatedPixels to count how many
4081 pixels were saturated. Updated ClassDef to version 2.
4082
4083
4084
4085 2004/01/19: Thomas Bretz
4086
4087 * manalysis/MPedPhotCalc.[cc,h]:
4088 - fixed order of includes
4089 - removed obsolete forward declarations
4090 - removed obsolete data member fNumPixels (stored already twice in
4091 the two TArrayF)
4092 - fixed some small bugs in the documentation
4093
4094 * manalysis/MPedCalcPedRun.cc:
4095 - updated my eMail address
4096
4097
4098
4099 2004/01/19: Javier Rico
4100
4101 * macros/dohtml.C, NEWS
4102 - include some missing info
4103
4104
4105
4106 2004/01/19: Abelardo Moralejo
4107
4108 * manalysis/MExtractedSignalPix.h
4109 - added GetNumLoGainSaturated()
4110
4111
4112
4113 2004/01/19: Markus Gaug
4114
4115 * macros/dohtml.C
4116 - include calibration.C
4117
4118 * manalysis/MExtractSignal.cc
4119 - warning of logain saturation now only once per event (out of loop)
4120
4121 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
4122 - new Flag fExcluded to indicate if pixel has been excluded from
4123 further analysis
4124
4125
4126
4127 2004/01/16: Javier Rico & Pepe Flix
4128
4129 * manalysis/MPedPhotCalc.[cc,h]
4130 - added
4131 - new class for the evaluation of pedestals in units of photons
4132 using the extracted signal from pedestal runs and calibration
4133 constants defined in MCalibrate
4134
4135 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
4136 - added entries for MPedPhotCalc
4137
4138 * macros/pedphotcalc.C
4139 - added
4140 - example on how to use MPedPhotCalc task
4141
4142
4143
4144 2004/01/16: Markus Gaug
4145
4146 * mcalib/MCalibrationFits.h
4147 - removed and incorporated in MHCalibrationBlindPixel.h
4148
4149 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
4150 mcalib/MCalibrationBlindPix.h:
4151 - incorporate Fit functions
4152 - fixed a bug due to which DrawClone crashed when class was used
4153 in a compiled macro
4154
4155 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
4156 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
4157 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
4158 mcalib/MHCalibrationPixel.cc:
4159 - fixed the warns and errs in fLog's
4160
4161
4162
4163 2004/01/16: Abelardo Moralejo
4164
4165 * manalysis/MMcCalibrationCalc.cc
4166 - TMath::Max() is no longer used because it did not compile in some
4167 systems for unkown reasons. I replaced it by a safer (and may be
4168 slower) code.
4169 - Added calpix.SetFitValid();
4170
4171 * mhist/MHEvent.cc
4172 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
4173 be 1 in case of RMS:
4174 case kEvtPedestalRMS:
4175 fHist->SetCamContent(*(MCamEvent*)par, 1);
4176
4177
4178
4179 2004/01/15: Abelardo Moralejo
4180
4181 * macros/starmc.C
4182 - Added. Version of star showing new chain to get Hillas
4183 parameters (with Size calibrated in photons) from MC files.
4184
4185
4186
4187 2004/01/15: Javier Rico
4188
4189 * manalysis/MPedCalcPedRun.[h,cc]
4190 - optimize the running time
4191 - add (some) documentation
4192 - correct treatment for the case of several input files
4193
4194 * macros/pedvsevent.C
4195 - added
4196 - draw pedestal mean and rms vs event# for input pixel# and run
4197 file, and compares them to the global pedestal mean and rms
4198
4199
4200
4201 2004/01/15: Raquel de los Reyes
4202
4203 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
4204 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
4205 functions to compute the estimation of the error of the
4206 mean. It can be done calling to the function
4207 MCamEvent::SetBit(MHCamera::kVariance) in the macro
4208
4209
4210
4211 2004/01/15: Markus Gaug
4212
4213 * mhist/MHCamera.[h,cc]
4214 - incorporate Thomas's changes
4215 - replace void CreateProjection() by TH1D *Projection(const char*)
4216
4217 * macros/calibration.C
4218 - replace MHCamera->Draw("proj") by MHCamera->Projection()
4219 - produce better fits to the projection
4220
4221 * manalysis/MSimulatedAnnealing.[h,cc],
4222 mhist/MHSimulatedAnnealing.[h,cc]:
4223 - moved to directory mtools
4224 - MSimulatedAnnealing now inherits from TObject
4225
4226 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4227 mhist/Makefile, mhist/HistLinkDef.h:
4228 - removed MSimulatedAnnealing
4229 - removed MHSimulatedAnnealing
4230
4231 * mtools/Makefile, mtools/AnalysisLinkDef.h:
4232 - added MSimulatedAnnealing
4233 - added MHSimulatedAnnealing
4234
4235
4236
4237 2004/01/15: Thomas Bretz
4238
4239 * manalysis/AnalysisLinkDef.h:
4240 - removed MCurrents
4241
4242 * mhist/MHCamera.[h,cc]:
4243 - added member function Projection
4244 - removed fYproj
4245
4246 * mreport/MReport*.*:
4247 - added more comments
4248
4249
4250
4251 2004/01/14: Markus Gaug
4252
4253 * mtools/MFFT.[h,cc]
4254 - new class to perform Fast Fourier Transforms
4255
4256 * mtools/Makefile
4257 * mtools/ToolsLinkDef.h
4258 - include MFFT
4259
4260 * manalysis/MExtractedSignalCam.h
4261 - removed variables fNumHiGainSamples and fNumLoGainSamples
4262 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
4263
4264 * manalysis/MExtractSignal.cc
4265 - updated call to SetUsedFADCSlices
4266
4267
4268
4269 2004/01/14: Abelardo Moralejo
4270
4271 * manalysis/MMcCalibrationCalc.cc:
4272 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
4273 This can happen (depending on camera simulation parameters), and
4274 rms = 0 later resulted in the pixel being eliminated in the
4275 image cleaning.
4276
4277
4278
4279 2004/01/14: Thomas Bretz
4280
4281 * Makefile:
4282 - replaced old style Makefile.depend by directory specific
4283 dependancy files
4284
4285 * Makefile.rules:
4286 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
4287 - added rule to make dependency files
4288 - added rule to remove dependancy files.
4289 - added rmdep as prerequisite to clean
4290 - include dependency file
4291
4292 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
4293 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
4294 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
4295 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
4296 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
4297 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
4298 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
4299 mtools/Makefile:
4300 - removed clean-rule, use the one in Makefile.rules instead
4301
4302 * mreport/Makefile, mreport/ReportLinkDef.h:
4303 - added MReportHelp
4304
4305 * mreport/MReportFileRead.cc:
4306 - moved code from MReportHelp to new file
4307 - removed usage of MReport class completely
4308
4309 * mfilter/MFGeomag.[h,cc]:
4310 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
4311 - changed the second loop from 0->1151 to 1152->2304
4312 - removed dummy arrays used for reading
4313 - output filename in case of 'file not found'
4314 - removed obsolete data members
4315 - removed obsolete Init function
4316 - removed forbidden underscore from member variable
4317 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
4318
4319 * mbase/MStatusDisplay.[h,cc]:
4320 - added new member function Open
4321 - added new menu entry kFileOpen
4322 - changed UpdatePSheader algorithm (the old one was much too slow)
4323
4324 * manalysis/MCurrents.[h,cc]:
4325 - removed (old outdated)
4326
4327 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4328 - removed MCurrents
4329
4330
4331
4332 2004/01/14: Wolfgang Wittek
4333
4334 * macros/ONOFFAnalysis.C:
4335 - current version
4336
4337 * mhist/MHSigmaTheta.[h,cc]:
4338 - replace MPedestalCam by MPedPhotCam
4339
4340 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
4341 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
4342 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
4343 - replace MPedestalCam by MPedPhotCam
4344
4345 * manalysis/MPedPhotPix.[h,cc]
4346 - uncomment SetRms()
4347
4348
4349
4350 2004/01/13: Markus Gaug
4351
4352 * manalysis/MExtractSignal.h
4353 - seems that the reduced light intensity of the CT1 Pulser
4354 results in broader pulses -> Set Default time slices to [3,10]
4355
4356 * mhist/MHCamera.cc
4357 - make Stat Window in option 'proj' bigger
4358 - add comment line at beginning of Draw()
4359
4360 * mcalib/MHCalibrationBlindPixel.[h.cc]
4361 - add Function DrawClone()
4362 - fix bug in calculation of integral (GetIntegral("width"))
4363 - restrict parameters tighter
4364 - declare fit as not valid, if less than 100 events
4365 in single photo-electron peak
4366
4367 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
4368 - fit now with fixed normalization
4369
4370 * mcalib/MHCalibrationPixel.[h.cc]
4371 - new function IsEmpty()
4372 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
4373
4374 * mcalib/MCalibrationPix.[h.cc]
4375 - F-Factor corrected and added error
4376 - Histograms not fitted if they are empty
4377 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
4378
4379 * mcalib/MCalibrationCam.cc
4380 - Square Root of Reduced Sigmas not taken, if they are < 0.
4381 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
4382
4383 * mcalib/MCalibrationCalc.cc
4384 - Blind Pixel is not additionally treated as normal pixel any more
4385 - Blind Pixel Draw replaced by DrawClone
4386
4387 * macros/calibration.C
4388 - took out some unused code
4389 - some default axis labelling corrected
4390
4391
4392
4393 2004/01/13: Abelardo Moralejo
4394
4395 * manalysis/MMcPedestalCopy.cc
4396 - added check of whether input file is a MC file before executing
4397 the PreProcess.
4398
4399
4400
4401 2004/01/13: Wolfgang Wittek
4402
4403 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
4404 - change macro to handle also MC events with finite sigmabar
4405
4406 * manalysis/MPadOn.[h,cc]:
4407 - deleted, is replaced by MPad
4408
4409 * manalysis/MPadOnOFF.[h,cc]:
4410 - deleted, is replaced by MPad
4411
4412 * manalysis/MPad.[h,cc]:
4413 - new class, replacing MPadON and MPadONOFF
4414 - handle also MC events with finite sigmabar
4415
4416 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
4417 - replace MPadON and MPadONOFF by MPad
4418
4419
4420
4421 2004/01/13: Thomas Bretz
4422
4423 * mraw/MRawRunHeader.[h,cc]:
4424 - implemented new member function GetRunTypeStr
4425
4426 * Changelog.03:
4427 - added (contains entries of 2003)
4428
4429 * Changelog:
4430 - removed entries of 2003
4431
4432 * mfilter/MFGeomag.cc:
4433 - simplified open/close of input files
4434
4435 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
4436 - added some comments
4437 - added new member function GetError
4438
4439 * Makefile:
4440 - updated 'make dox' output for convinience
4441
4442 * macros/dohtml.C:
4443 - do not print Info's
4444 - added mcamera
4445 - added mpointing
4446 - added mreport
4447
4448 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
4449 - removed some obsolete comments (these comments confused THtml)
4450
4451 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
4452 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
4453 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
4454 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
4455 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
4456 - replaced MPedestalCam by MPedPhotCam
4457 - removed some obsolete includes
4458
4459 * mbase/BaseLinkDef.h, mbase/Makefile:
4460 - added MLogPlugin
4461 - added MLogHtml
4462
4463 * mbase/MLog.[h,cc]:
4464 - added use of plugins
4465
4466 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
4467 - added
4468
4469 * mbase/MStatusDisplay.[h,cc]:
4470 - added a Save-As dialog
4471
4472
4473
4474 2004/01/12: Thomas Bretz
4475
4476 * macros/rootlogon.C:
4477 - added mcamera to include path
4478 - added mpointing to include path
4479 - added mreport to include path
4480
4481 * mbase/MLog.cc:
4482 - updated my eMail address
4483
4484 * mbase/MParContainer.h:
4485 - added Read member function
4486
4487 * mbase/MStatusDisplay.[h,cc]:
4488 - changed size of ps-paper
4489 - added a user defined bottom line to the ps-files
4490 - added name (currently unused)
4491 - added title (used as possible bottom line in ps-file)
4492
4493 * mraw/MRawRunHeader.cc:
4494 - added some comments
4495
4496 * status.cc:
4497 - set name of input as bottom line of status display
4498
4499
4500
4501 2004/01/12: Abelardo Moralejo
4502
4503 * mimage/MStereoPar.cc
4504 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
4505 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
4506 Bug had no effect unless scale1 != scale2 (-> telescopes of
4507 different size).
4508
4509
4510
4511 2004/01/12: Markus Gaug
4512
4513 * manalysis/MExtractSignal.[h,cc]
4514 - take out some uncommented code
4515 - replace logainshift by two independent variables:
4516 logainfirst, logainlast
4517 - because in most data, maximum occurs in slice 4, shift default
4518 from slices 4-9 to slices 3-8.
4519
4520 * manalysis/MExtractedSignalPix.[h,cc]
4521 - took out some uncommented code
4522 - new initializers: instead of -1. now 99999.9
4523
4524
4525
4526 2004/01/09: Markus Gaug
4527
4528 * mcalib/MCalibrationCam.[h,cc]
4529 - take out 1-dim histos because we can use
4530 the projections in MHCamera (s.b.)
4531
4532 * mcalib/MHCalibrationBlindPixel.h
4533 - make the fit by default quiet
4534
4535 * mcalib/MHCalibrationPixel.[h,cc]
4536 * mcalib/MCalibrationPix.[h,cc]
4537 - Ranges of time slices stored independently for HiGain and LoGain
4538 in order to allow consecutive checks
4539
4540 * mhist/MHCamera.[h.cc]
4541 - add the possibility to call a Draw("proj") which will
4542 draw a Y-Projection of the histogram
4543
4544 * macros/calibration.C
4545 - apply the drawing of the projections and fit them
4546
4547 * mcalib/MCalibrationCalc.cc
4548 - catch the possibility of a calibration file,
4549 unintendedly being a pedestal or cosmic file.
4550 Program now exits with an error before doing the fits
4551
4552 * mcalib/MCalibrationPix.[h,cc]
4553 - fixed a bug in calculation of fFitValid.
4554 before, a call to IsFitValid() always returned false
4555
4556
4557
4558 2004/01/09: Javier L¢pez
4559
4560 * macros/bootcampstandardanalysis.C
4561 - added new macro that holds the main scheleton discussed in the
4562 december bootcamp in Wuerzburg. It runs first over a pedestal
4563 run, then over a calibration run, again over the pedestal run
4564 to compute de pedestal in number of photons and finally over a
4565 data run to calibrate the data.
4566
4567
4568
4569 2004/01/06: Sebastian Raducci
4570
4571 * manalysis/MArrivalTime.[h,cc]
4572 - added new method to calculate photon arrival times. It uses the
4573 TSpline5 Root Class to interpolate the Fadc Slices. The time is
4574 the abscissa value of the absolute maximum of the interpolation
4575 - added new method to find clusters with similar arrival times.
4576 For now it's a preliminary version. It simply search for adiacent
4577 pixels having the same arrival time (color).
4578
4579 * manalysis/MArrivalTimeCalc.[h,cc]
4580 - modified the Process() method according to the changes in the
4581 Arrival Time Cointainer
4582
4583 * mmain/MEventDisplay.cc
4584 - added new tab in the camera event display to show the arrival
4585 time. This arrival time is calculated with the spline method
4586 - the old Arrival Time pad now it's called Max Slice Idx, because
4587 it's only the index of the slice with the max content.
4588
4589 * mhist/MHEvent.[h,cc]
4590 - added new fType in te enumeration to handle the arrival time
4591 histos
Note: See TracBrowser for help on using the repository browser.