Changeset 8082 for trunk/MagicSoft/Mars/mhbase/MH3.h
- Timestamp:
- 10/17/06 09:38:43 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH3.h
r7804 r8082 11 11 class TH1; 12 12 class TMethodCall; 13 class MData Chain;13 class MData; 14 14 15 15 class MH3 : public MH … … 23 23 Int_t fDimension; // Number of dimensions of histogram 24 24 TH1 *fHist; // Histogram to fill 25 MData Chain*fData[3]; // Object from which the data is filled25 MData *fData[3]; // Object from which the data is filled 26 26 Double_t fScale[3]; // Scale for the three axis (eg unit) 27 27 … … 86 86 void Paint(Option_t *opt=""); 87 87 88 ClassDef(MH3, 1) // Generalized 1/2/3D-histogram for Mars variables88 ClassDef(MH3, 2) // Generalized 1/2/3D-histogram for Mars variables 89 89 }; 90 90
Note:
See TracChangeset
for help on using the changeset viewer.