source: trunk/MagicSoft/Mars/Changelog@ 2999

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