source: trunk/MagicSoft/Mars/Changelog@ 3365

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