source: trunk/MagicSoft/Mars/Changelog@ 3238

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