source: trunk/MagicSoft/Mars/Changelog@ 3768

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