source: trunk/MagicSoft/Mars/Changelog@ 3021

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