source: trunk/MagicSoft/Mars/Changelog@ 3064

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