source: trunk/MagicSoft/Mars/Changelog@ 3267

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