source: trunk/MagicSoft/Mars/Changelog@ 3919

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