Changeset 6977 for trunk/MagicSoft/Mars/mhistmc
- Timestamp:
- 04/25/05 15:30:46 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhistmc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.cc
r2953 r6977 360 360 // so remember to cast the returned object if you want to work with it. 361 361 // 362 TH1 *MHMcTriggerLvl2::GetHistByName(const TString name) 362 TH1 *MHMcTriggerLvl2::GetHistByName(const TString name) const 363 363 { 364 364 -
trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h
r2953 r6977 48 48 Bool_t Fill(const MParContainer *par, const Stat_t w=1); 49 49 50 TH1 *GetHistByName(const TString name) ;50 TH1 *GetHistByName(const TString name) const; 51 51 52 52 TH1F *GetHistLutPseudoSize() const { return fHistLutPseudoSize; }
Note:
See TracChangeset
for help on using the changeset viewer.