source: trunk/MagicSoft/Mars/Changelog@ 3272

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