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/mhbase/MH3.h

    r7804 r8082  
    1111class TH1;
    1212class TMethodCall;
    13 class MDataChain;
     13class MData;
    1414
    1515class MH3 : public MH
     
    2323    Int_t       fDimension;      // Number of dimensions of histogram
    2424    TH1        *fHist;           // Histogram to fill
    25     MDataChain *fData[3];        // Object from which the data is filled
     25    MData      *fData[3];        // Object from which the data is filled
    2626    Double_t    fScale[3];       // Scale for the three axis (eg unit)
    2727
     
    8686    void Paint(Option_t *opt="");
    8787
    88     ClassDef(MH3, 1) // Generalized 1/2/3D-histogram for Mars variables
     88    ClassDef(MH3, 2) // Generalized 1/2/3D-histogram for Mars variables
    8989};
    9090
Note: See TracChangeset for help on using the changeset viewer.