Ignore:
Timestamp:
10/08/06 14:50:23 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8020 r8023  
    2828private:
    2929
    30   const static Int_t    fgNDFLimit;             //! Default for fNDFLimit             (now set to: 2)
    31   const static Float_t  fgProbLimit;            //! Default for fProbLimit            (now set to: 0.001)
    32   const static Int_t    fgPowerProbabilityBins; //! Default for fPowerProbabilityBins (now set to: 20)
     30  const static Int_t   fgNDFLimit;             //! Default for fNDFLimit             (now set to: 2)
     31  const static Float_t fgProbLimit;            //! Default for fProbLimit            (now set to: 0.001)
     32  const static Int_t   fgPowerProbabilityBins; //! Default for fPowerProbabilityBins (now set to: 20)
    3333
    34   Float_t *CreateEventXaxis(Int_t n);           // Create an x-axis for the Event TGraphs
    35   Float_t *CreatePSDXaxis  (Int_t n);           // Create an x-axis for the PSD TGraphs
    36  
    3734private:
    3835
     
    5350  MArrayF  fEvents;                    // Array which holds the entries of GausHist
    5451  TF1     *fFExpFit;                   // Exponential fit for FHPowerProbability
    55   Axis_t   fFirst;                     // Lower histogram edge  for fHGausHist (used by InitBins())
    5652  TGraph  *fGraphEvents;               //! TGraph to display the event array
    5753  TGraph  *fGraphPowerSpectrum;        //! TGraph to display the power spectrum array
     54  Axis_t   fFirst;                     // Lower histogram edge  for fHGausHist (used by InitBins())
    5855  Axis_t   fLast;                      // Upper histogram edge  for fHGausHist (used by InitBins())
    5956  Int_t    fNbins;                     // Number histogram bins for fHGausHist (used by InitBins())
Note: See TracChangeset for help on using the changeset viewer.