source: trunk/MagicSoft/Mars/Changelog@ 3239

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