source: trunk/MagicSoft/Mars/Changelog@ 3253

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