Changeset 2509 for trunk/MagicSoft/Mars/mhistmc
- Timestamp:
- 11/11/03 08:38:14 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mhistmc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.cc
r2499 r2509 329 329 // so remember to cast the returned object if you want to work with it. 330 330 // 331 TH1 *MHMcTriggerLvl2::GetHistByName(const TString name) const331 TH1 *MHMcTriggerLvl2::GetHistByName(const TString name) 332 332 { 333 333 -
trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h
r2499 r2509 43 43 Bool_t Fill(const MParContainer *par, const Stat_t w=1); 44 44 45 TH1 *GetHistByName(const TString name) const;45 TH1 *GetHistByName(const TString name); 46 46 47 47 TH1F *GetHistLutPseudoSize() const { return fHistLutPseudoSize; }
Note:
See TracChangeset
for help on using the changeset viewer.