source: trunk/MagicSoft/Mars/Changelog@ 2967

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