Changeset 3640


Ignore:
Timestamp:
04/04/04 17:37:55 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.h

    r3639 r3640  
    3636  TGraph  *fGraphPowerSpectrum;        //! TGraph to display the power spectrum array (will not be cloned!!)
    3737
    38   Double_t fMean;                      //  Mean of the Gauss fit
    39   Double_t fSigma;                     //  Sigma of the Gauss fit
    40   Double_t fMeanErr;                   //  Error of the mean of the Gauss fit
    41   Double_t fSigmaErr;                  //  Error of the sigma of the Gauss fit
    42   Double_t fProb;                      //  Probability of the Gauss fit (derived from Chi-Square and NDF
    4338
    4439  enum { kGausFitOK, kExpFitOK, kFourierSpectrumOK,
     
    5045
    5146protected:
     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
    5253
    5354  Int_t   fNbins;                      // Number histogram bins for fHGausHist (used by InitBins())
     
    7677  void  SetBinsAfterStripping   ( const Int_t nbins=fgBinsAfterStripping   ) { fBinsAfterStripping   = nbins;  }
    7778
    78 public:
     79 public:
    7980
    8081  MHGausEvents(const char* name=NULL, const char* title=NULL);
     
    174175 
    175176  // 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 
    177180  void CreateFourierSpectrum();             // Create the fourier spectrum out of fEvents
    178181  void CreateGraphEvents();                 // Create the TGraph fGraphEvents of fEvents
Note: See TracChangeset for help on using the changeset viewer.