source: trunk/MagicSoft/Mars/Changelog@ 2973

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