source: trunk/MagicSoft/Mars/Changelog@ 3800

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