source: trunk/MagicSoft/Mars/Changelog@ 3324

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