Changeset 1965 for trunk/MagicSoft/Mars/mimage/MHHillasExt.h
- Timestamp:
- 04/19/03 18:39:05 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHHillasExt.h
r1940 r1965 28 28 29 29 public: 30 //MHHillasExt(const char *name=NULL, const char *title=NULL); 31 MHHillasExt(const char *name=NULL, const char *title=NULL, 32 const char *hil="MHillas"); 30 MHHillasExt(const char *name=NULL, const char *title=NULL); 33 31 34 ~MHHillasExt();32 void SetHillasName(const char *name) { fHilName = name; } 35 33 36 34 void SetMmScale(Bool_t mmscale=kTRUE);
Note:
See TracChangeset
for help on using the changeset viewer.