source: trunk/MagicSoft/Mars/Changelog@ 3224

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