source: trunk/MagicSoft/Mars/Changelog@ 3379

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