Changeset 1477 for trunk/MagicSoft/Mars/mhist/MH3.h
- Timestamp:
- 08/02/02 15:20:53 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH3.h
r1474 r1477 23 23 MDataChain *fData[3]; // Object from which the data is filled 24 24 Double_t fScale[3]; 25 26 void StreamPrimitive(ofstream &out); 25 27 26 28 public: … … 49 51 TObject *DrawClone(Option_t *opt=NULL) const; 50 52 51 void SavePrimitive(ofstream &out, Option_t *o="");52 53 53 ClassDef(MH3, 1) // Generalized 1/2/3D-histogram for Mars variables 54 54 };
Note:
See TracChangeset
for help on using the changeset viewer.