Changeset 3263 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/23/04 00:50:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.