source: trunk/MagicSoft/Mars/Changelog@ 3231

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