source: trunk/MagicSoft/Mars/Changelog@ 3764

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