Changeset 9367 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 03/01/09 12:51:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MSpline3.h
r9312 r9367 54 54 Int_t GetNp() const { return fNp; } 55 55 56 TH1 *GetHistogram() const { return fHistogram; }56 TH1 *GetHistogram() const { return (TH1*)fHistogram; } 57 57 58 58 ClassDef(MSpline3, 1) // An extension of the TSpline3
Note:
See TracChangeset
for help on using the changeset viewer.