source: trunk/MagicSoft/Mars/Changelog@ 3925

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