source: trunk/MagicSoft/Mars/Changelog@ 3060

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