source: trunk/MagicSoft/Mars/Changelog@ 2979

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