source: trunk/MagicSoft/Mars/Changelog@ 3756

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