Ignore:
Timestamp:
10/17/06 09:38:43 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7033 r8082  
    1111
    1212class TGraph;
    13 class MDataChain;
     13class MData;
    1414
    1515class MHVsTime : public MH
     
    2222    // Could be const but root < 3.02/06 doesn't like this...
    2323    TGraph     *fGraph;     // Histogram to fill
    24     MDataChain *fData;      // Object from which the data is filled
    25     MDataChain *fError;     // Object from which the error is filled
     24    MData      *fData;      // Object from which the data is filled
     25    MData      *fError;     // Object from which the error is filled
    2626    Double_t    fScale;     // Scale for axis (eg unit)
    2727    Int_t       fMaxPts;    // Maximum number of data points
     
    7878    void SetMaxPts(Int_t n) { fMaxPts=n; }
    7979
    80     ClassDef(MHVsTime, 1) // Generalized 1/2/3D-histogram for Mars variables
     80    ClassDef(MHVsTime, 2) // Generalized 1/2/3D-histogram for Mars variables
    8181};
    8282
Note: See TracChangeset for help on using the changeset viewer.