source: trunk/MagicSoft/Mars/Changelog@ 3837

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