source: trunk/MagicSoft/Mars/Changelog@ 3057

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