Changeset 2399 for trunk/MagicSoft/Mars/mhistmc
- Timestamp:
- 10/20/03 11:48:38 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mhistmc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.cc
r2370 r2399 329 329 // so remember to cast the returned object if you want to work with it. 330 330 // 331 T Object *MHMcTriggerLvl2::GetHistByName(const TString name) const331 TH1 *MHMcTriggerLvl2::GetHistByName(const TString name) 332 332 { 333 333 if (name.Contains("fHistLutPseudoSize", TString::kIgnoreCase)) -
trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h
r2370 r2399 43 43 Bool_t Fill(const MParContainer *par, const Stat_t w=1); 44 44 45 T Object *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.