source: trunk/MagicSoft/Mars/Changelog@ 3898

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