source: trunk/MagicSoft/Mars/Changelog@ 3258

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