Changeset 3295


Ignore:
Timestamp:
02/25/04 07:15:11 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3292 r3295  
    5757   * mcalib/MHGausEvents.[h,cc]
    5858     - add possibility to set fit ranges in call to FitGaus
     59     - make function CreateXaxis protected
    5960
    6061
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.h

    r3286 r3295  
    3535  TGraph  *fGraphPowerSpectrum;        //! TGraph to display the power spectrum array (will not be cloned!!)
    3636
    37   Float_t *CreateXaxis(Int_t n);       //   Create an x-axis for the TGraphs
    38 
    3937  Double_t fMean;                      //   Mean of the Gauss fit
    4038  Double_t fSigma;                     //   Sigma of the Gauss fit
     
    6765  void DrawPowerSpectrum(TVirtualPad &pad, Int_t i);  // Draw a graph of the array fPowerSpectrum and the hist fHPowerProbability
    6866 
     67  Float_t *CreateXaxis(Int_t n);      //   Create an x-axis for the TGraphs
     68
    6969public:
    7070
Note: See TracChangeset for help on using the changeset viewer.