source: trunk/MagicSoft/Mars/Changelog@ 3004

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