Changeset 1326 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 04/30/02 12:13:29 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH3.h
r1299 r1326 16 16 { 17 17 protected: 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 19 21 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]; 27 25 28 26 public:
Note:
See TracChangeset
for help on using the changeset viewer.