source: trunk/MagicSoft/Mars/Changelog@ 3249

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