source: trunk/MagicSoft/Mars/Changelog@ 3754

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