Changeset 6977 for trunk/MagicSoft/Mars/mimage/MHHillasSrc.h
- Timestamp:
- 04/25/05 15:30:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHHillasSrc.h
r4817 r6977 32 32 Bool_t Fill(const MParContainer *par, const Stat_t w=1); 33 33 34 TH1 *GetHistByName(const TString name); 34 TH1 *GetHistByName(const TString name) const; 35 TObject *FindObject(const TObject *obj) const { return 0; } 36 TObject *FindObject(const char *name) const 37 { 38 return (TObject*)GetHistByName(name); 39 } 35 40 36 41 TH1F *GetHistAlpha() { return fAlpha; }
Note:
See TracChangeset
for help on using the changeset viewer.