Ignore:
Timestamp:
04/19/03 18:39:05 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHHillasExt.h

    r1940 r1965  
    2828
    2929public:
    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);
    3331
    34     ~MHHillasExt();
     32    void SetHillasName(const char *name) { fHilName = name; }
    3533
    3634    void SetMmScale(Bool_t mmscale=kTRUE);
Note: See TracChangeset for help on using the changeset viewer.