source: trunk/MagicSoft/Mars/Changelog@ 2990

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