source: trunk/MagicSoft/Mars/Changelog@ 3252

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