source: trunk/MagicSoft/Mars/Changelog@ 3799

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