source: trunk/MagicSoft/Mars/Changelog@ 3784

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