Ignore:
Timestamp:
09/02/04 14:32:50 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhvstime/MHVsTime.h

    r4703 r4828  
    1313protected:
    1414    // Could be const but root < 3.02/06 doesn't like this...
    15     TGraph     *fGraph;  // Histogram to fill
    16     MDataChain *fData;   // Object from which the data is filled
    17     Double_t    fScale;  // Scale for axis (eg unit)
    18     Int_t       fMaxPts; // Maximum number of data points
     15    TGraph     *fGraph;     // Histogram to fill
     16    MDataChain *fData;      // Object from which the data is filled
     17    Double_t    fScale;     // Scale for axis (eg unit)
     18    Int_t       fMaxPts;    // Maximum number of data points
     19
     20    Int_t       fNumEvents; // Number of events to average
     21    Double_t    fMean;      //! Mean value
     22    Int_t       fN;
     23
    1924
    2025    enum {
     
    5156
    5257    void SetUseEventNumber(Bool_t use = kTRUE) { fUseEventNumber = use; }
     58    void SetNumEvents(Int_t n) { fNumEvents=n; }
    5359
    5460    void Draw(Option_t *opt=NULL);
Note: See TracChangeset for help on using the changeset viewer.