Ignore:
Timestamp:
09/12/04 18:54:50 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4930 r4951  
    2525  const static Int_t    fgPowerProbabilityBins; //! Default for fPowerProbabilityBins (now set to: 20)
    2626 
     27protected:
     28
    2729  Int_t    fBinsAfterStripping;        // Bins for the Gauss Histogram after stripping off the zeros at both ends
    2830  Int_t    fCurrentSize;               // Current size of the array fEvents
     
    3840          kExcluded };                 // Bits for information about fit results
    3941 
    40 protected:
    41 
    4242  TArrayF  fEvents;                    // Array which holds the entries of GausHist
    4343  TF1     *fFGausFit;                  // Gauss fit for fHGausHist
     
    5959  virtual Float_t *CreateEventXaxis(Int_t n);  // Create an x-axis for the Event TGraphs
    6060  virtual Float_t *CreatePSDXaxis(Int_t n);    // Create an x-axis for the PSD TGraphs
    61   virtual void     CreateGraphEvents();        // Create the TGraph fGraphEvents of fEvents
    62   virtual void     CreateGraphPowerSpectrum(); // Create the TGraph fGraphPowerSpectrum out of fPowerSpectrum
    6361
    6462  void DrawPowerSpectrum(TVirtualPad &pad, Int_t i);  // Draw graph of fPowerSpectrum and fHPowerProbability
     
    8078  // Draws
    8179  void Draw(Option_t *option="");       // Default Draw
    82   void DrawEvents();                      // Draw graph of fEvents
     80  void DrawEvents(Option_t *option="");   // Draw graph of fEvents
    8381
    8482  // Inits
     
    155153
    156154  void CreateFourierSpectrum();                   // Create the fourier spectrum out of fEvents
    157  
     155  virtual void     CreateGraphEvents();        // Create the TGraph fGraphEvents of fEvents
     156  virtual void     CreateGraphPowerSpectrum(); // Create the TGraph fGraphPowerSpectrum out of fPowerSpectrum
     157
    158158  ClassDef(MHGausEvents, 1) // Base class for events with Gaussian distributed values
    159159};
Note: See TracChangeset for help on using the changeset viewer.