source: trunk/MagicSoft/Mars/Changelog@ 3901

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