source: trunk/MagicSoft/Mars/Changelog@ 3928

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