source: trunk/MagicSoft/Mars/Changelog@ 3786

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