source: trunk/MagicSoft/Mars/Changelog@ 3742

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