source: trunk/MagicSoft/Mars/Changelog@ 3926

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