source: trunk/MagicSoft/Mars/Changelog@ 3243

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