source: trunk/MagicSoft/Mars/Changelog@ 3942

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