source: trunk/MagicSoft/Mars/Changelog@ 3212

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