source: trunk/MagicSoft/Mars/Changelog@ 3320

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