source: trunk/MagicSoft/Mars/Changelog@ 3862

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