Changeset 3263 for trunk/MagicSoft/Mars
- Timestamp:
- 02/23/04 00:50:16 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3262 r3263 12 12 - fMaxNumEmpty changed from absolute number to relative number of 13 13 pixels 14 15 16 * mcalib/MHGausEvents.h 17 18 - remove the "->" from the pointers which are initialized only 19 in certain cases. The streamer did not work in case that 20 MFGausFit was left at the NULL pointer. 14 21 15 22 -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
r3192 r3263 31 31 Float_t fEventFrequency; // The event frequency in Hertz (to be set) 32 32 33 TF1 *fFGausFit; // ->Gauss fit for fHGausHist34 TF1 *fFExpFit; // ->Exponential fit for FHPowerProbability33 TF1 *fFGausFit; // Gauss fit for fHGausHist 34 TF1 *fFExpFit; // Exponential fit for FHPowerProbability 35 35 36 TH1I *fHPowerProbability; //-> Fourier transform of fEvents projected on y-axis 37 38 TArrayF *fPowerSpectrum; //-> Fourier transform of fEvents 36 TH1I *fHPowerProbability; // Fourier transform of fEvents projected on y-axis 37 TArrayF *fPowerSpectrum; // Fourier transform of fEvents 39 38 40 TGraph *fGraphEvents; //! 41 TGraph *fGraphPowerSpectrum; //! 39 TGraph *fGraphEvents; //! TGraph to display the event array (will not be cloned!!) 40 TGraph *fGraphPowerSpectrum; //! TGraph to display the power spectrum array (will not be cloned!!) 42 41 43 42 Float_t *CreateXaxis(Int_t n); // Create an x-axis for the TGraphs
Note:
See TracChangeset
for help on using the changeset viewer.