source: trunk/MagicSoft/Mars/Changelog@ 2993

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