source: trunk/MagicSoft/Mars/Changelog@ 3248

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