source: trunk/MagicSoft/Mars/Changelog@ 3838

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