Ignore:
Timestamp:
04/30/02 12:13:29 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MH3.h

    r1299 r1326  
    1616{
    1717protected:
    18     const Int_t fDimension;        // Number of dimensions of histogram
     18    // Could be const but root < 3.02/06 doesn't like this...
     19    Int_t fDimension;            // Number of dimensions of histogram
     20    TH1  *fHist;                 // Histogram to fill
    1921
    20     TH1 *fHist;                    // Histogram to fill
    21 
    22     TString fDataMember[3];        // Data member which should be filled into the histogram x
    23 
    24     MDataChain *fData[3];     // Object from which the data is filled
    25 
    26     Double_t fScale[3];
     22    TString     fDataMember[3];  // Data member which should be filled into the histogram x
     23    MDataChain *fData[3];        // Object from which the data is filled
     24    Double_t    fScale[3];
    2725
    2826public:
Note: See TracChangeset for help on using the changeset viewer.