source: trunk/MagicSoft/Mars/Changelog@ 3357

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