source: trunk/MagicSoft/Mars/Changelog@ 3796

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