source: trunk/MagicSoft/Mars/Changelog@ 3806

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