source: trunk/MagicSoft/Mars/Changelog@ 3842

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