source: trunk/MagicSoft/Mars/Changelog@ 3016

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