source: trunk/MagicSoft/Mars/Changelog@ 3370

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