Changeset 2509 for trunk/MagicSoft/Mars
- Timestamp:
- 11/11/03 08:38:14 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2504 r2509 1 1 -*-*- END OF LINE -*-*- 2 3 2003/11/11: Nicola Galante 4 5 * mhistmc/MHMcTriggerLvl2.[h,cc]: 6 - Removed 'const' qualifier for the returned object of the 7 method (TH1 *)MHMcTriggerLvl2::GetHistByName(const TString name) 8 2 9 3 10 2003/11/10: Nicola Galante -
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.