source: trunk/MagicSoft/Mars/Changelog@ 3747

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