source: trunk/MagicSoft/Mars/Changelog@ 3038

Last change on this file since 3038 was 3038, checked in by gaug, 21 years ago
*** empty log message ***
File size: 43.0 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4
5 -*-*- END OF LINE -*-*-
6 2004/02/05: Markus Gaug
7 * mcalib/MHCalibrationPixel.[h,cc]
8 - put an NDF limit for the fit
9 - removed all TStrings and replace them by Form(..)
10 - Check for nan's of all returned fit values
11
12 * mcalib/MCalibrationPix.[h,cc]
13 * mcalib/MCalibrationCam.cc
14 - reshuffled HiLoGainConversion, calculation of F-Factor method,
15 - calculation of total F-Factor of the readout.
16
17 * mcalib/MCalibrationCam.cc
18 - include relative times to display with GetPixelContent
19
20 * mcalib/MCalibrationCalc.[h,cc]
21 - flag to skip Hi-Lo Calibration
22 - Hi-LO Graph not filled any more after overflow of ChargevsN
23 - fill the blind pixel differently from the rest of pixels
24
25 * mcalib/MCalibrate.cc:
26 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
27
28 * manalysis/MArrivalTimeCalc.cc
29 - default step width 100 ps.
30 - look for half maximum (at rising edge)
31
32 * manalysis/MExtractSignal.[h,cc]
33 - removed uncommented code (arrival time)
34 - set start byte back by one like it was before TB's changes
35 (does not affect the calculation of number of FADC slices)
36
37 * manalysis/MExtractSignal2.[h,cc]
38 - removed uncommented code (arrival time)
39
40 * manalysis/MHPedestalPixel.[h,cc]
41 - is now filled with total pedestals (not per slice), but results are
42 renormalized to values per slice (this is not to screw up with the
43 pedestal RMS and the derived uncertainties)
44 - new function Renorm(nslices)
45
46 * manalysis/MPedestalCam.[h,cc]
47 - introduced function Clone() (like proposed by TB)
48 - call to MHPedestalPixel operator() not const any more
49 - take out lots of uncommented code
50 - found bug in initialization of hists. SetupFill is called in
51 PreProcess, therefore, TObjArray is not yet enlarged there.
52 Now, InitUseHists is called in Fill
53 - MHPedestalPixel is now filled with total pedestals (not per slice),
54 but results are
55 renormalized to values per slice (this is not to screw up with the
56 pedestal RMS and the derived uncertainties)
57
58 * manalysis/MPedCalcPedRun.cc
59 - added author
60 - split calculation of RMS into two steps to make it more clear to
61 the user
62
63
64 2004/02/05: Abelardo Moralejo
65
66 * macros/starmc2.C
67 - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
68 for both MMcEvt and MMcRunHeader since these containers are
69 not present in real data. Name of macro is no longer adequate if
70 we will use it for calibrated real data (to be changed if so).
71
72 2004/02/05: Sebastian Raducci
73
74 * mtools/MCubicSpline.[h,cc]
75 - added
76 - this class will take the place of the TSpline class to
77 calculate arrival times
78
79 * mtools/MCubicCoeff.[h,cc]
80 - added
81 - this class is used by MCubicSpline to store coefficients
82
83 * macros/spline.C
84 - added
85 - test macro. Shows how to use the MCubicSpline class
86 - it could be used to test the methods of the Spline class
87
88
89 2004/02/05: Thomas Bretz
90
91 * mmain/MBrowser.cc:
92 - fixed a double deletion of a TGLayoutHints
93
94
95
96 2004/02/04: Markus Gaug
97
98 * mmain/MBrowser.cc:
99 - corrected TGTReeLBEntry for TGTreeLBEntry
100
101
102
103 2004/02/04: Thomas Bretz
104
105 * manalysis/MExtractSignal2.cc:
106 - don't allow odd numbers for the window size
107
108 * mfilter/MFilterList.cc:
109 - corrected a wrong logging message
110
111 * mmain/MBrowser.cc:
112 - added '/data/MAGIC' as shortcut in the combo box
113
114 * mraw/MRawEvtPixelIter.cc:
115 - optimized calculation of MaxIdx
116
117
118
119 2004/02/04: Abelardo Moralejo
120
121 * macros/starmc2.C
122 - removed unnecessary variables BinsHigh, BinsLow
123
124
125
126 2004/02/04: Markus Gaug
127
128 * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
129 manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
130 macros/calibration.C:
131 - histograms are now filled with MFillH as proposed and coded by
132 Thomas Bretz. Some modifications had to be done, however.
133 - Class to hold MHPedestalPixel is still MPedestalCam
134 - MPedCalcPedRun does nothing any more (except from what is was
135 doing before)
136
137 * manalysis/MExtractSignal.cc
138 - remove uncommented code
139
140 * mcalib/MCalibrationCalc.[h,cc]
141 - modified way to handle histogram overflow: Now flags are set and
142 ChargevsN histogram is not tried to be filled subsequently
143
144
145
146 2004/02/03: Markus Gaug
147
148 * manalysis/MHExtractedSignalPix.[h,cc]
149 - added Thomas B. modified version of MHPedestalPixel. Later will
150 remove MHPedestalPixel
151
152 * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
153 manalysis/MCalibrationCam.cc, macros/calibration.C:
154 - now split completely absolute and relative times. Absolute
155 times are not fitted, but their histogram mean and rms are
156 returned.
157
158
159
160 2004/02/03: Thomas Bretz
161
162 * mfileio/MReadTree.cc:
163 - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
164
165 * manalysis/MExtractSignal.[h,cc]:
166 - moved code to extract the signal from Process to
167 new member function FindSignal, I left the arrival time
168 extraction as commented-out code in the code just as a
169 demonstration to do this very fast.
170
171
172
173 2004/02/02: Markus Gaug
174
175 * manalysis/MPedCalcPedRun.cc
176 - corrected formulae in Class description
177
178 * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
179 manalysis/MMcCalibrationUpdate.cc:
180 - calculate relative times and absolute times. Fit only
181 the relative ones.
182
183
184
185 2004/02/02: Abelardo Moralejo
186
187 * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
188 - removed file type check (MC or data) from PreProcess since now
189 run headers are not yet known at that point.
190
191 * mcalib/MMcCalibrationCalc.cc
192 - same as above.
193
194 * NEWS
195 - updated.
196
197
198
199 2004/02/02: Thomas Bretz
200
201 * manalysis/MExtractSignal2.[h,cc]:
202 - added new task which takes a given number of slices with the
203 highest integral content as signal.
204
205 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
206 - added MExtractSignal2
207
208
209
210 2004/01/30: Abelardo Moralejo
211
212 * macros/starmc.C
213 - changed default FADC integration range (more adequate for coming
214 camera version).
215
216 * macros/mccalibrate.C, starmc2.C
217 - added. First macro transforms input files from camera simulation
218 into files with pixel data already calibrated in photons. The
219 second reads in an already calibrated data file and produces an
220 output file with Hillas parameters. Both together do the same as
221 starmc.C, but it is convenient to have files containing
222 calibrated pixel information.
223
224
225
226 2004/01/30: Thomas Bretz
227
228 * mbase/MDirIter.h:
229 - added GetNumEntries
230
231 * mhist/MHEvent.cc:
232 - added a dynamic_cast from MParContainer to MCamEvent to get the
233 correct pointer to the correct base-class.
234
235 * mbase/MStatusDisplay.cc:
236 - In EventInfo check whether gPad==0
237
238 * mfileio/MReadMarsFile.cc:
239 - removed reading RunHeaders from PreProcess, this resulted
240 in strange behaviour of writing RunHeaders
241 - fixed consistency check for RunType accordingly
242
243 * mfilter/MFilterList.cc:
244 - do not skip adding filter if only a filter with the same name
245 exists
246
247 * mraw/MRawFileRead.cc:
248 - added an output message if run header is not accessible
249
250 * mraw/MRawRunHeader.[h,cc]:
251 - initialize fRunType to new enum kRTNone
252
253 * mfilter/MFGeomag.cc:
254 - set fResult to kFALSE at the beginning of Process
255 - according to this removed setting fResult=kFALSE before return
256 - replaced some float by Float_t
257 - added some const-qualifiers
258 - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
259 with rnd = R * (r2-r1)/2 to make sure that we cannot
260 devide by 0
261
262 * manalysis/MPedCalcPedRun.cc:
263 - added some comments
264
265 * Makefile:
266 - added mjobs
267
268 * mjobs/*:
269 - added
270
271 * mbase/Makefile, mbase/BaseLinkDef.h:
272 - added MRunIter
273
274 * mbase/MRunIter.[h,cc]:
275 - added
276
277
278
279 2004/01/30: Markus Gaug
280
281 * manalysis/MPedestalCam.h
282 - added function IsUsedHists()
283
284 * manalysis/MPedestalCam.cc
285 - modified GetPixelContent
286
287 * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
288 - include storage of number of used FADC slices to compare later
289 the pedestal per slice ( and sigma per slice)
290 - return relative differences in GetPixelContent
291
292 * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
293 - fBlindPixelId and fPINDiodeId now like in PedestalCam
294 - fill Blind Pixel with information about its fitted pedestal if
295 available
296 - initialize charges histogram with a bigger range
297 - use pedestal information to constrain the pedestal fit ranges
298
299 * manalysis/MHPedestalPixel.cc
300 - initialize charges histogram with a bigger range
301
302 * macros/calibration.C
303 - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
304 - apply new GetPixelContents of MPedestalCam (more calculations
305 and displays of errors, correction for different FADC slice
306 number)
307
308 * manalysis/MExtractSignal.cc
309 - not access to MArrivalTime any more. The same information is
310 stored in MRawEvt->GetPixelContent(...)
311
312 * manalysis/MCalibrationCalc.cc
313 - retrieve default arrival time from MRawEvt
314
315 * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
316 - check for NaN's in fit results
317
318
319
320 2004/01/29: Abelardo Moralejo
321
322 * mfileio/MWriteFile.h
323 - added missing declaration of ReInit
324
325 * manalysis/MMcCalibrationUpdate.cc
326 - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
327 to adapt to recent changes in MCalibrate.
328
329
330
331 2004/01/29: Thomas Bretz
332
333 * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
334 manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
335 manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
336 mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
337 mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
338 - split derivement into MParContainer and MCamEvent
339
340 * manalysis/MExtractSignalCam.[h,cc]:
341 - removed obsolete MExtractSignal::ReInit
342 - added -> to fArray
343
344 * mbase/MParList.h:
345 - added a new bit kIsProcessing
346
347 * mbase/MTaskList.cc:
348 - fixed the handling of kDoNotReset and the bahaviour of
349 SetReadyToSave, such that it is possible to write all
350 headers
351
352 * mfileio/MWriteFile.cc:
353 - added ReInit which also calls CheckAndWrite
354
355 * mgui/MCamEvent.h:
356 - does not derive from MParContainer anymore
357
358
359
360 2004/01/29: Markus Gaug
361
362 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
363 mcalib/MCalibrationConfig.h
364 - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
365 directly into the corresponding classes.
366
367
368
369 2004/01/29: Nicola Galante
370
371 * mhistmc/MHMcTriggerLvl2.[h,cc]:
372 - In method MHMcTriggerLvl2::GetHistByName(const TString name)
373 added string checking to return also
374 fHistCellPseudoSize, fHistCellPseudoSizeNorm
375 and fHistCellPseudoSizeEnergy.
376 - Added inline functions GetHistCellPseudoSize() and
377 GetHistCellPseudoSizeNorm().
378
379
380
381 2004/01/28: Javier Rico
382
383 * mcalib/MCalibrate.[h.cc]
384 - include possibility to select the calibration method to be used
385
386
387
388 2004/01/28: Markus Gaug
389
390 * mcalib/MCalibrate.[h.cc]
391 - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
392
393 * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
394 - included flags to indicate if Blind Pixel Method or PIn Diode
395 method was OK. Up to now, program stopped, if one of the two
396 methods was chosen but not able to being executed.
397
398 * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
399 manalysis/MGeomApply.cc:
400 - put all missing InitSize(npixels) into MGeomApply
401
402 * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
403 manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
404 manalysis/Makefile, manalysis/AnalysisLinkDef.h:
405 - include possibility to fit the pedestals with Gaussian.
406 - old methods are not affected.
407 - add new method with MPedCalcPedRun::SetUseHists()
408
409
410
411 2004/01/28: Abelardo Moralejo
412
413 * mcalib/MMcCalibration.cc
414 - fixed wrong variable type in call to TH1F constructor (number of
415 bins is now integer), which resulted in a compilation warning.
416
417
418
419 2004/01/28: Thomas Bretz
420
421 * manalysis/MPedestalCam.cc:
422 - removed unwanted CheckBound from operators. CheckBounds is ONLY
423 ment for really old MC files and will be removed in the future
424 anyhow.
425
426 * mcalib/MHCalibrationPixel.h:
427 - removed obsolete include of MFFT
428
429 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
430 manalysis/MPedestalCam.[h,cc]:
431 - removed use of obsolete MPedestalCam::CheckBounds. This was
432 a workaround for a 'bug' in very old camera files, which is not
433 necessary anymore.
434
435 * manalysis/MCerPhotAnal2.[h,cc]:
436 - replaced MPedestalCam by MPedPhotCam
437
438 * manalysis/MExtractSignal.cc:
439 - some small simplification to the signal extraction
440 - removed some obsolete variables
441 - replaced for by while
442 - removed obsolete casts
443
444 * mmain/MEventDisplay.cc:
445 - gave names to the filters
446 - removed adding MHCamera to fList because it was deleted twice
447
448 * mhist/MHCamera.cc:
449 - fixed usage of fPainter in Paint() - title was not updated
450 correctly
451
452
453
454 2004/01/28: Sebastian Raducci
455
456 * manalysis/MArrivalTime.[h,cc]:
457 - removed all the code relative to the cluster evaluation
458
459
460
461 2004/01/27: Markus Gaug
462
463 * manalysis/MPedestalPix.cc:
464 - initialize default values to 0 instead of -1.
465
466 * manalysis/MPedestalCam.[h,cc]:
467 - include CheckBounds, also in operator[]
468
469 * mcalib/MCalibrationCam.[h,cc]:
470 - apparently, there was a reference to InitSize(UInt_t i) instead
471 of InitSize(Int_t i), where compiler complained, now changed
472
473 * mcalib/MHCalibration*, mcalib/MCalibration*:
474 - fixed all Clear()'s, Reset()'s, direct intializers
475
476
477
478 2004/01/27: Thomas Bretz
479
480 * mdata/MDataChain.cc:
481 - added '%' to supported operators
482
483
484
485 2004/01/26: Nicola Galante
486
487 * manalysis/MMcTriggerLvl2.[cc,h]:
488
489 - Defined some static constants to avoid ugly "magic numbers"
490 in arrays: gsNCells, gsNTrigPixels,
491 gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
492 - Added method
493 MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
494 which computes compact pixels into a given L2T macrocell.
495 - Added method
496 MMcTriggerLvl2::CalcBiggerCellPseudoSize()
497 which computes fCellPseudoSize, the maximum Pseudo Size into L2T
498 macrocells
499 - Added method
500 MMcTriggerLvl2::GetCellPseudoSize() const
501 which returns fCellPseudoSize
502 - Added method
503 MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
504 which controls whether a pixel belongs to a given L2T cell.
505 - Added method
506 MMcTriggerLvl2::GetMaxCell() const
507 which returns fMaxCell, the cell with the maximum
508 fCellPseudoSize.
509
510
511
512 2004/01/26: Markus Gaug, Michele Doro
513
514 * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
515 - moved calculation of arrival time from MArrivalTime to
516 MArrivalTimeCalc. MArrivalTime does not do any Process-job
517 anymore
518 - TSpline5 now on stack.
519 - function to set the stepsize
520
521 * mcalib/MHCalibrationBlindPixel.[h,cc]:
522 - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
523 - implement combined Polya fit and Michele's back-scattered electron
524 fit
525
526 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
527 mcalib/MCalibrationPINDiode.cc:
528 - combine FitChargeHiGain and FitChargeLoGain into one function
529
530 * macros/calibration.C
531 - improve double gauss fit a bit
532
533
534
535 2004/01/26: Thomas Bretz
536
537 * mraw/MRawEvtPixelIter.[h,cc]:
538 - removed member function GetNumPixels. For more details see mantis.
539
540 * manalysis/MArrivalTime.[h,cc]:
541 - reorganized includes
542 - fixed InitSize and ClearArray (now Reset) to fit MParContainer
543 definition
544 - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
545 PROGRAM
546
547 * manalysis/MArrivalTimeCalc.[h,cc]:
548 - reorganized includes
549 - removed many obsolete code, exspecially copy&paste relicts!
550 - fixed usage of InitSize
551 - removed CleanArray. Reset() is called automatically before Process()
552
553 * manalysis/MExtractedSignalCam.[h,cc]:
554 - added SetLogStream
555 - removed obsolete include MGeomCam
556 - replaced PrintOut by Print
557 - added const-qualifiers to all Getters
558 - fixed documentation
559
560 * manalysis/MExtractedSignalPix.[h,cc]:
561 - replaced PrintOut by Print
562 - fixed documentation
563
564 * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
565 - replaced memset by Reset()
566
567
568
569 2004/01/24: Abelardo Moralejo
570
571 * macros/starmcstereo.C
572 - Added. Example of how to run the analysis chain for MC files
573 containing simulation of stereo systems of 2 telescopes.
574
575 * mcalib/MCalibrate.cc
576 - Added check that value of signal from MExtractedSignalPix is not
577 the default (error) value. In such a case, the signal in
578 MCerPhotEvt is now set to 0. Before, all pixels got very high
579 values in MCerPhotEvt in case the MRawEvtData object for the
580 event was missing in the file. This happened in MC files, in
581 which in some circumstances an event is written without the
582 pixel information (for instance, when running stereo simulations
583 the pixel data is missing for non-triggered telescopes, but the
584 event headers are present).
585
586
587
588 2004/01/23: Markus Gaug
589
590 * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
591 manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
592 mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
593 mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
594 mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
595 - use MArrivalTime for Storage (or calculation) of time
596 in MExtractSignal
597 - pass from TH1I histos to TH1F for times
598
599 * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
600 mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
601 mcalib/MCalibrationCalc.[h,cc]:
602 - clean up setters
603 - pass to bit-fields for all flags
604
605 * mcalib/MCalibrationCam.cc
606 - exclude Blind Pixel from Camera display
607 - do not fill &val when return kFALSE
608
609 * macros/calibration.C
610 - include functions to exclude the blind pixel,
611 calculation of times and quality checks
612
613
614
615 2004/01/23: Abelardo Moralejo
616
617 * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
618 - Added support (using AddSerialNumber) for stereo MC files.
619
620
621
622 2004/01/23: Thomas Bretz
623
624 * mbase/MAstro.cc:
625 - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
626
627 * mreport/MReport*.[h,cc]:
628 - changed all classes to return Int_t instead of Bool_t in
629 InterpreteBody
630 - changed MReportFileRead such, that a wrong line results in
631 skipping the line instead of abort reading.
632
633 * manalysis/MExtractSignal.cc:
634 - do not print information for each pixel - it's too much.
635
636 * mbase/MStatusDisplay.cc:
637 - when reading a status display do not display tabs with
638 the same name than one which is already existing.
639
640 * mcalib/MCalibrate.cc:
641 - directly store pointer to pixel when setting saturation flag
642
643 * mcamera/MCameraDC.cc:
644 - fixed some comments
645
646 * mhist/MHCamEvent.cc:
647 - fixed a crash when no geometry was available
648
649 * mhist/MHCamera.[h,cc]:
650 - removed obsolete member function SetPix
651
652 * mbase/MStatusDisplay.[h,cc]:
653 - added EventInfo member function
654 - implemented preliminary redirection of GetObjectInfo to
655 StatusLine2 -> An own status line for this is missing
656
657 * manalysis/MExtractSignal.[h,cc]:
658 - implemented StreamPrimitive
659 - changed deafults to be static const data members
660
661 * manalysis/MGeomApply.[h,cc]:
662 - implemented StreamPrimitive
663
664
665
666 2004/01/23: Abelardo Moralejo
667
668 * manalysis/MMcCalibrationUpdate.[h,cc]
669 - Added check to guarantee that the FADC simulation parameters of
670 all read files (those used for calibration and those analyzed)
671 are the same.
672 - Added missing support for analysis of stereo files.
673
674 * mcalib/MMcCalibrationCalc.cc
675 - Removed obsolete FIXME comment.
676 - Added missing support for analysis of stereo files.
677
678
679 2004/01/23: Raquel de los Reyes
680
681 * macros/CCDataCheck.C
682 - Added the temperature distribution of the optical links
683 and the plots of the LV power supplies.
684 * mcamera/MCameraLV.h
685 - Added the "Get" functions to access the private data
686 members of the class.
687
688
689 2004/01/22: Abelardo Moralejo
690
691 * manalysis/MMcCalibrationUpdate.[h,cc]
692 - Now ratio of high to low gain is taken from MCalibrationCam if
693 it existed previously in the parameter list, instead of being
694 read again from the MMcFadcHeader. Removed Setter function for
695 fADC2PhInner, no longer necessary. Fixed error regarding the
696 pedestal conversion to photons (did not read conversion factor
697 from preexisting MCalibrationCam object).
698
699 * mcalib/MMcCalibrationCalc.cc
700 - Changed parameters of the histogram, and also the quantity being
701 histogrammed. Check that input data come from a noiseless camera
702 file before proceeding to do the calibration. Introduced lower
703 size in cut for calibration. Now rhe calibration constant is not
704 calculated from the mean of photons/ADC counts, but from the peak
705 of the histogram.
706
707 * macros/starmc.C
708 - Introduced new scheme. Now there are two loops over two different
709 sets of files. First loop calculates the calibration constants,
710 second one does the analysis. Introduced comments. Now the
711 histogram used in the light calibration is written to the output
712 file.
713
714
715
716 2004/01/22: Thomas Bretz
717
718 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
719 mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
720 mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
721 mcalib/MCalibrationBlindPixel.[h,cc],
722 mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
723 mcalib/MHCalibrationBlindPixel.[h,cc],
724 mcalib/MHCalibrationPINDiode.[h,cc]:
725 - cleaned up includes
726
727
728
729 2004/01/22: Raquel de los Reyes
730
731 * macros/CCDataCheck.C
732 - macro to check the data from the central control (.rep files).
733
734
735
736 2004/01/22: Markus Gaug
737
738 * macros/calibration.C
739 - made MStatusDisplay 3 bit smaller
740
741 * manalysis/MExtractSignal.cc
742 - put fSignals->SetUsedFADCSlices into PreProcess
743
744 * manalysis/MPedCalcPedRun.cc
745 - calculate PedRMS as RMS of the sums, later renormalized to units
746 of RMS/slice (eliminate the wrong effect of odd and even slices)
747
748 * mcalib/MCalibrationCalc.cc
749 - if bit SkipBlindPixelFit is set, now number of photons outside
750 plexiglass is not intended to be calculated any more (previous
751 bug)
752 - exclude excluded pixels in eventloop
753
754 * mcalib/MHCalibrationBlindPixel.[h,cc]
755 - move functions to pointer again (otherwise, Clone will give
756 strange results)
757
758
759
760 2004/01/21: Abelardo Moralejo
761
762 * mcalib/MMcCalibrationCalc.[h,cc]
763 - Added. First version of the task intended to calculate the
764 conversion factors from ADC counts to photons in the MC. It has
765 a different aim than the recently renamed class
766 "MMcCalibrationUpdate" (which takes care that the correct
767 pedestals and conversion factors are supplied to each event, but
768 does not really calculate anything).
769
770 * mcalib/Makefile, CalibLinkDef.h
771 - Added new class MMcCalibrationCalc
772
773 * manalysis/MMcCalibrationUpdate.[h,cc]
774 - Now the container MCalibrationCam is not created or modified if
775 it is found that one such container already exists in the
776 Parameter list (from a previous calibration).
777
778
779
780 2004/01/21: Thomas Bretz
781
782 * mraw/MRawRead.cc:
783 - restore the fake time for all runs (current time stamp in
784 the data seems to be toally nonsense)
785
786 * mraw/MRawEvtHeader.cc:
787 - removed decoding of real time (current time stamp in the data
788 seems to be toally nonsense)
789
790
791
792 2004/01/21: Abelardo Moralejo
793
794 * mmc/MMcEvt.hxx
795 - Uncommented 6 Getter functions (those regarding the number of
796 photons surviving the different stages of simulation).
797
798 * manalysis/MMcCalibrationUpdate.[h,cc]
799 - Added (see below).
800
801 * manalysis/MMcCalibrationCalc.[h,cc]
802 - Removed: changed name of this class to MMcCalibrationUpdate,
803 which is more representative of what it really does. Moved
804 the filling of the MCalibrationCam container from Process to
805 ReInit, since it does not change on an event by event basis.
806 Simplified PreProcess (MCalibrationCam was searched for twice).
807 Updated class description and comments.
808
809 * manalysis/Makefile, AnalysisLinkDef.h
810 - Adapted to change above
811
812 * macros/starmc.C
813 - Adapted to change above. Changed also task instance name from
814 mccalibcalc to mccalibupdate.
815
816
817
818 2004/01/21: Raquel de los Reyes
819
820 * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
821 and mcamera/MCameraCalibration.h
822 - Added the "Get" functions (e.g GetStatus() for fStatus) to access
823 the private data members of the class.
824
825
826
827 2004/01/20: Thomas Hengstebeck
828
829 * mranforest/MRanForestCalc.[h,cc]
830 - Added member functions Grow (training of RF) and Fill (reading in
831 trained forest from file) which simplify macros.
832 One just needs to call them instead of using MRanForestGrow and
833 MRanForestFill (and the related training and fill loops) in a
834 macro.
835
836
837
838 2004/01/20: Abelardo moralejo
839
840 * manalysis/MMcCalibrationCalc.cc
841 - removed call to MCalibrationPix::SetPedestal, which was not
842 needed.
843
844
845
846 2004/01/20: Thomas Bretz
847
848 * Makefile:
849 - replaced 'make' by '$(MAKE)'
850
851 * Makefile.rules:
852 - added Makefile itself to dependencies
853
854 * mbase/MTask.cc:
855 - added comment about ReInit
856
857 * mhbase/MH.cc:
858 - do not clear pad in DrawClone if 'same' option given
859
860 * mhist/MHVsTime.cc:
861 - evaluate 'same' option
862
863 * mfileio/MReadCurrents.[h,cc]:
864 - obsolete, removed
865
866 * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
867 - added some comments
868
869
870
871 2004/01/20: Abelardo moralejo
872
873 * mcalib/MHCalibrationPINDiode.cc
874 - Added call to SetDirecory(0) for histograms fHErrCharge,
875 fHPCharge, fHPTime.
876
877 * manalysis/MCerPhotPix.h:
878 - Changed position of declaration of fIsSaturated to be the last
879 private variable. Otherwise, since in the constructor it is
880 initialized in the last place, a warning is displayed upon
881 compilation in some systems.
882
883
884
885 2004/01/20: Markus Gaug
886 * mcalib/Makefile, manalysis/Makefile:
887 - include directory ../mtools
888
889 * mtools/MFFT.[h,cc]
890 - class inherits from TObject now
891
892
893
894 2004/01/19: Markus Gaug
895
896 * mcalib/MHCalibrationBlindPixel.[h,cc]
897 - fixed a bug in fFitLegend due to which program crashed by calls
898 to DrawClone
899 - Modified way to change the fit function
900
901 * mcalib/MHCalibrationPixel.[h,cc]
902 - reordered function calls
903 - removed SetupFill
904
905 * mcalib/MHCalibrationPINDiode.h
906 - reordered function calls
907
908 * mcalib/MCalibrationPix.[h,cc]
909 - limits to define fFitValid now as variables in class
910
911 * mcalib/MCalibrationCam.[h,cc]
912 - reordered function calls
913 - incorporate option to exclude pixels
914
915 * mcalib/MCalibrationBlindPix.h
916 - Modified way to change the fit function
917
918 * mcalib/MCalibrationCalc.[h,cc]
919 - Modified way to change the fit function
920 - incorporate option to exclude pixels from configuration file
921
922 * macros/calibration.C
923 - Modified way to change the fit function
924 - incorporate option to exclude pixels from configuration file
925
926
927
928 2004/01/19: Javier Rico
929
930 * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
931 - Added documentation of member functions
932
933
934
935 2004/01/19: Abelardo Moralejo
936
937 * manalysis/MCerPhotPix.[h,cc]
938 - Added fIsSaturated to flag whether low gain of the pixel is
939 saturated. Added corresponding getter and setter functions.
940 Updated ClassDef to version 2.
941
942 * mcalib/MCalibrate.cc
943 - Set the new saturation flag of MCerPhotPix to kTRUE if at least
944 one low gain FADC slice is saturated.
945
946 * mimage/MNewImagePar.[h,cc]
947 - Added new member variable fNumSaturatedPixels to count how many
948 pixels were saturated. Updated ClassDef to version 2.
949
950
951
952 2004/01/19: Thomas Bretz
953
954 * manalysis/MPedPhotCalc.[cc,h]:
955 - fixed order of includes
956 - removed obsolete forward declarations
957 - removed obsolete data member fNumPixels (stored already twice in
958 the two TArrayF)
959 - fixed some small bugs in the documentation
960
961 * manalysis/MPedCalcPedRun.cc:
962 - updated my eMail address
963
964
965
966 2004/01/19: Javier Rico
967
968 * macros/dohtml.C, NEWS
969 - include some missing info
970
971
972
973 2004/01/19: Abelardo Moralejo
974
975 * manalysis/MExtractedSignalPix.h
976 - added GetNumLoGainSaturated()
977
978
979
980 2004/01/19: Markus Gaug
981
982 * macros/dohtml.C
983 - include calibration.C
984
985 * manalysis/MExtractSignal.cc
986 - warning of logain saturation now only once per event (out of loop)
987
988 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
989 - new Flag fExcluded to indicate if pixel has been excluded from
990 further analysis
991
992
993
994 2004/01/16: Javier Rico & Pepe Flix
995
996 * manalysis/MPedPhotCalc.[cc,h]
997 - added
998 - new class for the evaluation of pedestals in units of photons
999 using the extracted signal from pedestal runs and calibration
1000 constants defined in MCalibrate
1001
1002 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
1003 - added entries for MPedPhotCalc
1004
1005 * macros/pedphotcalc.C
1006 - added
1007 - example on how to use MPedPhotCalc task
1008
1009
1010
1011 2004/01/16: Markus Gaug
1012
1013 * mcalib/MCalibrationFits.h
1014 - removed and incorporated in MHCalibrationBlindPixel.h
1015
1016 * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
1017 mcalib/MCalibrationBlindPix.h:
1018 - incorporate Fit functions
1019 - fixed a bug due to which DrawClone crashed when class was used
1020 in a compiled macro
1021
1022 * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
1023 mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
1024 mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
1025 mcalib/MHCalibrationPixel.cc:
1026 - fixed the warns and errs in fLog's
1027
1028
1029
1030 2004/01/16: Abelardo Moralejo
1031
1032 * manalysis/MMcCalibrationCalc.cc
1033 - TMath::Max() is no longer used because it did not compile in some
1034 systems for unkown reasons. I replaced it by a safer (and may be
1035 slower) code.
1036 - Added calpix.SetFitValid();
1037
1038 * mhist/MHEvent.cc
1039 - In MHEvent::Fill, fixed: second parameter of SetCamContent must
1040 be 1 in case of RMS:
1041 case kEvtPedestalRMS:
1042 fHist->SetCamContent(*(MCamEvent*)par, 1);
1043
1044
1045
1046 2004/01/15: Abelardo Moralejo
1047
1048 * macros/starmc.C
1049 - Added. Version of star showing new chain to get Hillas
1050 parameters (with Size calibrated in photons) from MC files.
1051
1052
1053
1054 2004/01/15: Javier Rico
1055
1056 * manalysis/MPedCalcPedRun.[h,cc]
1057 - optimize the running time
1058 - add (some) documentation
1059 - correct treatment for the case of several input files
1060
1061 * macros/pedvsevent.C
1062 - added
1063 - draw pedestal mean and rms vs event# for input pixel# and run
1064 file, and compares them to the global pedestal mean and rms
1065
1066
1067
1068 2004/01/15: Raquel de los Reyes
1069
1070 * mhist/MHCamEvent.cc, mhist/MHCamera.cc
1071 - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
1072 functions to compute the estimation of the error of the
1073 mean. It can be done calling to the function
1074 MCamEvent::SetBit(MHCamera::kVariance) in the macro
1075
1076
1077
1078 2004/01/15: Markus Gaug
1079
1080 * mhist/MHCamera.[h,cc]
1081 - incorporate Thomas's changes
1082 - replace void CreateProjection() by TH1D *Projection(const char*)
1083
1084 * macros/calibration.C
1085 - replace MHCamera->Draw("proj") by MHCamera->Projection()
1086 - produce better fits to the projection
1087
1088 * manalysis/MSimulatedAnnealing.[h,cc],
1089 mhist/MHSimulatedAnnealing.[h,cc]:
1090 - moved to directory mtools
1091 - MSimulatedAnnealing now inherits from TObject
1092
1093 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
1094 mhist/Makefile, mhist/HistLinkDef.h:
1095 - removed MSimulatedAnnealing
1096 - removed MHSimulatedAnnealing
1097
1098 * mtools/Makefile, mtools/AnalysisLinkDef.h:
1099 - added MSimulatedAnnealing
1100 - added MHSimulatedAnnealing
1101
1102
1103
1104 2004/01/15: Thomas Bretz
1105
1106 * manalysis/AnalysisLinkDef.h:
1107 - removed MCurrents
1108
1109 * mhist/MHCamera.[h,cc]:
1110 - added member function Projection
1111 - removed fYproj
1112
1113 * mreport/MReport*.*:
1114 - added more comments
1115
1116
1117
1118 2004/01/14: Markus Gaug
1119
1120 * mtools/MFFT.[h,cc]
1121 - new class to perform Fast Fourier Transforms
1122
1123 * mtools/Makefile
1124 * mtools/ToolsLinkDef.h
1125 - include MFFT
1126
1127 * manalysis/MExtractedSignalCam.h
1128 - removed variables fNumHiGainSamples and fNumLoGainSamples
1129 - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
1130
1131 * manalysis/MExtractSignal.cc
1132 - updated call to SetUsedFADCSlices
1133
1134
1135
1136 2004/01/14: Abelardo Moralejo
1137
1138 * manalysis/MMcCalibrationCalc.cc:
1139 - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
1140 This can happen (depending on camera simulation parameters), and
1141 rms = 0 later resulted in the pixel being eliminated in the
1142 image cleaning.
1143
1144
1145
1146 2004/01/14: Thomas Bretz
1147
1148 * Makefile:
1149 - replaced old style Makefile.depend by directory specific
1150 dependancy files
1151
1152 * Makefile.rules:
1153 - changed obsolete '.cc.o' style to newer style '%.o: %.c'
1154 - added rule to make dependency files
1155 - added rule to remove dependancy files.
1156 - added rmdep as prerequisite to clean
1157 - include dependency file
1158
1159 * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
1160 mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
1161 mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
1162 mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
1163 mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
1164 mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
1165 mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
1166 mtools/Makefile:
1167 - removed clean-rule, use the one in Makefile.rules instead
1168
1169 * mreport/Makefile, mreport/ReportLinkDef.h:
1170 - added MReportHelp
1171
1172 * mreport/MReportFileRead.cc:
1173 - moved code from MReportHelp to new file
1174 - removed usage of MReport class completely
1175
1176 * mfilter/MFGeomag.[h,cc]:
1177 - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
1178 - changed the second loop from 0->1151 to 1152->2304
1179 - removed dummy arrays used for reading
1180 - output filename in case of 'file not found'
1181 - removed obsolete data members
1182 - removed obsolete Init function
1183 - removed forbidden underscore from member variable
1184 - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
1185
1186 * mbase/MStatusDisplay.[h,cc]:
1187 - added new member function Open
1188 - added new menu entry kFileOpen
1189 - changed UpdatePSheader algorithm (the old one was much too slow)
1190
1191 * manalysis/MCurrents.[h,cc]:
1192 - removed (old outdated)
1193
1194 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1195 - removed MCurrents
1196
1197
1198
1199 2004/01/14: Wolfgang Wittek
1200
1201 * macros/ONOFFAnalysis.C:
1202 - current version
1203
1204 * mhist/MHSigmaTheta.[h,cc]:
1205 - replace MPedestalCam by MPedPhotCam
1206
1207 * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
1208 manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
1209 manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
1210 - replace MPedestalCam by MPedPhotCam
1211
1212 * manalysis/MPedPhotPix.[h,cc]
1213 - uncomment SetRms()
1214
1215
1216
1217 2004/01/13: Markus Gaug
1218
1219 * manalysis/MExtractSignal.h
1220 - seems that the reduced light intensity of the CT1 Pulser
1221 results in broader pulses -> Set Default time slices to [3,10]
1222
1223 * mhist/MHCamera.cc
1224 - make Stat Window in option 'proj' bigger
1225 - add comment line at beginning of Draw()
1226
1227 * mcalib/MHCalibrationBlindPixel.[h.cc]
1228 - add Function DrawClone()
1229 - fix bug in calculation of integral (GetIntegral("width"))
1230 - restrict parameters tighter
1231 - declare fit as not valid, if less than 100 events
1232 in single photo-electron peak
1233
1234 * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
1235 - fit now with fixed normalization
1236
1237 * mcalib/MHCalibrationPixel.[h.cc]
1238 - new function IsEmpty()
1239 - Time fit accepted if ChiSquare less than 30. (instead of 20.)
1240
1241 * mcalib/MCalibrationPix.[h.cc]
1242 - F-Factor corrected and added error
1243 - Histograms not fitted if they are empty
1244 - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
1245
1246 * mcalib/MCalibrationCam.cc
1247 - Square Root of Reduced Sigmas not taken, if they are < 0.
1248 - Reduced Sigma / Charge squared replaced by reduced sigma / charge
1249
1250 * mcalib/MCalibrationCalc.cc
1251 - Blind Pixel is not additionally treated as normal pixel any more
1252 - Blind Pixel Draw replaced by DrawClone
1253
1254 * macros/calibration.C
1255 - took out some unused code
1256 - some default axis labelling corrected
1257
1258
1259
1260 2004/01/13: Abelardo Moralejo
1261
1262 * manalysis/MMcPedestalCopy.cc
1263 - added check of whether input file is a MC file before executing
1264 the PreProcess.
1265
1266
1267
1268 2004/01/13: Wolfgang Wittek
1269
1270 * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
1271 - change macro to handle also MC events with finite sigmabar
1272
1273 * manalysis/MPadOn.[h,cc]:
1274 - deleted, is replaced by MPad
1275
1276 * manalysis/MPadOnOFF.[h,cc]:
1277 - deleted, is replaced by MPad
1278
1279 * manalysis/MPad.[h,cc]:
1280 - new class, replacing MPadON and MPadONOFF
1281 - handle also MC events with finite sigmabar
1282
1283 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1284 - replace MPadON and MPadONOFF by MPad
1285
1286
1287
1288 2004/01/13: Thomas Bretz
1289
1290 * mraw/MRawRunHeader.[h,cc]:
1291 - implemented new member function GetRunTypeStr
1292
1293 * Changelog.03:
1294 - added (contains entries of 2003)
1295
1296 * Changelog:
1297 - removed entries of 2003
1298
1299 * mfilter/MFGeomag.cc:
1300 - simplified open/close of input files
1301
1302 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
1303 - added some comments
1304 - added new member function GetError
1305
1306 * Makefile:
1307 - updated 'make dox' output for convinience
1308
1309 * macros/dohtml.C:
1310 - do not print Info's
1311 - added mcamera
1312 - added mpointing
1313 - added mreport
1314
1315 * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
1316 - removed some obsolete comments (these comments confused THtml)
1317
1318 * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
1319 mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
1320 mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
1321 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
1322 mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
1323 - replaced MPedestalCam by MPedPhotCam
1324 - removed some obsolete includes
1325
1326 * mbase/BaseLinkDef.h, mbase/Makefile:
1327 - added MLogPlugin
1328 - added MLogHtml
1329
1330 * mbase/MLog.[h,cc]:
1331 - added use of plugins
1332
1333 * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
1334 - added
1335
1336 * mbase/MStatusDisplay.[h,cc]:
1337 - added a Save-As dialog
1338
1339
1340
1341 2004/01/12: Thomas Bretz
1342
1343 * macros/rootlogon.C:
1344 - added mcamera to include path
1345 - added mpointing to include path
1346 - added mreport to include path
1347
1348 * mbase/MLog.cc:
1349 - updated my eMail address
1350
1351 * mbase/MParContainer.h:
1352 - added Read member function
1353
1354 * mbase/MStatusDisplay.[h,cc]:
1355 - changed size of ps-paper
1356 - added a user defined bottom line to the ps-files
1357 - added name (currently unused)
1358 - added title (used as possible bottom line in ps-file)
1359
1360 * mraw/MRawRunHeader.cc:
1361 - added some comments
1362
1363 * status.cc:
1364 - set name of input as bottom line of status display
1365
1366
1367
1368 2004/01/12: Abelardo Moralejo
1369
1370 * mimage/MStereoPar.cc
1371 - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
1372 instead of fSourceY = scale2*hillas1.GetMeanY() + ...
1373 Bug had no effect unless scale1 != scale2 (-> telescopes of
1374 different size).
1375
1376
1377
1378 2004/01/12: Markus Gaug
1379
1380 * manalysis/MExtractSignal.[h,cc]
1381 - take out some uncommented code
1382 - replace logainshift by two independent variables:
1383 logainfirst, logainlast
1384 - because in most data, maximum occurs in slice 4, shift default
1385 from slices 4-9 to slices 3-8.
1386
1387 * manalysis/MExtractedSignalPix.[h,cc]
1388 - took out some uncommented code
1389 - new initializers: instead of -1. now 99999.9
1390
1391
1392
1393 2004/01/09: Markus Gaug
1394
1395 * mcalib/MCalibrationCam.[h,cc]
1396 - take out 1-dim histos because we can use
1397 the projections in MHCamera (s.b.)
1398
1399 * mcalib/MHCalibrationBlindPixel.h
1400 - make the fit by default quiet
1401
1402 * mcalib/MHCalibrationPixel.[h,cc]
1403 * mcalib/MCalibrationPix.[h,cc]
1404 - Ranges of time slices stored independently for HiGain and LoGain
1405 in order to allow consecutive checks
1406
1407 * mhist/MHCamera.[h.cc]
1408 - add the possibility to call a Draw("proj") which will
1409 draw a Y-Projection of the histogram
1410
1411 * macros/calibration.C
1412 - apply the drawing of the projections and fit them
1413
1414 * mcalib/MCalibrationCalc.cc
1415 - catch the possibility of a calibration file,
1416 unintendedly being a pedestal or cosmic file.
1417 Program now exits with an error before doing the fits
1418
1419 * mcalib/MCalibrationPix.[h,cc]
1420 - fixed a bug in calculation of fFitValid.
1421 before, a call to IsFitValid() always returned false
1422
1423
1424
1425 2004/01/09: Javier L¢pez
1426
1427 * macros/bootcampstandardanalysis.C
1428 - added new macro that holds the main scheleton discussed in the
1429 december bootcamp in Wuerzburg. It runs first over a pedestal
1430 run, then over a calibration run, again over the pedestal run
1431 to compute de pedestal in number of photons and finally over a
1432 data run to calibrate the data.
1433
1434
1435
1436 2004/01/06: Sebastian Raducci
1437
1438 * manalysis/MArrivalTime.[h,cc]
1439 - added new method to calculate photon arrival times. It uses the
1440 TSpline5 Root Class to interpolate the Fadc Slices. The time is
1441 the abscissa value of the absolute maximum of the interpolation
1442 - added new method to find clusters with similar arrival times.
1443 For now it's a preliminary version. It simply search for adiacent
1444 pixels having the same arrival time (color).
1445
1446 * manalysis/MArrivalTimeCalc.[h,cc]
1447 - modified the Process() method according to the changes in the
1448 Arrival Time Cointainer
1449
1450 * mmain/MEventDisplay.cc
1451 - added new tab in the camera event display to show the arrival
1452 time. This arrival time is calculated with the spline method
1453 - the old Arrival Time pad now it's called Max Slice Idx, because
1454 it's only the index of the slice with the max content.
1455
1456 * mhist/MHEvent.[h,cc]
1457 - added new fType in te enumeration to handle the arrival time
1458 histos
Note: See TracBrowser for help on using the repository browser.