source: trunk/MagicSoft/Mars/Changelog@ 3254

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