source: trunk/MagicSoft/Mars/Changelog@ 2955

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