source: trunk/MagicSoft/Mars/Changelog@ 3922

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