source: trunk/MagicSoft/Mars/Changelog@ 3828

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