source: trunk/MagicSoft/Mars/Changelog@ 3803

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