source: trunk/MagicSoft/Mars/Changelog@ 3364

Last change on this file since 3364 was 3364, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 81.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
4
5 -*-*- END OF LINE -*-*-
6 2004/03/01: Thomas Bretz
7
8 * Makefile:
9 - enhanced all calls to subsequent makes by '-f Makefile' to
10 make sure the correct Makefile is called
11
12 * merpp.cc:
13 - enhanced interpretation of time
14 - fixed a bug in determin the file-type
15
16
17
18 2004/02/27: Markus Gaug
19
20 * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
21 - put in call to MHCamera::Projection the name of the calling
22 class, otherwise the projected hsitogram will be overwritten by
23 an empyt one.
24
25 * mcalib/MHCalibrationChargePix.[h,cc],
26 mcalib/MHCalibrationHiGainChargePix.[h,cc],
27 mcalib/MHCalibrationLoGainChargePix.[h,cc]:
28 - histogram name setting and title setting moved to constructor,
29 Functions Init and ChangeHistId derive directly from
30 MHcalibrationChargePix
31
32 * mcalib/MHCalibrationChargeCam.[h,cc],
33 mcalib/MCalibrationChargeCam.[h,cc],
34 mcalib/MCalibrationChargeCalc.[h,cc]:
35 - introduced "average inner" and "average outer" higain and logain
36 pixels.
37
38
39
40 2004/02/27: Raducci Sebastian
41
42 * mhist/Makefile
43 - added mastro in the include list
44
45
46
47 2004/02/27: Abelardo Moralejo
48
49 * mmain/MEventDisplay.cc
50 - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
51 - Updated display of MC data: removed MCerPhotCalc, and replaced
52 it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
53 MPedPhotCam is filled and all the camera display tabs are shown
54 correctly (most were not working for MC events since a while
55 ago).
56
57 * mmain/Makefile
58 - Added mcalib to list of include directories.
59
60 * manalysis/MMcCalibrationUpdate.[h,cc]
61 - Added member variable Bool_t fOuterPixelsScaling, which is
62 kTRUE by default. If set to kFALSE, MCalibrationCam is filled
63 such that MCerPhotEvt will later be filled with the signal as it
64 is, not corrected for the (possibly) different gain of the outer
65 pixels electronic chain. This option was necessary to allow for
66 the change in the camera display (see above).
67
68 * macros/starmc.C
69 - added (optional) division of output into two, for use as train
70 and test samples in g/h separation studies.
71
72
73
74 2004/02/26: Hendrik Bartko
75
76 * macros/dohtml.C
77 - included the path msignals/
78
79
80
81 2004/02/26: Abelardo Moralejo
82
83 * macros/starmcstereo.C
84 - changed filters to divide data between train and test sample for
85 gamma hadron separation studies. Now we use the modulus operator
86 applied to (Corsika) event number:
87 MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
88 MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
89 - cleaned up a bit the way the CT coordinates are fed to the task
90 MStereoCalc.
91 - Changed default FADC integration range (center range to adapt to
92 new camera).
93
94
95
96 2004/02/26: Thomas Bretz
97
98 * mhist/MHCamera.cc:
99 - fixed a function description
100
101 * mreport/MReport.cc, mreport/MReportFileRead.cc:
102 - introduced return case -1
103
104 * Makefile.rules:
105 - remove all dependancy files when calling 'rmdep'
106
107 * mbase/MAGIC.h, mmc/MMcEvt.hxx:
108 - moved ParticleId_t to MMcEvt
109 - implemented MMcEvt::GetParticleName
110 - implemented MMcEvt::GetEnergyStr
111
112 * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
113 mhist/MHEvent.cc, mhist/MHHadronness.cc,
114 mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
115 - fixed usage of ParticleId_t
116
117 * msignal/Makefile:
118 - removed obsolete includes
119
120 * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
121 mastro/MObservatory.[h,cc]:
122 - added
123
124 * mbase/MAstro.[h,cc]:
125 - removed
126
127 * mbase/Makefile, mbase/BaseLinkDef.h:
128 - removed MAstro
129
130 * Makefile:
131 - added mastro
132 - added msql
133 - added mfbase
134
135 * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
136 - removed
137
138 * merpp.cc:
139 - added Sql support
140
141 * mraw/MRawFileRead.h:
142 - added GetFileName
143
144 * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
145 MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
146 - added
147
148 * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
149 mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
150 mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
151 - moved to mfbase
152
153 * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
154 - added
155
156 * merpp.cc:
157 - implemented control of gDebug (root debugging)
158
159 * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
160 mfileio/MWriteRootFile.[h,cc]:
161 - implemented CheckAndWrite return value
162
163 * mfileio/MWriteRootFile.cc:
164 - fixed updating already existing branches (eg concatenating report
165 files)
166
167 * macros/dohtml.C, macros/rootlogon.C:
168 - added mastro
169 - added mfbase
170 - added msql
171
172 * mraw/MRawEvtHeader.h:
173 - implemented GetNumTrigLvl1
174 - implemented GetNumTrigLvl2
175
176
177
178 2004/02/25: Markus Gaug
179
180 * mcalib/MExtractBlindPixel.[h,cc],
181 mcalib/MExtractPINDiode.[h,cc],
182 mcalib/MExtractedSignalBlindPixel.[h,cc],
183 mcalib/MExtractedSignalPINDiode.[h,cc],
184 mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
185 msignal/SignalLinkDef.h:
186 - moved blindpixel and PINdiode extractors to msignal
187
188
189 * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
190 - two new classes to hold the quantum efficieny information of the
191 calibration
192
193 * msignal/MArrivalTimeCalc.[h,cc]
194 - fill now MArrivalTimePix instead of MArrivalTime
195
196 * mcalib/MHCalibrationChargeCam.cc
197 - display only valid pixels for the corr. values in GetPixelContent
198
199 * mcalib/MHCalibrationRelTimeCam.cc
200 - is now filled from MArrivalTimeCam instead of MArrivalTime
201
202 * macros/calibration.C
203 - divided into two macros: calibration.C using the MJPedestal
204 standard procedure and pedestalstudies.C using the old
205 procedures
206
207 * macros/pedestalstudies.C
208 - new macro containing the first previous part of calibration.C
209
210 * mcalib/MCalibrationChargeBlindPix.h,
211 mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
212 mjobs/MJCalibration.cc:
213 - definition of PulserColot_t in MAGIC.h.
214
215
216
217 2004/02/25: Hendrik Bartko
218
219 * macros/rootlogon.C
220 - set the include path also to msignals/
221
222 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
223 manalysis/MExtractedSignalCam.[h,cc],
224 manalysis/MExtractedSignalPix.[h,cc],
225 manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
226 manalysis/MArrivalTimeCalc2.[h,cc]:
227 - removed
228
229 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
230 - removed classes mentioned above
231
232 * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
233 msignal/MExtractedSignalCam.[h,cc],
234 msignal/MExtractedSignalPix.[h,cc],
235 msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
236 msignal/MArrivalTimeCalc2.[h,cc]:
237 - added
238
239 * msignal/Makefile, msignal/AnalysisLinkDef.h:
240 - added classes mentioned above
241
242 * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
243 - added include msignal
244
245
246
247
248 2004/02/25: Wolfgang Wittek
249
250 * mcalib/MCalibrateData.[h,cc]
251 - initialize size for MPedPhotCam
252
253
254
255 2004/02/24: Wolfgang Wittek
256
257 * manalysis/MSourcPosfromStarPos.[h,cc]
258 - change member function SetSourceAndStarPosition() to expect sky
259 coordinates in the standard units
260 - generalize to more than 1 star
261 - the class is not yet fully tested
262
263 * mfilter/MFSelBasic.[h,cc]
264 - change default values of cuts
265
266
267
268 2004/02/24: Markus Gaug
269
270 * mjobs/MJCalibration.cc, macros/calibration.C,
271 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
272 - added MCalibrationChargeBlindPix to plist
273 - added new filling of histograms with MFillH
274 - changed SetPulserColor to MCalibrationChargeBlindPix and
275 MCalibrationChargePINDiode
276
277 * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
278 - receives a pointer to MCalibrationChargePINDiode which is filled
279 with the results and told to calculate the fluxes in the
280 Finalize function
281 - is filled via MFillH from MExtractBlindPixel
282 - SetPulserColor directly in this class
283
284 * mcalib/MCalibrationChargeBlindPix.[h,cc]
285 - new storage container of the blind pxiel resutls, replaces
286 MCalibrationBlindPix
287
288 * mcalib/MCalibrationChargeCalc.[h,cc]:
289 - does not fill the histograms any more, but does ony the
290 calculations in the postprocess. No pointer to MExtractPINDidoe
291 or MExtractBlindPixel any more.
292
293 * mcalib/MCalibrationChargePix.cc
294 - discovered an error in the calculation of phe's in
295 CalcFFactorMethod(). The average QE was applied twice.
296 This error had been introduced on 13/02/04
297 - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
298 - CalcFFactor asks for IsChargeValid before calculating anything
299
300 * mcalib/MCalibrationChargePINDiode.[h,cc]
301 - added function SetFluxOutsidePlexiglassAvailable
302 - SetPulserColor directly in this class
303
304 * mcalib/MCalibrationChargeCam.cc
305 - removed function SetPulserColor from here
306
307 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
308 mcalib/MHCalibrationPINDiode.[h,cc],
309 mcalib/MCalibrationBlindPix.[h,cc],
310 mcalib/MHCalibrationBlindPixel.[h,cc]:
311 - removed since obsolote
312
313 * mcalib/MHCalibrationChargePix.cc
314 - make fPickup an Int_t
315
316 * mcalib/MCalibrate.cc
317 - test validity of every calibration method before retrieving
318 conversion factors
319
320 * mcalib/MHGausEvents.[h,cc]
321 - add possibility to set fit ranges in call to FitGaus
322 - make function CreateXaxis protected
323
324
325
326 2004/02/23: Markus Gaug
327
328 * mraw/MRawEvtPixelIter.h
329 - include GetNumHiGainSamples and GetNumLoGainSamples
330
331 * mcalib/MExtractedSignalBlindPixel.h,
332 mcalib/MExtractBlindPixel.[h,cc]:
333 - included storage of pedestal
334
335 * mcalib/MHGausEvents.[h,cc]
336 - make the fit functions protected
337
338
339
340 2004/02/22: Markus Gaug
341
342 * mfilter/MFCosmics.[h,cc]
343 - fMaxNumEmpty changed from absolute number to relative number of
344 pixels
345
346 * mcalib/MHGausEvents.h
347 - remove the "->" from the pointers which are initialized only
348 in certain cases. The streamer did not work in case that
349 MFGausFit was left at the NULL pointer.
350
351
352
353 2004/02/21: Markus Gaug
354
355 * manalysis/MExtractedSignalPix.[h,cc]
356 - changed variable fIsLoGainUsed to fLoGainUsed
357 - added function GetNumHiGainSaturated()
358
359
360 2004/02/20: Markus Gaug
361
362 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
363 mcalib/MHCalibrationChargeLoGainPix.[h,cc],
364 mcalib/CalibLinkDef.h
365 - new class to replace MHCalibrationPixel,
366 based on MHCalibrationChargePix
367
368 * mcalib/MCalibrationChargeCalc.[h,cc]
369 mcalib/MCalibrationChargeCam.[h,cc]
370 mcalib/MCalibrationChargePix.[h,cc]
371 mcalib/MCalibrationChargePINDiode.[h,cc]
372 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
373 mcalib/MCalibrationPINDiode.[h,cc]:
374 - added the "charge" versions, remove the old ones. The histograms
375 should be filled in the MH... versions independently of
376 MCalibrationChargeCalc. This is fully realized for the PIN Didoe
377 now and will later be so for the pixels and the blind pixel.
378
379 * mcalib/MHCalibrationChargePINDiode.[h,cc]
380 - receives a pointer to MCalibrationChargePINDiode which is filled
381 with the results and told to calculate the fluxes in the
382 Finalize function
383
384 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
385 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
386 manalysis/MMcCalibrationUpdate.[h,cc],
387 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
388 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
389 macros/bootcampstandardanalysis.C,
390 macros/pedphotcalc.C:
391 - replace MCalibrationCam by MCalibrationChargeCam
392 - replace MCalibrationCalc by MCalibrationChargeCalc
393
394
395
396 2004/02/19: Markus Gaug
397
398 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
399 mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
400 manalysis/MMcCalibrationUpdate.cc:
401 - standardized naming of variables containing "Error", this also affected
402 the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
403
404 * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
405 mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
406 mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
407 - took out some configuration numbers and put them directly into
408 the class
409 - remove completely MCalibrationConfig.h
410
411
412
413 2004/02/19: Abelardo Moralejo
414
415 * mhist/MHEvent.[h,cc]:
416 - Changed names of Event "types" to make them more descriptive.
417 Former kEvtSignal is now called kEvtSignalDensity, and indicates
418 pixel content scaled by area. Added kEvtSignalRaw, which
419 corresponds to pixel content (with no scaling) in whatever units
420 (this depends on how the MHEvent object is filled!). The default
421 constructor initializes type=kEvtSignalRaw.
422
423 * mmain/MEventDisplay.cc
424 - Changed filling of evt1 and evt2. Now they are filled with raw
425 content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
426 still filled uncalibrated (hence in ADC counts), this means that
427 what will be now shown in Mars' camera display is now the signal
428 in each pixel without scaling with pixel area. Given that the
429 default flat fielding is such that equal light density
430 corresponds to equal absolute signal (in ADC counts), this is
431 more reasonable, and allows to check for instance how the
432 relative pixel gains are adjusted by looking at calibration
433 events. To be FIXED: there is however an "inconsistency" in
434 MEventDisplay, and it is that MCerPhotEvt is still used to keep
435 uncalibrated signals. To be replaced by MExtractedSignalCam?
436
437
438
439 2004/02/19: Thomas Bretz
440
441 * manalysis/MCerPhotEvt.h:
442 - added operator= to MCerPhotEvtIter -- is this correct?
443
444 * mhist/MHCamera.[h,cc]:
445 - added member function to calculate minimum content and
446 maximum content for a single sector
447 - Added possibility to get a projection for a single sector.
448 - GetMinimum/GetMaximum now only takes used pixels into account
449 (you can request all pixels using a different member function)
450 - fixed projection (projection only took pixels with contents!=0
451 instead of 'used' pixels
452 - Don't call Sumw2() anymore for projection
453
454 * mjobs/MJPedestal.cc:
455 - added MPedestalCam to output again - MPedestalCam was fixed
456 yesterday
457 - Added Histograms for the two camera halves
458
459
460
461 2004/02/18: Markus Gaug
462
463 * macros/calibration.C
464 - fixed a buggy display of the F-Factor method
465
466 * mcalib/MCalibrationCalc.cc
467 - calculate the F-Factor method already in the post-Process
468
469 * mcalib/MCalibrationPix.h
470 - move CalcFFactorMethod to public
471
472
473
474 2004/02/18: Abelardo Moralejo
475
476 * mtools/MCubicSpline.cc
477 - in Init, corrected initialization of arrays temp and ysd, which
478 was done with n-1 elements instead of n.
479
480 * mgui/MHexagon.cc
481 - added comment explaining the algorithm.
482 - changed explicit values of Sin and Cos 60 degrees by const
483 variables (more readable).
484
485
486
487 2004/02/18: Hendrik Bartko
488
489 * msignal/:
490 - removed the backup files *~
491 - removed the object files *.o
492 - removed the files SignalCint.*
493
494 * mgui/MHexagon.cc
495 - added comment explaining the algorithm.
496
497
498
499 2004/02/18: Thomas Bretz
500
501 * manalysis/MPedestalCam.[h,cc]:
502 - Changed order of derivements - seems to be VERY important!
503 - changed GetSize from UInt_t to Int_t which is the type
504 of TClonesArray::GetSize() !
505
506 * mfileio/MReadReports.cc:
507 - skip trees with no entries
508
509 * mgui/MCamEvent.cc:
510 - added a comment
511
512 * mhbase/MFillH.cc:
513 - in case SetupFill returns kFALSE and kCanSkip is set
514 Skip task
515
516 * mraw/MRawFileRead.cc:
517 - don't print warning in case of none executions
518
519 * manalysis/MArrivalTimeCalc2.cc:
520 - added some const-qualifiers
521
522
523
524 2004/02/17: Raquel de los Reyes
525
526 * macros/CCDataCheck.C
527 - Added some improvements in the plots.
528
529
530
531 2004/02/17: Abelardo Moralejo
532
533 * macros/readrfl.C
534 - Added missing gPad->cd(1), otherwise the display of events was
535 not updated.
536
537 * mgui/MHexagon.cc
538 - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
539 whether px,py is inside the pixel or not. Previous algorithm
540 was just an approximation.
541
542
543
544 2004/02/17: Raquel de los Reyes
545
546 * mcamera/MCameraHV.h
547 - Now it derives from a MCamEvent class and implemented the
548 GetPixContent() and DrawPixelContent() functions. Added the
549 GetMean function to get the mean HV settings of the camera.
550
551 * macros/CCDataCheck.C
552 - Added the HV settings plots.
553
554
555
556 2004/02/17: Hendrik Bartko
557
558 * msignal:
559 - new: directory for all signal and time extraction classes
560
561 * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
562 msignal/AnalysisLinkDef.h, MGeomApply.cc:
563 - new: Storage Container for the ArrivalTime in the camera
564
565 * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
566 msignal/AnalysisLinkDef.h:
567 - new: Storage Container for ArrivalTime information of one pixel
568
569 * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
570 SignalLinkDef.h
571 - auxiliary files for msignal directory
572
573 * manalysis/MArrivalTimeCalc2.[h,cc]:
574 - added functionality to compute error of the extracted ArrivalTime
575 - calculated ArrivalTime is stored in MArrivalTimeCam
576
577 * manalysis/MGeomApply.cc
578 - geometry is applied to MArrivalTimeCam
579
580 * Makefile:
581 - directory msignal is included
582
583
584
585 2004/02/17: Sebastian Raducci
586
587 * mtools/MCubicSpline.[h,cc]
588 - little corrections in minimums evalustion methods
589 - changed constructors (they require the fadc slices to be const)
590
591 * macros/spline.C
592 - changed according to the MCubicSpline new constructors
593
594 * manalysis/MArrivalTimeCalc.[h,cc]
595 - changed to use the MCubicSpline class intead of the TSpline class
596 - warning: now the arrival time is again the maximum of the spline,
597 soon it will be changed to half maximum
598
599
600
601 2004/02/17: Wolfgang Wittek
602
603 * manalysis/MSourcPosfromStarPos.[h,cc]
604 - new class; calculates the position of the source in the camera from
605 the position of a star in the camera and puts it into
606 MSrcPosCam
607
608
609
610 2004/02/16: Abelardo Moralejo
611
612 * mcalib/MMcCalibrationCalc.cc
613 - Fixed two typos in screen output.
614
615
616
617 2004/02/16: Markus Gaug
618
619 * mcalib/MCalibrationPix.cc
620 - documentation from David's email added
621 - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
622
623 * mcalib/Makefile, mcalib/CalibLinkDef.h:
624 - added MExtractBlindPixel and MExtractedSignalBlindPixel
625
626 * mcalib/MExtractBlindPixel.[h,cc]
627 - new signal extractor for the Blind Pixel
628
629 * mcalib/MExtractedSignalBlindPixel.[h,cc]
630 - new container for the extracted signal of the BlindPixel
631
632 * mcalib/MCalibrationCalc.[h,cc]
633 - does not extract signal from Blind Pixel any more, searches
634 for MExtractedSignalBlindPixel and fills the hists from there
635
636 * macros/calibration.C, macros/bootcampstandardanalysis.C,
637 macros/pedphotcalc.C, mjobs/MJCalibration.cc:
638 - introduce the blind pixel and PIN diode extraction in the macro
639
640 * manalysis/MPedestalCam.h
641 - changed type of fTotalEntries from ULong_t to UInt_t
642 - fixed documentation of fTotalEntries
643
644 * manalysis/MPedCalcPedRun.h
645 - changed type of fNumSamplesTot from ULong_t to UInt_t
646
647 * mcalib/MHGausEvents.h
648 - changed type of fCurrentSize from ULong_t to UInt_t
649
650 * mcalib/MCalibrationConfig.h
651 - removed gkConversionHiLo and gkConversionHiLoErr which is now
652 directly in the class MCalibrationPix
653
654
655
656 2004/02/16: Thomas Bretz
657
658 * manalysis/AnalysisLinkDef.h:
659 - added missing MCerPhotEvtIter
660
661 * merpp.cc:
662 - added possible usage of database
663
664 * star.cc:
665 - moved source code into new class MJStar - preliminary
666
667 * manalysis/MCerPhotPix.cc:
668 - updated class header
669 - fixed Print-output
670
671 * mbase/MAGIC.h:
672 - removed definition of MLog
673
674 * mbase/MArgs.h:
675 - removed include of MAGIC.h
676
677 * mbase/MLog.h:
678 - added extern definition of gLog
679
680 * mbase/MParContainer.[h,cc]:
681 - move body of constructors to source file
682
683 * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
684 mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
685 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
686 mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
687 - fixed documentation header
688
689 * mcalib/MMcCalibrationCalc.[h,cc]:
690 - fixed documentation header
691 - fixed usage of FindCreateObj and FindObject
692 - removed data member to count entries (use histogram instead)
693 - use TH1 function Integral instead of doing it manually
694
695 * mfilter/MFCosmics.cc:
696 - fixed documentation
697
698 * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
699 mimage/MNewImagePar.[h,cc]:
700 - replaced for-loops by Iterators
701
702 * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
703 - fixed documentation header
704 - check return value of MRawRunHeader::ReadEvt
705
706 * mraw/mraw/MRawRunHeader.[h,cc]:
707 - fixed documentation header
708 - added return value to MRawRunHeader::ReadEvt
709 - added constant number for max format version - preliminary
710 (should by a static data member)
711
712 * mcalib/MHCalibrationPINDiode.cc:
713 - do not delete pointers in the destructor which are already
714 deleted in the base class
715 - reset histograms in Clear()
716
717 * mcalib/MHCalibrationPixel.cc:
718 - after deletion of instances in Clear() initialize pointer to NULL
719
720 * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
721 - fixed usage of logging stream output levels
722
723 * manalysis/MPedCalcPedRun.[h,cc]:
724 - removed obsolete fSignals
725
726 - removed obsolete fNumPixels
727
728 * manalysis/MPedestalCam.h:
729 - added '->' to fArray
730
731 * mfileio/MWriteRootFile.cc:
732 - changed some output to make debugging easier
733
734 * mjobs/MJCalibration.cc:
735 - fixed a bug in drawing
736
737 * mjobs/MJExtractSignal.cc:
738 - removed MPedestalCam from MWriteRootFile output.
739 When creating the branch it crashes - reason unknown I'll
740 investigate further
741
742
743
744 2004/02/16: Markus Gaug
745
746 * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
747 - added MHCalibrationRelTimePix
748
749 * mcalib/MHCalibrationRelTimePix.[h,cc],
750 mcalib/MHCalibrationRelTimeCam.[h,cc]:
751 - new classes to fit and display the relative arrival times.
752 - filled from MArrivalTime
753 - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
754
755 * manalysis/MCalibrationCalc.cc
756 - take out all uncommented code referring to the relative arrival time
757
758 * manalysis/MArrivalTime.h
759 - changed function GetNumPixels to GetSize
760
761 * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
762 - included cosmics rejection which was in MCalibrationCalc before
763
764
765
766 2004/02/14: Markus Gaug
767
768 * mcalib/Makefile, mcalib/CalibLinkDef.h:
769 - added MHCalibrationChargePINDiode
770
771 * mcalib/MHCalibrationChargePINDiode.[h,cc]
772 - new class to fill the PIN Diode histograms. Derives from
773 MHCalibrationChargePix and is filled with MFillH from the
774 container MExtractedSignalPINDiode.
775 Will replace MHCalibrationPINDiode entirely soon.
776
777 * mcalib/MHCalibrationChargePix.[h,cc]
778 - new base class for the calibration charges histogram pixel.
779 Derives from MH and can be filled with the MH with the MH
780 functions.
781
782 * mcalib/MExtractPINDiode.[h,cc]
783 - new signal extractor for the PIN Diode
784
785 * mcalib/MExtractedSignalPINDiode.[h,cc]
786 - new container for the extracted signal of the PIN Diode
787
788 * mcalib/MCalibrationCalc.[h,cc]
789 - remove the PIN Diode signal extraction
790
791 * manalysis/MHPedestalPix.[h,cc]
792 - new version of MHPedestalPixel, deriving from MHGausEvents.
793
794 * manalysis/MHPedestalPixel.[h,cc]
795 - old version removed, since obsolete (and erroneous)
796
797 * manalysis/MHPedestalCam.[h,cc]
798 - histogramming part of MPedestalCam now in own class
799
800 * manalysis/MPedestalPix.h
801 - removed include of MHPedestalPixel
802
803 * macros/calibration.C
804 - changed pedestal displays accordingly
805
806 * mjobs/MJPedestal.h
807 - class TCanvas included (did not compile otherwise)
808
809 * mhbase/MH.cc
810 - included call to FindGoodLimits(..) in CutEdges()
811 - axe from pointer to reference
812 - "CutEdges" renamed to "StripZeros"
813
814 * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
815 mcalib/MHCalibrationBlindPixel.cc:
816 - "CutEdges" renamed to "StripZeros"
817
818 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
819 - replaced by the improved version: MHGausEvents.[h,cc]
820
821
822
823 2004/02/14: Thomas Bretz
824
825 * manalysis/MCerPhotEvt.[h,cc]:
826 - added 'Iterator' facility, this will replace some for-loops
827 in the near future
828
829 * mbase/MTime.[h,cc]:
830 - added a more powerfull interface to get and interprete the
831 MTime contents as string
832 - added a new constructor
833
834 * mreport/MReportTrigger.h:
835 - fixed GetPixContent
836
837 * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
838 - many small changes to simple details (like order of includes)
839 - some speed improvements
840 - many small simplifications
841 - changed parts of the code to be more C++ like (eg Iterators
842 instead of for-loops)
843 - disentangles some if-cases
844 - replaced some math.h function by TMath::
845 - removed data-member fN (obsolete with iterators)
846
847
848
849 2004/02/13: Wolfgang Wittek
850
851 * mcalib/MCalibrateData.[h,cc]
852 - new class;
853 like MCalibrate, but in ReInit it fills the MPedPhot container
854 using informations from MPedestal, MExtracteSignalCam and
855 MCalibrationCam
856
857 * mcalib/Makefile, mcalib/CalibLinkDef.h
858 - added MCalibrateData
859
860 * manalysis/MPedestalWorkaround.[h,cc]
861 - create MMcEvt container and fill with theta = 10.0
862 - set pedestalRMS = 0. if it is > 10.0
863
864 * manalysis/MSupercuts.[h,cc]
865 - change default values of parameters
866
867 * manalysis/MSupercutsCalc.[h,cc]
868 - change dNOMLOGSIZE from 4.1 to 5.0
869
870 * mhist/MHBlindPixels.[h,cc]
871 - change MPedestalCam to MPedPhotCam
872
873 * mhist/MHSigmaTheta.[h,cc]
874 - automatic binning for pixel number doesn't work
875 use default binning
876
877
878
879 2004/02/13: Markus Gaug
880
881 * mcalib/MCalibrationPix.[h,cc]
882 - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
883 fAverageQEErr
884 - gkAverageQE initializes to 0.2 (according to David)
885 - gkAverageQEErr initializes to 0.02 (dito)
886 - added new member function: SetAverageQE
887 - call to GetMeanConversionFFactorMethod returns:
888 fMeanConversionFFactorMethod/fAverageQE.
889 - call to GetErrorConversionFFactorMethod returns:
890 errors of fMeanConversionFFactorMethod and fAverageQEErr added
891 quadratically
892
893 * mcalib/Makefile
894 - split into two parts one comment line
895
896
897 2004/02/13: Thomas Bretz
898
899 * mbadpixels/MBadPixelsTreat.[h.cc]:
900 - added for new bad pixel treatment
901
902 * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
903 - added MBadPixelsTreat
904
905 * merpp.cc:
906 - changed the name of the "DC" tree to "Currents" to make
907 MReportRead work correctly with this tree
908
909 * mbase/MTime.[h,cc]:
910 - Changed UpDMagicTime to support nanosec instead of millisec
911 - exchanged Reset() by Clear() not to clear the yy/mm/dd
912 information away in an eventloop
913
914 * mraw/MRawEvtHeader.[h,cc]:
915 - implemented decoding of the time-stamp for raw-data files
916 with version>2. Thanks to Marcos.
917
918 * mraw/MRawRead.[h,c]:
919 - pipe file version number to MRawEvtHeader::ReadEvt
920 - create fake time for file-version<3
921
922 * macros/readMagic.C:
923 - changed to use MInteractiveTask
924
925 * mbase/MPrint.cc:
926 - fixed debugging level of some output
927
928 * mhist/MHCamera.[h,cc]:
929 - fixed handling in AddNotify (necessayr due to change of
930 inheritance from MCamEvent)
931 - replaced cout by gLog
932 - added fNotify to list of cleanups
933
934 * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
935 mjobs/MJPedestal.cc:
936 - fixed usage of AddNotify
937
938 * mfileio/MReadReports.cc:
939 - use a different way to determin whether the tree is a valid tree,
940 skip invalid trees
941
942 * mfileio/MReadTree.cc:
943 - added another sanity check at the beginning of PreProcess
944
945 * mhbase/MFillH.[h,cc]:
946 - added bit kCanSkip which skips MFillH in case the necessary container
947 wasn't found.
948 - cd into the corresponding canvas before filling the MH
949
950
951
952 2004/02/12: Markus Gaug
953
954 * mbase/MArray.[h,cc]:
955 - changed name of StripZeros
956
957 * mcalib/MHGausEvent.cc:
958 - corrected call to StripZeros
959
960 * mcalib/MCalibrationPix.[h,cc]
961 - implemented dummy for combined method
962
963 * mcalib/MCalibrate.[h,cc]
964 - implemented a dummy for calibration factor 1. (requested by
965 Javier Rico)
966 - implemented combined method
967 - check for valid methods moved to ReInit
968
969 * mcalib/MCalibrationCalc.cc
970 - removed initialization of non-used nsamples
971
972 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
973 mcalib/MCalibrationCalc.[h,cc]
974 macros/calibration.C
975 - implemented new histograms:
976 HSinglePheFADCSlices and HPedestalFADCSlices
977 They are filled with the FADC slice values of either a s.phe.
978 event or a pedestal event. The decision is taken with the
979 variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
980 with a setter
981
982 * mtools/MFFT.[h,cc]
983 - PowerSpectrumDensity of TArrayI implemented
984
985
986
987 2004/02/12: Thomas Bretz
988
989 * mbase/MArray.[h,cc]:
990 - changed argument of CutEdges from pointer to reference
991
992 * mgeom/MGeomPix.h:
993 - fixed calculation of area of pixel. It was too big for a
994 factor of 2
995
996 * mjobs/MJCalibration.cc:
997 - slight change of name of a MHCamera
998
999 * manalysis/MExtractSignal.cc:
1000 - slight change to the creation of the satpixels list
1001
1002 * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
1003 mcalib/MHGausEvent.cc:
1004 - corrected call to ProjectArray
1005 - corrected call to CutEdges
1006
1007 * mfilter/MFCosmics.[h,cc]:
1008 - small fixes to logging output
1009 - small simplification to return statement
1010 - declared CosmicsRejection const
1011
1012 * mhbase/MH.[h,cc]:
1013 - changed argument of ProjectArray from pointer to reference
1014 - added missing calcualtion of minimum
1015 - removed obsolete SetEntries
1016 - changed SetDirectory from NULL to gROOT
1017
1018
1019
1020 2004/02/12: Javier López
1021
1022 * macros/pointspreadfunction.C
1023 - added new macro that fits with a 2D gaussian the DC spot for an
1024 star. It gives you the RMS of the PSF and the center of the star,
1025 very useful for misspointing studies.
1026
1027
1028
1029 2004/02/11: Hendrik Bartko
1030
1031 * manalysis/MExtractSignal2.cc:
1032 - introduced a validity check for the set-function of the window
1033 size (even number of slices, WindowSize < NumberSlices)
1034
1035 * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
1036 manalysis/AnalysisLinkDef.h:
1037 - new: introduced the calculation of the arrival time as the signal
1038 weighted mean of the time slices in the maximum window
1039
1040
1041
1042 2004/02/11: Markus Gaug
1043
1044 * mcalib/MCalibrationCalc.cc:
1045 - the blind pixel signal extractor introduced one week ago, counted
1046 one FADC slice too little, thus the normalization w.r.t. pedestals
1047 was wrong. Now corrected.
1048
1049 * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
1050 - when "WARNING - Lo Gain saturated" occurs, display also the
1051 corr. pixel numbers.
1052
1053 * mbase/MArray.[h,cc]:
1054 - introduced function to cut array edges with zeros.
1055 (Thomas, should we keep it there or move it to another class? )
1056
1057 * mcalib/MCalibrationCalc.[h,cc]:
1058 - new function SetBlindPixelRange to set start and end of FADC slices
1059 used for the blind pixel signal extraction.
1060 - remove fEvents which are not necessary any more after the shift
1061 to MFCosmics.
1062
1063 * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
1064 - show the fourier spectrum now with axes in frequency [Hz] instead
1065 of inverted events.
1066
1067 * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
1068 - new base class for all kind of events with variables having a
1069 Gaussian distribution. Will serve as base class for the
1070 existing and new calibration histogram classes.
1071
1072
1073
1074 2004/02/11: Abelardo Moralejo
1075
1076 * mmain/MEventDisplay.cc
1077 - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
1078 MMcPedestalCopy must be executed earlier!
1079
1080
1081
1082 2004/02/10: Raquel de los Reyes
1083
1084 * mhist/MHPixVsTime.[h,cc]:
1085 - Added a default draw function and replaced the TGraph object
1086 by a pointer to a TGraph object.
1087
1088 * mreport/MReportTrigger.h:
1089 - Now it dereives from a MCamEvent class and implemented the
1090 GetPixContent() and DrawPixelContent() functions.
1091
1092 * maccros/CCDataCheck.C:
1093 - An update of the previous macro. New plots: subsystems status and
1094 macrocells trigger.
1095
1096
1097
1098 2004/02/10: Markus Gaug
1099
1100 * mcalib/MCalibrationCam.cc:
1101 - fixed documentation
1102
1103 * mhbase/MH.[h,cc]:
1104 - new function ProjectArray
1105
1106 * mcalib/MHCalibrationPixel.[h,cc],
1107 mcalib/MHCalibrationBlindPixel.[h,cc]:
1108 - use ProjectArray from MH to plot the projection of the fourier
1109 spectrum
1110
1111 * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
1112 mfilter/FilterLinkDef.h:
1113 - new filter removing cosmics, the same as in MCalibrationCalc
1114 where it was removed now.
1115 Call: MFCosmics cosmics;
1116 MContinue cont(&cosmics);
1117 tlist.AddToList(&cont);
1118
1119 * mcalib/MCalibrationCalc.[h,cc]:
1120 - removed cosmics rejection from there
1121
1122 * macros/calibration.C, mjobs/MJCalibration.cc:
1123 - changed cosmics rejection to the filter algorithm
1124
1125
1126
1127 2004/02/09: Markus Gaug
1128
1129 * mcalib/MCalibrationBlindPix.[h,cc]:
1130 - added histogram to display the average in FADC slices of all
1131 single and double phe events
1132
1133 * mcalib/MCalibrationCalc.cc:
1134 - fill histograms of single-phe events with higain and logain
1135 sampls
1136
1137 * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
1138 mcalib/MCalibrationConfig.h:
1139 - take all pixel areas out of MGeomPix::GetA(), remove all previous
1140 areas
1141 - calculate photon fluxes from blind pixel and PIN diode, use
1142 area only to fill the conversion factors in MCalibrationPix
1143
1144
1145 * mcalib/MJCalibration.cc:
1146 - display of number of photons for Blindpixel and PIN Diode Method
1147 changed to display of photon flux which is the actually
1148 calculated quantity
1149
1150
1151
1152 2004/02/09: Thomas Bretz
1153
1154 * mbadpixels/*:
1155 - added
1156
1157 * Makefile:
1158 - added MBadPixels
1159
1160 * manalysis/MGeomApply.cc:
1161 - fixed class description
1162
1163 * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
1164 - added bad pixel treatment
1165
1166 * mjobs/MJPedestal.[h,cc]:
1167 - reorganized order of functions
1168 - removed a nonsense scrren output (some BLABABLA or so)
1169
1170 * mjobs/Makefile:
1171 - added include for mbadpixels
1172
1173 * mmain/MBrowser.cc:
1174 - do not call construtor of TGTReeLBEntry if pic0=0
1175
1176
1177
1178 2004/02/09: Raquel de los Reyes
1179
1180 * mcamera/MCameraLids.h, mreport/MReportCamera.h
1181 - Added the "Get" functions to access the private data
1182 members of the class.
1183
1184
1185
1186 2004/02/09: Markus Gaug
1187
1188 * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
1189 MCalibrationPix.h:
1190 - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
1191 because we can calibrate with the histogram mean and RMS even
1192 if the fit is not OK. Thus, there is a question: IsFitted() and
1193 IsChargeValid(), i.e. does the charge make any sense?
1194
1195 * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
1196 - found serious bug in calculation of conversion factors for the
1197 outer pixels:
1198 GetMeanConversionBlindPixelMethod and
1199 GetMeanConversionPINDiodeMethod
1200 did not correct for the area of the outer pixel, this did only
1201 MCalibrationCam::GetPixelContent which is not used by MCalibrate
1202
1203
1204
1205 2004/02/06: Markus Gaug
1206
1207 * mgeom/MGeomCam.h
1208 - replaced in Comment of fPixRatio:
1209 "ratio between size of pixel idx and pixel 0" by
1210 "ratio between size of pixel 0 and pixel idx"
1211
1212 * manalysis/MPedestalCam.cc
1213 - catch calls to MHPedestalPixel in case that they are not filled
1214 This led previous calls to segmentation violations
1215 - remove include of MHExtractedSignalPix
1216
1217 * manalysis/MHExtractedSignalPix.[h,cc]
1218 - is everything in MHPedestalPixel, so removed it again
1219
1220 * mjobs/MJPedestal.cc
1221 - put the projections into Display()
1222 - correct the input of Display (0: pedestal, 1: pedestalerror,
1223 2: pedRMS, 3: pedRMSerror)
1224
1225 * manalysis/MHPedestalPixel.cc
1226 - increased number of bins in for charges plot
1227
1228 * mtools/MFFT.[h,cc]
1229 - possibility to have PSD directly from TArray
1230
1231 * mjobs/MJCalibration.[h,cc]
1232 - fixed displays
1233 - replaced MExtractSignal by MExtractSignal2
1234
1235 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
1236 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
1237 mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
1238 - remove histograms MHChargevsN..., now keep TArrays directly
1239 - check for oscillations for all pixels (and you will not trust
1240 your eyes when you look at the results :-((((
1241
1242 * mcalib/MCalibrationCalc.[h,cc]
1243 - remove ArrivalTime -> go to separate class
1244 - remove BlindPixel and PIN Diode overflow, now handled directly
1245 inside the corr. classes.
1246 - remove SkipTimeFits -> go the arrival time class
1247
1248 * mcalib/MCalibrationCam.h
1249 - new getters for number of photons
1250 - removed timeslicewidth -> go the corr. time containers
1251
1252 * mcalib/MCalibrationCam.cc
1253 - removed times of GetPixelContent
1254 - added OscillationChecks in GetPixelContent
1255
1256 * manalysis/MMcCalibrationUpdate.cc
1257 - remove calpix.SkipTimeFits which is now obsolet
1258
1259 * macros/calibration.C
1260 - all previous changes now in this macro.
1261 - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
1262 das ging diesmal in einem Aufwasch)
1263
1264
1265
1266 2004/02/06: Thomas Bretz
1267
1268 * mhist/MHPixVsTime.[h,cc]:
1269 - changed such that you can set the name of the time container now
1270
1271 * mraw/MRawRunHeader.[h,cc]:
1272 - added GetMaxPixId()
1273
1274 * mraw/MRawEvtData.cc:
1275 - fixed wrong size calculation for fABflags
1276
1277
1278
1279 2004/02/06: Oscar Blanch
1280
1281 * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
1282 - We cahnged the name (and values) of the global variable
1283 MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
1284
1285
1286
1287 2004/02/05: Markus Gaug
1288
1289 * mcalib/MHCalibrationPixel.[h,cc]
1290 - put an NDF limit for the fit
1291 - removed all TStrings and replace them by Form(..)
1292 - Check for nan's of all returned fit values
1293
1294 * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
1295 - reshuffled HiLoGainConversion, calculation of F-Factor method,
1296 - calculation of total F-Factor of the readout.
1297
1298 * mcalib/MCalibrationCam.cc
1299 - include relative times to display with GetPixelContent
1300
1301 * mcalib/MCalibrationCalc.[h,cc]
1302 - flag to skip Hi-Lo Calibration
1303 - Hi-LO Graph not filled any more after overflow of ChargevsN
1304 - fill the blind pixel differently from the rest of pixels
1305
1306 * mcalib/MCalibrate.cc:
1307 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
1308
1309 * manalysis/MArrivalTimeCalc.cc
1310 - default step width 100 ps.
1311 - look for half maximum (at rising edge)
1312
1313 * manalysis/MExtractSignal.[h,cc]
1314 - removed uncommented code (arrival time)
1315 - set start byte back by one like it was before TB's changes
1316 (does not affect the calculation of number of FADC slices)
1317
1318 * manalysis/MExtractSignal2.[h,cc]
1319 - removed uncommented code (arrival time)
1320
1321 * manalysis/MHPedestalPixel.[h,cc]
1322 - is now filled with total pedestals (not per slice), but results are
1323 renormalized to values per slice (this is not to screw up with the
1324 pedestal RMS and the derived uncertainties)
1325 - new function Renorm(nslices)
1326
1327 * manalysis/MPedestalCam.[h,cc]
1328 - introduced function Clone() (like proposed by TB)
1329 - call to MHPedestalPixel operator() not const any more
1330 - take out lots of uncommented code
1331 - found bug in initialization of hists. SetupFill is called in
1332 PreProcess, therefore, TObjArray is not yet enlarged there.
1333 Now, InitUseHists is called in Fill
1334 - MHPedestalPixel is now filled with total pedestals (not per slice),
1335 but results are
1336 renormalized to values per slice (this is not to screw up with the
1337 pedestal RMS and the derived uncertainties)
1338
1339 * manalysis/MPedCalcPedRun.cc
1340 - added author
1341 - split calculation of RMS into two steps to make it more clear to
1342 the user
1343
1344 * macros/calibration.C
1345 - found bug introduced two days ago, namely calculating pedestlas with
1346 MExtractSignal2 which is now fixed
1347 - Skip HiLoConversionCalibration
1348
1349
1350
1351 2004/02/05: Abelardo Moralejo
1352
1353 * macros/starmc2.C
1354 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
1355 for both MMcEvt and MMcRunHeader since these containers are
1356 not present in real data. Name of macro is no longer adequate if
1357 we will use it for calibrated real data (to be changed if so).
1358
1359
1360
1361 2004/02/05: Sebastian Raducci
1362
1363 * mtools/MCubicSpline.[h,cc]
1364 - added
1365 - this class will take the place of the TSpline class to
1366 calculate arrival times
1367
1368 * mtools/MCubicCoeff.[h,cc]
1369 - added
1370 - this class is used by MCubicSpline to store coefficients
1371
1372 * macros/spline.C
1373 - added
1374 - test macro. Shows how to use the MCubicSpline class
1375 - it could be used to test the methods of the Spline class
1376
1377
1378
1379 2004/02/05: Thomas Bretz
1380
1381 * mmain/MBrowser.cc:
1382 - fixed a double deletion of a TGLayoutHints
1383
1384
1385
1386 2004/02/04: Markus Gaug
1387
1388 * mmain/MBrowser.cc:
1389 - corrected TGTReeLBEntry for TGTreeLBEntry
1390
1391
1392
1393 2004/02/04: Thomas Bretz
1394
1395 * manalysis/MExtractSignal2.cc:
1396 - don't allow odd numbers for the window size
1397
1398 * mfilter/MFilterList.cc:
1399 - corrected a wrong logging message
1400
1401 * mmain/MBrowser.cc:
1402 - added '/data/MAGIC' as shortcut in the combo box
1403
1404 * mraw/MRawEvtPixelIter.cc:
1405 - optimized calculation of MaxIdx
1406
1407
1408
1409 2004/02/04: Abelardo Moralejo
1410
1411 * macros/starmc2.C
1412 - removed unnecessary variables BinsHigh, BinsLow
1413
1414
1415
1416 2004/02/04: Markus Gaug
1417
1418 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
1419 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
1420 macros/calibration.C:
1421 - histograms are now filled with MFillH as proposed and coded by
1422 Thomas Bretz. Some modifications had to be done, however.
1423 - Class to hold MHPedestalPixel is still MPedestalCam
1424 - MPedCalcPedRun does nothing any more (except from what is was
1425 doing before)
1426
1427 * manalysis/MExtractSignal.cc
1428 - remove uncommented code
1429
1430 * mcalib/MCalibrationCalc.[h,cc]
1431 - modified way to handle histogram overflow: Now flags are set and
1432 ChargevsN histogram is not tried to be filled subsequently
1433
1434
1435
1436 2004/02/03: Markus Gaug
1437
1438 * manalysis/MHExtractedSignalPix.[h,cc]
1439 - added Thomas B. modified version of MHPedestalPixel. Later will
1440 remove MHPedestalPixel
1441
1442 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
1443 manalysis/MCalibrationCam.cc, macros/calibration.C:
1444 - now split completely absolute and relative times. Absolute
1445 times are not fitted, but their histogram mean and rms are
1446 returned.
1447
1448
1449
1450 2004/02/03: Thomas Bretz
1451
1452 * mfileio/MReadTree.cc:
1453 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
1454
1455 * manalysis/MExtractSignal.[h,cc]:
1456 - moved code to extract the signal from Process to
1457 new member function FindSignal, I left the arrival time
1458 extraction as commented-out code in the code just as a
1459 demonstration to do this very fast.
1460
1461
1462
1463 2004/02/02: Markus Gaug
1464
1465 * manalysis/MPedCalcPedRun.cc
1466 - corrected formulae in Class description
1467
1468 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
1469 manalysis/MMcCalibrationUpdate.cc:
1470 - calculate relative times and absolute times. Fit only
1471 the relative ones.
1472
1473
1474
1475 2004/02/02: Abelardo Moralejo
1476
1477 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
1478 - removed file type check (MC or data) from PreProcess since now
1479 run headers are not yet known at that point.
1480
1481 * mcalib/MMcCalibrationCalc.cc
1482 - same as above.
1483
1484 * NEWS
1485 - updated.
1486
1487
1488
1489 2004/02/02: Thomas Bretz
1490
1491 * manalysis/MExtractSignal2.[h,cc]:
1492 - added new task which takes a given number of slices with the
1493 highest integral content as signal.
1494
1495 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1496 - added MExtractSignal2
1497
1498
1499
1500 2004/01/30: Abelardo Moralejo
1501
1502 * macros/starmc.C
1503 - changed default FADC integration range (more adequate for coming
1504 camera version).
1505
1506 * macros/mccalibrate.C, starmc2.C
1507 - added. First macro transforms input files from camera simulation
1508 into files with pixel data already calibrated in photons. The
1509 second reads in an already calibrated data file and produces an
1510 output file with Hillas parameters. Both together do the same as
1511 starmc.C, but it is convenient to have files containing
1512 calibrated pixel information.
1513
1514
1515
1516 2004/01/30: Thomas Bretz
1517
1518 * mbase/MDirIter.h:
1519 - added GetNumEntries
1520
1521 * mhist/MHEvent.cc:
1522 - added a dynamic_cast from MParContainer to MCamEvent to get the
1523 correct pointer to the correct base-class.
1524
1525 * mbase/MStatusDisplay.cc:
1526 - In EventInfo check whether gPad==0
1527
1528 * mfileio/MReadMarsFile.cc:
1529 - removed reading RunHeaders from PreProcess, this resulted
1530 in strange behaviour of writing RunHeaders
1531 - fixed consistency check for RunType accordingly
1532
1533 * mfilter/MFilterList.cc:
1534 - do not skip adding filter if only a filter with the same name
1535 exists
1536
1537 * mraw/MRawFileRead.cc:
1538 - added an output message if run header is not accessible
1539
1540 * mraw/MRawRunHeader.[h,cc]:
1541 - initialize fRunType to new enum kRTNone
1542
1543 * mfilter/MFGeomag.cc:
1544 - set fResult to kFALSE at the beginning of Process
1545 - according to this removed setting fResult=kFALSE before return
1546 - replaced some float by Float_t
1547 - added some const-qualifiers
1548 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
1549 with rnd = R * (r2-r1)/2 to make sure that we cannot
1550 devide by 0
1551
1552 * manalysis/MPedCalcPedRun.cc:
1553 - added some comments
1554
1555 * Makefile:
1556 - added mjobs
1557
1558 * mjobs/*:
1559 - added
1560
1561 * mbase/Makefile, mbase/BaseLinkDef.h:
1562 - added MRunIter
1563
1564 * mbase/MRunIter.[h,cc]:
1565 - added
1566
1567
1568
1569 2004/01/30: Markus Gaug
1570
1571 * manalysis/MPedestalCam.h
1572 - added function IsUsedHists()
1573
1574 * manalysis/MPedestalCam.cc
1575 - modified GetPixelContent
1576
1577 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
1578 - include storage of number of used FADC slices to compare later
1579 the pedestal per slice ( and sigma per slice)
1580 - return relative differences in GetPixelContent
1581
1582 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
1583 - fBlindPixelId and fPINDiodeId now like in PedestalCam
1584 - fill Blind Pixel with information about its fitted pedestal if
1585 available
1586 - initialize charges histogram with a bigger range
1587 - use pedestal information to constrain the pedestal fit ranges
1588
1589 * manalysis/MHPedestalPixel.cc
1590 - initialize charges histogram with a bigger range
1591
1592 * macros/calibration.C
1593 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
1594 - apply new GetPixelContents of MPedestalCam (more calculations
1595 and displays of errors, correction for different FADC slice
1596 number)
1597
1598 * manalysis/MExtractSignal.cc
1599 - not access to MArrivalTime any more. The same information is
1600 stored in MRawEvt->GetPixelContent(...)
1601
1602 * manalysis/MCalibrationCalc.cc
1603 - retrieve default arrival time from MRawEvt
1604
1605 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
1606 - check for NaN's in fit results
1607
1608
1609
1610 2004/01/29: Abelardo Moralejo
1611
1612 * mfileio/MWriteFile.h
1613 - added missing declaration of ReInit
1614
1615 * manalysis/MMcCalibrationUpdate.cc
1616 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
1617 to adapt to recent changes in MCalibrate.
1618
1619
1620
1621 2004/01/29: Thomas Bretz
1622
1623 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
1624 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
1625 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
1626 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
1627 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
1628 - split derivement into MParContainer and MCamEvent
1629
1630 * manalysis/MExtractSignalCam.[h,cc]:
1631 - removed obsolete MExtractSignal::ReInit
1632 - added -> to fArray
1633
1634 * mbase/MParList.h:
1635 - added a new bit kIsProcessing
1636
1637 * mbase/MTaskList.cc:
1638 - fixed the handling of kDoNotReset and the bahaviour of
1639 SetReadyToSave, such that it is possible to write all
1640 headers
1641
1642 * mfileio/MWriteFile.cc:
1643 - added ReInit which also calls CheckAndWrite
1644
1645 * mgui/MCamEvent.h:
1646 - does not derive from MParContainer anymore
1647
1648
1649
1650 2004/01/29: Markus Gaug
1651
1652 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
1653 mcalib/MCalibrationConfig.h
1654 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
1655 directly into the corresponding classes.
1656
1657
1658
1659 2004/01/29: Nicola Galante
1660
1661 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1662 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
1663 added string checking to return also
1664 fHistCellPseudoSize, fHistCellPseudoSizeNorm
1665 and fHistCellPseudoSizeEnergy.
1666 - Added inline functions GetHistCellPseudoSize() and
1667 GetHistCellPseudoSizeNorm().
1668
1669
1670
1671 2004/01/28: Javier Rico
1672
1673 * mcalib/MCalibrate.[h.cc]
1674 - include possibility to select the calibration method to be used
1675
1676
1677
1678 2004/01/28: Markus Gaug
1679
1680 * mcalib/MCalibrate.[h.cc]
1681 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
1682
1683 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
1684 - included flags to indicate if Blind Pixel Method or PIn Diode
1685 method was OK. Up to now, program stopped, if one of the two
1686 methods was chosen but not able to being executed.
1687
1688 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
1689 manalysis/MGeomApply.cc:
1690 - put all missing InitSize(npixels) into MGeomApply
1691
1692 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
1693 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
1694 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1695 - include possibility to fit the pedestals with Gaussian.
1696 - old methods are not affected.
1697 - add new method with MPedCalcPedRun::SetUseHists()
1698
1699
1700
1701 2004/01/28: Abelardo Moralejo
1702
1703 * mcalib/MMcCalibration.cc
1704 - fixed wrong variable type in call to TH1F constructor (number of
1705 bins is now integer), which resulted in a compilation warning.
1706
1707
1708
1709 2004/01/28: Thomas Bretz
1710
1711 * manalysis/MPedestalCam.cc:
1712 - removed unwanted CheckBound from operators. CheckBounds is ONLY
1713 ment for really old MC files and will be removed in the future
1714 anyhow.
1715
1716 * mcalib/MHCalibrationPixel.h:
1717 - removed obsolete include of MFFT
1718
1719 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
1720 manalysis/MPedestalCam.[h,cc]:
1721 - removed use of obsolete MPedestalCam::CheckBounds. This was
1722 a workaround for a 'bug' in very old camera files, which is not
1723 necessary anymore.
1724
1725 * manalysis/MCerPhotAnal2.[h,cc]:
1726 - replaced MPedestalCam by MPedPhotCam
1727
1728 * manalysis/MExtractSignal.cc:
1729 - some small simplification to the signal extraction
1730 - removed some obsolete variables
1731 - replaced for by while
1732 - removed obsolete casts
1733
1734 * mmain/MEventDisplay.cc:
1735 - gave names to the filters
1736 - removed adding MHCamera to fList because it was deleted twice
1737
1738 * mhist/MHCamera.cc:
1739 - fixed usage of fPainter in Paint() - title was not updated
1740 correctly
1741
1742
1743
1744 2004/01/28: Sebastian Raducci
1745
1746 * manalysis/MArrivalTime.[h,cc]:
1747 - removed all the code relative to the cluster evaluation
1748
1749
1750
1751 2004/01/27: Markus Gaug
1752
1753 * manalysis/MPedestalPix.cc:
1754 - initialize default values to 0 instead of -1.
1755
1756 * manalysis/MPedestalCam.[h,cc]:
1757 - include CheckBounds, also in operator[]
1758
1759 * mcalib/MCalibrationCam.[h,cc]:
1760 - apparently, there was a reference to InitSize(UInt_t i) instead
1761 of InitSize(Int_t i), where compiler complained, now changed
1762
1763 * mcalib/MHCalibration*, mcalib/MCalibration*:
1764 - fixed all Clear()'s, Reset()'s, direct intializers
1765
1766
1767
1768 2004/01/27: Thomas Bretz
1769
1770 * mdata/MDataChain.cc:
1771 - added '%' to supported operators
1772
1773
1774
1775 2004/01/26: Nicola Galante
1776
1777 * manalysis/MMcTriggerLvl2.[cc,h]:
1778
1779 - Defined some static constants to avoid ugly "magic numbers"
1780 in arrays: gsNCells, gsNTrigPixels,
1781 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
1782 - Added method
1783 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
1784 which computes compact pixels into a given L2T macrocell.
1785 - Added method
1786 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
1787 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
1788 macrocells
1789 - Added method
1790 MMcTriggerLvl2::GetCellPseudoSize() const
1791 which returns fCellPseudoSize
1792 - Added method
1793 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
1794 which controls whether a pixel belongs to a given L2T cell.
1795 - Added method
1796 MMcTriggerLvl2::GetMaxCell() const
1797 which returns fMaxCell, the cell with the maximum
1798 fCellPseudoSize.
1799
1800
1801
1802 2004/01/26: Markus Gaug, Michele Doro
1803
1804 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
1805 - moved calculation of arrival time from MArrivalTime to
1806 MArrivalTimeCalc. MArrivalTime does not do any Process-job
1807 anymore
1808 - TSpline5 now on stack.
1809 - function to set the stepsize
1810
1811 * mcalib/MHCalibrationBlindPixel.[h,cc]:
1812 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
1813 - implement combined Polya fit and Michele's back-scattered electron
1814 fit
1815
1816 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
1817 mcalib/MCalibrationPINDiode.cc:
1818 - combine FitChargeHiGain and FitChargeLoGain into one function
1819
1820 * macros/calibration.C
1821 - improve double gauss fit a bit
1822
1823
1824
1825 2004/01/26: Thomas Bretz
1826
1827 * mraw/MRawEvtPixelIter.[h,cc]:
1828 - removed member function GetNumPixels. For more details see mantis.
1829
1830 * manalysis/MArrivalTime.[h,cc]:
1831 - reorganized includes
1832 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
1833 definition
1834 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
1835 PROGRAM
1836
1837 * manalysis/MArrivalTimeCalc.[h,cc]:
1838 - reorganized includes
1839 - removed many obsolete code, exspecially copy&paste relicts!
1840 - fixed usage of InitSize
1841 - removed CleanArray. Reset() is called automatically before Process()
1842
1843 * manalysis/MExtractedSignalCam.[h,cc]:
1844 - added SetLogStream
1845 - removed obsolete include MGeomCam
1846 - replaced PrintOut by Print
1847 - added const-qualifiers to all Getters
1848 - fixed documentation
1849
1850 * manalysis/MExtractedSignalPix.[h,cc]:
1851 - replaced PrintOut by Print
1852 - fixed documentation
1853
1854 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
1855 - replaced memset by Reset()
1856
1857
1858
1859 2004/01/24: Abelardo Moralejo
1860
1861 * macros/starmcstereo.C
1862 - Added. Example of how to run the analysis chain for MC files
1863 containing simulation of stereo systems of 2 telescopes.
1864
1865 * mcalib/MCalibrate.cc
1866 - Added check that value of signal from MExtractedSignalPix is not
1867 the default (error) value. In such a case, the signal in
1868 MCerPhotEvt is now set to 0. Before, all pixels got very high
1869 values in MCerPhotEvt in case the MRawEvtData object for the
1870 event was missing in the file. This happened in MC files, in
1871 which in some circumstances an event is written without the
1872 pixel information (for instance, when running stereo simulations
1873 the pixel data is missing for non-triggered telescopes, but the
1874 event headers are present).
1875
1876
1877
1878 2004/01/23: Markus Gaug
1879
1880 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
1881 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
1882 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
1883 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
1884 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
1885 - use MArrivalTime for Storage (or calculation) of time
1886 in MExtractSignal
1887 - pass from TH1I histos to TH1F for times
1888
1889 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
1890 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
1891 mcalib/MCalibrationCalc.[h,cc]:
1892 - clean up setters
1893 - pass to bit-fields for all flags
1894
1895 * mcalib/MCalibrationCam.cc
1896 - exclude Blind Pixel from Camera display
1897 - do not fill &val when return kFALSE
1898
1899 * macros/calibration.C
1900 - include functions to exclude the blind pixel,
1901 calculation of times and quality checks
1902
1903
1904
1905 2004/01/23: Abelardo Moralejo
1906
1907 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
1908 - Added support (using AddSerialNumber) for stereo MC files.
1909
1910
1911
1912 2004/01/23: Thomas Bretz
1913
1914 * mbase/MAstro.cc:
1915 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
1916
1917 * mreport/MReport*.[h,cc]:
1918 - changed all classes to return Int_t instead of Bool_t in
1919 InterpreteBody
1920 - changed MReportFileRead such, that a wrong line results in
1921 skipping the line instead of abort reading.
1922
1923 * manalysis/MExtractSignal.cc:
1924 - do not print information for each pixel - it's too much.
1925
1926 * mbase/MStatusDisplay.cc:
1927 - when reading a status display do not display tabs with
1928 the same name than one which is already existing.
1929
1930 * mcalib/MCalibrate.cc:
1931 - directly store pointer to pixel when setting saturation flag
1932
1933 * mcamera/MCameraDC.cc:
1934 - fixed some comments
1935
1936 * mhist/MHCamEvent.cc:
1937 - fixed a crash when no geometry was available
1938
1939 * mhist/MHCamera.[h,cc]:
1940 - removed obsolete member function SetPix
1941
1942 * mbase/MStatusDisplay.[h,cc]:
1943 - added EventInfo member function
1944 - implemented preliminary redirection of GetObjectInfo to
1945 StatusLine2 -> An own status line for this is missing
1946
1947 * manalysis/MExtractSignal.[h,cc]:
1948 - implemented StreamPrimitive
1949 - changed deafults to be static const data members
1950
1951 * manalysis/MGeomApply.[h,cc]:
1952 - implemented StreamPrimitive
1953
1954
1955
1956 2004/01/23: Abelardo Moralejo
1957
1958 * manalysis/MMcCalibrationUpdate.[h,cc]
1959 - Added check to guarantee that the FADC simulation parameters of
1960 all read files (those used for calibration and those analyzed)
1961 are the same.
1962 - Added missing support for analysis of stereo files.
1963
1964 * mcalib/MMcCalibrationCalc.cc
1965 - Removed obsolete FIXME comment.
1966 - Added missing support for analysis of stereo files.
1967
1968
1969 2004/01/23: Raquel de los Reyes
1970
1971 * macros/CCDataCheck.C
1972 - Added the temperature distribution of the optical links
1973 and the plots of the LV power supplies.
1974 * mcamera/MCameraLV.h
1975 - Added the "Get" functions to access the private data
1976 members of the class.
1977
1978
1979 2004/01/22: Abelardo Moralejo
1980
1981 * manalysis/MMcCalibrationUpdate.[h,cc]
1982 - Now ratio of high to low gain is taken from MCalibrationCam if
1983 it existed previously in the parameter list, instead of being
1984 read again from the MMcFadcHeader. Removed Setter function for
1985 fADC2PhInner, no longer necessary. Fixed error regarding the
1986 pedestal conversion to photons (did not read conversion factor
1987 from preexisting MCalibrationCam object).
1988
1989 * mcalib/MMcCalibrationCalc.cc
1990 - Changed parameters of the histogram, and also the quantity being
1991 histogrammed. Check that input data come from a noiseless camera
1992 file before proceeding to do the calibration. Introduced lower
1993 size in cut for calibration. Now rhe calibration constant is not
1994 calculated from the mean of photons/ADC counts, but from the peak
1995 of the histogram.
1996
1997 * macros/starmc.C
1998 - Introduced new scheme. Now there are two loops over two different
1999 sets of files. First loop calculates the calibration constants,
2000 second one does the analysis. Introduced comments. Now the
2001 histogram used in the light calibration is written to the output
2002 file.
2003
2004
2005
2006 2004/01/22: Thomas Bretz
2007
2008 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
2009 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
2010 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
2011 mcalib/MCalibrationBlindPixel.[h,cc],
2012 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
2013 mcalib/MHCalibrationBlindPixel.[h,cc],
2014 mcalib/MHCalibrationPINDiode.[h,cc]:
2015 - cleaned up includes
2016
2017
2018
2019 2004/01/22: Raquel de los Reyes
2020
2021 * macros/CCDataCheck.C
2022 - macro to check the data from the central control (.rep files).
2023
2024
2025
2026 2004/01/22: Markus Gaug
2027
2028 * macros/calibration.C
2029 - made MStatusDisplay 3 bit smaller
2030
2031 * manalysis/MExtractSignal.cc
2032 - put fSignals->SetUsedFADCSlices into PreProcess
2033
2034 * manalysis/MPedCalcPedRun.cc
2035 - calculate PedRMS as RMS of the sums, later renormalized to units
2036 of RMS/slice (eliminate the wrong effect of odd and even slices)
2037
2038 * mcalib/MCalibrationCalc.cc
2039 - if bit SkipBlindPixelFit is set, now number of photons outside
2040 plexiglass is not intended to be calculated any more (previous
2041 bug)
2042 - exclude excluded pixels in eventloop
2043
2044 * mcalib/MHCalibrationBlindPixel.[h,cc]
2045 - move functions to pointer again (otherwise, Clone will give
2046 strange results)
2047
2048
2049
2050 2004/01/21: Abelardo Moralejo
2051
2052 * mcalib/MMcCalibrationCalc.[h,cc]
2053 - Added. First version of the task intended to calculate the
2054 conversion factors from ADC counts to photons in the MC. It has
2055 a different aim than the recently renamed class
2056 "MMcCalibrationUpdate" (which takes care that the correct
2057 pedestals and conversion factors are supplied to each event, but
2058 does not really calculate anything).
2059
2060 * mcalib/Makefile, CalibLinkDef.h
2061 - Added new class MMcCalibrationCalc
2062
2063 * manalysis/MMcCalibrationUpdate.[h,cc]
2064 - Now the container MCalibrationCam is not created or modified if
2065 it is found that one such container already exists in the
2066 Parameter list (from a previous calibration).
2067
2068
2069
2070 2004/01/21: Thomas Bretz
2071
2072 * mraw/MRawRead.cc:
2073 - restore the fake time for all runs (current time stamp in
2074 the data seems to be toally nonsense)
2075
2076 * mraw/MRawEvtHeader.cc:
2077 - removed decoding of real time (current time stamp in the data
2078 seems to be toally nonsense)
2079
2080
2081
2082 2004/01/21: Abelardo Moralejo
2083
2084 * mmc/MMcEvt.hxx
2085 - Uncommented 6 Getter functions (those regarding the number of
2086 photons surviving the different stages of simulation).
2087
2088 * manalysis/MMcCalibrationUpdate.[h,cc]
2089 - Added (see below).
2090
2091 * manalysis/MMcCalibrationCalc.[h,cc]
2092 - Removed: changed name of this class to MMcCalibrationUpdate,
2093 which is more representative of what it really does. Moved
2094 the filling of the MCalibrationCam container from Process to
2095 ReInit, since it does not change on an event by event basis.
2096 Simplified PreProcess (MCalibrationCam was searched for twice).
2097 Updated class description and comments.
2098
2099 * manalysis/Makefile, AnalysisLinkDef.h
2100 - Adapted to change above
2101
2102 * macros/starmc.C
2103 - Adapted to change above. Changed also task instance name from
2104 mccalibcalc to mccalibupdate.
2105
2106
2107
2108 2004/01/21: Raquel de los Reyes
2109
2110 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
2111 and mcamera/MCameraCalibration.h
2112 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
2113 the private data members of the class.
2114
2115
2116
2117 2004/01/20: Thomas Hengstebeck
2118
2119 * mranforest/MRanForestCalc.[h,cc]
2120 - Added member functions Grow (training of RF) and Fill (reading in
2121 trained forest from file) which simplify macros.
2122 One just needs to call them instead of using MRanForestGrow and
2123 MRanForestFill (and the related training and fill loops) in a
2124 macro.
2125
2126
2127
2128 2004/01/20: Abelardo moralejo
2129
2130 * manalysis/MMcCalibrationCalc.cc
2131 - removed call to MCalibrationPix::SetPedestal, which was not
2132 needed.
2133
2134
2135
2136 2004/01/20: Thomas Bretz
2137
2138 * Makefile:
2139 - replaced 'make' by '$(MAKE)'
2140
2141 * Makefile.rules:
2142 - added Makefile itself to dependencies
2143
2144 * mbase/MTask.cc:
2145 - added comment about ReInit
2146
2147 * mhbase/MH.cc:
2148 - do not clear pad in DrawClone if 'same' option given
2149
2150 * mhist/MHVsTime.cc:
2151 - evaluate 'same' option
2152
2153 * mfileio/MReadCurrents.[h,cc]:
2154 - obsolete, removed
2155
2156 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
2157 - added some comments
2158
2159
2160
2161 2004/01/20: Abelardo moralejo
2162
2163 * mcalib/MHCalibrationPINDiode.cc
2164 - Added call to SetDirecory(0) for histograms fHErrCharge,
2165 fHPCharge, fHPTime.
2166
2167 * manalysis/MCerPhotPix.h:
2168 - Changed position of declaration of fIsSaturated to be the last
2169 private variable. Otherwise, since in the constructor it is
2170 initialized in the last place, a warning is displayed upon
2171 compilation in some systems.
2172
2173
2174
2175 2004/01/20: Markus Gaug
2176 * mcalib/Makefile, manalysis/Makefile:
2177 - include directory ../mtools
2178
2179 * mtools/MFFT.[h,cc]
2180 - class inherits from TObject now
2181
2182
2183
2184 2004/01/19: Markus Gaug
2185
2186 * mcalib/MHCalibrationBlindPixel.[h,cc]
2187 - fixed a bug in fFitLegend due to which program crashed by calls
2188 to DrawClone
2189 - Modified way to change the fit function
2190
2191 * mcalib/MHCalibrationPixel.[h,cc]
2192 - reordered function calls
2193 - removed SetupFill
2194
2195 * mcalib/MHCalibrationPINDiode.h
2196 - reordered function calls
2197
2198 * mcalib/MCalibrationPix.[h,cc]
2199 - limits to define fFitValid now as variables in class
2200
2201 * mcalib/MCalibrationCam.[h,cc]
2202 - reordered function calls
2203 - incorporate option to exclude pixels
2204
2205 * mcalib/MCalibrationBlindPix.h
2206 - Modified way to change the fit function
2207
2208 * mcalib/MCalibrationCalc.[h,cc]
2209 - Modified way to change the fit function
2210 - incorporate option to exclude pixels from configuration file
2211
2212 * macros/calibration.C
2213 - Modified way to change the fit function
2214 - incorporate option to exclude pixels from configuration file
2215
2216
2217
2218 2004/01/19: Javier Rico
2219
2220 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
2221 - Added documentation of member functions
2222
2223
2224
2225 2004/01/19: Abelardo Moralejo
2226
2227 * manalysis/MCerPhotPix.[h,cc]
2228 - Added fIsSaturated to flag whether low gain of the pixel is
2229 saturated. Added corresponding getter and setter functions.
2230 Updated ClassDef to version 2.
2231
2232 * mcalib/MCalibrate.cc
2233 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
2234 one low gain FADC slice is saturated.
2235
2236 * mimage/MNewImagePar.[h,cc]
2237 - Added new member variable fNumSaturatedPixels to count how many
2238 pixels were saturated. Updated ClassDef to version 2.
2239
2240
2241
2242 2004/01/19: Thomas Bretz
2243
2244 * manalysis/MPedPhotCalc.[cc,h]:
2245 - fixed order of includes
2246 - removed obsolete forward declarations
2247 - removed obsolete data member fNumPixels (stored already twice in
2248 the two TArrayF)
2249 - fixed some small bugs in the documentation
2250
2251 * manalysis/MPedCalcPedRun.cc:
2252 - updated my eMail address
2253
2254
2255
2256 2004/01/19: Javier Rico
2257
2258 * macros/dohtml.C, NEWS
2259 - include some missing info
2260
2261
2262
2263 2004/01/19: Abelardo Moralejo
2264
2265 * manalysis/MExtractedSignalPix.h
2266 - added GetNumLoGainSaturated()
2267
2268
2269
2270 2004/01/19: Markus Gaug
2271
2272 * macros/dohtml.C
2273 - include calibration.C
2274
2275 * manalysis/MExtractSignal.cc
2276 - warning of logain saturation now only once per event (out of loop)
2277
2278 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
2279 - new Flag fExcluded to indicate if pixel has been excluded from
2280 further analysis
2281
2282
2283
2284 2004/01/16: Javier Rico & Pepe Flix
2285
2286 * manalysis/MPedPhotCalc.[cc,h]
2287 - added
2288 - new class for the evaluation of pedestals in units of photons
2289 using the extracted signal from pedestal runs and calibration
2290 constants defined in MCalibrate
2291
2292 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
2293 - added entries for MPedPhotCalc
2294
2295 * macros/pedphotcalc.C
2296 - added
2297 - example on how to use MPedPhotCalc task
2298
2299
2300
2301 2004/01/16: Markus Gaug
2302
2303 * mcalib/MCalibrationFits.h
2304 - removed and incorporated in MHCalibrationBlindPixel.h
2305
2306 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
2307 mcalib/MCalibrationBlindPix.h:
2308 - incorporate Fit functions
2309 - fixed a bug due to which DrawClone crashed when class was used
2310 in a compiled macro
2311
2312 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
2313 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
2314 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
2315 mcalib/MHCalibrationPixel.cc:
2316 - fixed the warns and errs in fLog's
2317
2318
2319
2320 2004/01/16: Abelardo Moralejo
2321
2322 * manalysis/MMcCalibrationCalc.cc
2323 - TMath::Max() is no longer used because it did not compile in some
2324 systems for unkown reasons. I replaced it by a safer (and may be
2325 slower) code.
2326 - Added calpix.SetFitValid();
2327
2328 * mhist/MHEvent.cc
2329 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
2330 be 1 in case of RMS:
2331 case kEvtPedestalRMS:
2332 fHist->SetCamContent(*(MCamEvent*)par, 1);
2333
2334
2335
2336 2004/01/15: Abelardo Moralejo
2337
2338 * macros/starmc.C
2339 - Added. Version of star showing new chain to get Hillas
2340 parameters (with Size calibrated in photons) from MC files.
2341
2342
2343
2344 2004/01/15: Javier Rico
2345
2346 * manalysis/MPedCalcPedRun.[h,cc]
2347 - optimize the running time
2348 - add (some) documentation
2349 - correct treatment for the case of several input files
2350
2351 * macros/pedvsevent.C
2352 - added
2353 - draw pedestal mean and rms vs event# for input pixel# and run
2354 file, and compares them to the global pedestal mean and rms
2355
2356
2357
2358 2004/01/15: Raquel de los Reyes
2359
2360 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
2361 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
2362 functions to compute the estimation of the error of the
2363 mean. It can be done calling to the function
2364 MCamEvent::SetBit(MHCamera::kVariance) in the macro
2365
2366
2367
2368 2004/01/15: Markus Gaug
2369
2370 * mhist/MHCamera.[h,cc]
2371 - incorporate Thomas's changes
2372 - replace void CreateProjection() by TH1D *Projection(const char*)
2373
2374 * macros/calibration.C
2375 - replace MHCamera->Draw("proj") by MHCamera->Projection()
2376 - produce better fits to the projection
2377
2378 * manalysis/MSimulatedAnnealing.[h,cc],
2379 mhist/MHSimulatedAnnealing.[h,cc]:
2380 - moved to directory mtools
2381 - MSimulatedAnnealing now inherits from TObject
2382
2383 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
2384 mhist/Makefile, mhist/HistLinkDef.h:
2385 - removed MSimulatedAnnealing
2386 - removed MHSimulatedAnnealing
2387
2388 * mtools/Makefile, mtools/AnalysisLinkDef.h:
2389 - added MSimulatedAnnealing
2390 - added MHSimulatedAnnealing
2391
2392
2393
2394 2004/01/15: Thomas Bretz
2395
2396 * manalysis/AnalysisLinkDef.h:
2397 - removed MCurrents
2398
2399 * mhist/MHCamera.[h,cc]:
2400 - added member function Projection
2401 - removed fYproj
2402
2403 * mreport/MReport*.*:
2404 - added more comments
2405
2406
2407
2408 2004/01/14: Markus Gaug
2409
2410 * mtools/MFFT.[h,cc]
2411 - new class to perform Fast Fourier Transforms
2412
2413 * mtools/Makefile
2414 * mtools/ToolsLinkDef.h
2415 - include MFFT
2416
2417 * manalysis/MExtractedSignalCam.h
2418 - removed variables fNumHiGainSamples and fNumLoGainSamples
2419 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
2420
2421 * manalysis/MExtractSignal.cc
2422 - updated call to SetUsedFADCSlices
2423
2424
2425
2426 2004/01/14: Abelardo Moralejo
2427
2428 * manalysis/MMcCalibrationCalc.cc:
2429 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
2430 This can happen (depending on camera simulation parameters), and
2431 rms = 0 later resulted in the pixel being eliminated in the
2432 image cleaning.
2433
2434
2435
2436 2004/01/14: Thomas Bretz
2437
2438 * Makefile:
2439 - replaced old style Makefile.depend by directory specific
2440 dependancy files
2441
2442 * Makefile.rules:
2443 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
2444 - added rule to make dependency files
2445 - added rule to remove dependancy files.
2446 - added rmdep as prerequisite to clean
2447 - include dependency file
2448
2449 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
2450 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
2451 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
2452 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
2453 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
2454 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
2455 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
2456 mtools/Makefile:
2457 - removed clean-rule, use the one in Makefile.rules instead
2458
2459 * mreport/Makefile, mreport/ReportLinkDef.h:
2460 - added MReportHelp
2461
2462 * mreport/MReportFileRead.cc:
2463 - moved code from MReportHelp to new file
2464 - removed usage of MReport class completely
2465
2466 * mfilter/MFGeomag.[h,cc]:
2467 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
2468 - changed the second loop from 0->1151 to 1152->2304
2469 - removed dummy arrays used for reading
2470 - output filename in case of 'file not found'
2471 - removed obsolete data members
2472 - removed obsolete Init function
2473 - removed forbidden underscore from member variable
2474 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
2475
2476 * mbase/MStatusDisplay.[h,cc]:
2477 - added new member function Open
2478 - added new menu entry kFileOpen
2479 - changed UpdatePSheader algorithm (the old one was much too slow)
2480
2481 * manalysis/MCurrents.[h,cc]:
2482 - removed (old outdated)
2483
2484 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2485 - removed MCurrents
2486
2487
2488
2489 2004/01/14: Wolfgang Wittek
2490
2491 * macros/ONOFFAnalysis.C:
2492 - current version
2493
2494 * mhist/MHSigmaTheta.[h,cc]:
2495 - replace MPedestalCam by MPedPhotCam
2496
2497 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
2498 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
2499 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
2500 - replace MPedestalCam by MPedPhotCam
2501
2502 * manalysis/MPedPhotPix.[h,cc]
2503 - uncomment SetRms()
2504
2505
2506
2507 2004/01/13: Markus Gaug
2508
2509 * manalysis/MExtractSignal.h
2510 - seems that the reduced light intensity of the CT1 Pulser
2511 results in broader pulses -> Set Default time slices to [3,10]
2512
2513 * mhist/MHCamera.cc
2514 - make Stat Window in option 'proj' bigger
2515 - add comment line at beginning of Draw()
2516
2517 * mcalib/MHCalibrationBlindPixel.[h.cc]
2518 - add Function DrawClone()
2519 - fix bug in calculation of integral (GetIntegral("width"))
2520 - restrict parameters tighter
2521 - declare fit as not valid, if less than 100 events
2522 in single photo-electron peak
2523
2524 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
2525 - fit now with fixed normalization
2526
2527 * mcalib/MHCalibrationPixel.[h.cc]
2528 - new function IsEmpty()
2529 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
2530
2531 * mcalib/MCalibrationPix.[h.cc]
2532 - F-Factor corrected and added error
2533 - Histograms not fitted if they are empty
2534 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
2535
2536 * mcalib/MCalibrationCam.cc
2537 - Square Root of Reduced Sigmas not taken, if they are < 0.
2538 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
2539
2540 * mcalib/MCalibrationCalc.cc
2541 - Blind Pixel is not additionally treated as normal pixel any more
2542 - Blind Pixel Draw replaced by DrawClone
2543
2544 * macros/calibration.C
2545 - took out some unused code
2546 - some default axis labelling corrected
2547
2548
2549
2550 2004/01/13: Abelardo Moralejo
2551
2552 * manalysis/MMcPedestalCopy.cc
2553 - added check of whether input file is a MC file before executing
2554 the PreProcess.
2555
2556
2557
2558 2004/01/13: Wolfgang Wittek
2559
2560 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
2561 - change macro to handle also MC events with finite sigmabar
2562
2563 * manalysis/MPadOn.[h,cc]:
2564 - deleted, is replaced by MPad
2565
2566 * manalysis/MPadOnOFF.[h,cc]:
2567 - deleted, is replaced by MPad
2568
2569 * manalysis/MPad.[h,cc]:
2570 - new class, replacing MPadON and MPadONOFF
2571 - handle also MC events with finite sigmabar
2572
2573 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2574 - replace MPadON and MPadONOFF by MPad
2575
2576
2577
2578 2004/01/13: Thomas Bretz
2579
2580 * mraw/MRawRunHeader.[h,cc]:
2581 - implemented new member function GetRunTypeStr
2582
2583 * Changelog.03:
2584 - added (contains entries of 2003)
2585
2586 * Changelog:
2587 - removed entries of 2003
2588
2589 * mfilter/MFGeomag.cc:
2590 - simplified open/close of input files
2591
2592 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
2593 - added some comments
2594 - added new member function GetError
2595
2596 * Makefile:
2597 - updated 'make dox' output for convinience
2598
2599 * macros/dohtml.C:
2600 - do not print Info's
2601 - added mcamera
2602 - added mpointing
2603 - added mreport
2604
2605 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
2606 - removed some obsolete comments (these comments confused THtml)
2607
2608 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
2609 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
2610 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
2611 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
2612 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
2613 - replaced MPedestalCam by MPedPhotCam
2614 - removed some obsolete includes
2615
2616 * mbase/BaseLinkDef.h, mbase/Makefile:
2617 - added MLogPlugin
2618 - added MLogHtml
2619
2620 * mbase/MLog.[h,cc]:
2621 - added use of plugins
2622
2623 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
2624 - added
2625
2626 * mbase/MStatusDisplay.[h,cc]:
2627 - added a Save-As dialog
2628
2629
2630
2631 2004/01/12: Thomas Bretz
2632
2633 * macros/rootlogon.C:
2634 - added mcamera to include path
2635 - added mpointing to include path
2636 - added mreport to include path
2637
2638 * mbase/MLog.cc:
2639 - updated my eMail address
2640
2641 * mbase/MParContainer.h:
2642 - added Read member function
2643
2644 * mbase/MStatusDisplay.[h,cc]:
2645 - changed size of ps-paper
2646 - added a user defined bottom line to the ps-files
2647 - added name (currently unused)
2648 - added title (used as possible bottom line in ps-file)
2649
2650 * mraw/MRawRunHeader.cc:
2651 - added some comments
2652
2653 * status.cc:
2654 - set name of input as bottom line of status display
2655
2656
2657
2658 2004/01/12: Abelardo Moralejo
2659
2660 * mimage/MStereoPar.cc
2661 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
2662 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
2663 Bug had no effect unless scale1 != scale2 (-> telescopes of
2664 different size).
2665
2666
2667
2668 2004/01/12: Markus Gaug
2669
2670 * manalysis/MExtractSignal.[h,cc]
2671 - take out some uncommented code
2672 - replace logainshift by two independent variables:
2673 logainfirst, logainlast
2674 - because in most data, maximum occurs in slice 4, shift default
2675 from slices 4-9 to slices 3-8.
2676
2677 * manalysis/MExtractedSignalPix.[h,cc]
2678 - took out some uncommented code
2679 - new initializers: instead of -1. now 99999.9
2680
2681
2682
2683 2004/01/09: Markus Gaug
2684
2685 * mcalib/MCalibrationCam.[h,cc]
2686 - take out 1-dim histos because we can use
2687 the projections in MHCamera (s.b.)
2688
2689 * mcalib/MHCalibrationBlindPixel.h
2690 - make the fit by default quiet
2691
2692 * mcalib/MHCalibrationPixel.[h,cc]
2693 * mcalib/MCalibrationPix.[h,cc]
2694 - Ranges of time slices stored independently for HiGain and LoGain
2695 in order to allow consecutive checks
2696
2697 * mhist/MHCamera.[h.cc]
2698 - add the possibility to call a Draw("proj") which will
2699 draw a Y-Projection of the histogram
2700
2701 * macros/calibration.C
2702 - apply the drawing of the projections and fit them
2703
2704 * mcalib/MCalibrationCalc.cc
2705 - catch the possibility of a calibration file,
2706 unintendedly being a pedestal or cosmic file.
2707 Program now exits with an error before doing the fits
2708
2709 * mcalib/MCalibrationPix.[h,cc]
2710 - fixed a bug in calculation of fFitValid.
2711 before, a call to IsFitValid() always returned false
2712
2713
2714
2715 2004/01/09: Javier L¢pez
2716
2717 * macros/bootcampstandardanalysis.C
2718 - added new macro that holds the main scheleton discussed in the
2719 december bootcamp in Wuerzburg. It runs first over a pedestal
2720 run, then over a calibration run, again over the pedestal run
2721 to compute de pedestal in number of photons and finally over a
2722 data run to calibrate the data.
2723
2724
2725
2726 2004/01/06: Sebastian Raducci
2727
2728 * manalysis/MArrivalTime.[h,cc]
2729 - added new method to calculate photon arrival times. It uses the
2730 TSpline5 Root Class to interpolate the Fadc Slices. The time is
2731 the abscissa value of the absolute maximum of the interpolation
2732 - added new method to find clusters with similar arrival times.
2733 For now it's a preliminary version. It simply search for adiacent
2734 pixels having the same arrival time (color).
2735
2736 * manalysis/MArrivalTimeCalc.[h,cc]
2737 - modified the Process() method according to the changes in the
2738 Arrival Time Cointainer
2739
2740 * mmain/MEventDisplay.cc
2741 - added new tab in the camera event display to show the arrival
2742 time. This arrival time is calculated with the spline method
2743 - the old Arrival Time pad now it's called Max Slice Idx, because
2744 it's only the index of the slice with the max content.
2745
2746 * mhist/MHEvent.[h,cc]
2747 - added new fType in te enumeration to handle the arrival time
2748 histos
Note: See TracBrowser for help on using the repository browser.