Changeset 3640
- Timestamp:
- 04/04/04 17:37:55 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
r3639 r3640 36 36 TGraph *fGraphPowerSpectrum; //! TGraph to display the power spectrum array (will not be cloned!!) 37 37 38 Double_t fMean; // Mean of the Gauss fit39 Double_t fSigma; // Sigma of the Gauss fit40 Double_t fMeanErr; // Error of the mean of the Gauss fit41 Double_t fSigmaErr; // Error of the sigma of the Gauss fit42 Double_t fProb; // Probability of the Gauss fit (derived from Chi-Square and NDF43 38 44 39 enum { kGausFitOK, kExpFitOK, kFourierSpectrumOK, … … 50 45 51 46 protected: 47 48 Double_t fMean; // Mean of the Gauss fit 49 Double_t fSigma; // Sigma of the Gauss fit 50 Double_t fMeanErr; // Error of the mean of the Gauss fit 51 Double_t fSigmaErr; // Error of the sigma of the Gauss fit 52 Double_t fProb; // Probability of the Gauss fit 52 53 53 54 Int_t fNbins; // Number histogram bins for fHGausHist (used by InitBins()) … … 76 77 void SetBinsAfterStripping ( const Int_t nbins=fgBinsAfterStripping ) { fBinsAfterStripping = nbins; } 77 78 78 public:79 public: 79 80 80 81 MHGausEvents(const char* name=NULL, const char* title=NULL); … … 174 175 175 176 // Miscelleaneous 176 virtual void ChangeHistId(Int_t id); // Changes names and titles of the histogram 177 virtual void ChangeHistId(const Int_t id); // Changes names and titles of the histogram 178 virtual void Renorm(); // Re-normalize the results 179 177 180 void CreateFourierSpectrum(); // Create the fourier spectrum out of fEvents 178 181 void CreateGraphEvents(); // Create the TGraph fGraphEvents of fEvents
Note:
See TracChangeset
for help on using the changeset viewer.