source: trunk/MagicSoft/Mars/Changelog@ 2970

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