source: trunk/MagicSoft/Mars/Changelog@ 3371

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