source: trunk/MagicSoft/Mars/Changelog@ 3770

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