source: trunk/MagicSoft/Mars/Changelog@ 3927

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