Changeset 8911 for trunk/MagicSoft/Mars/mmuon
- Timestamp:
- 06/02/08 10:36:33 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mmuon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmuon/MMuonSearchPar.cc
r8625 r8911 19 19 ! Author(s): Markus Meyer 10/2004 <mailto:meyer@astro.uni-wuerzburg.de> 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 521 ! Copyright: MAGIC Software Development, 2000-2008 22 22 ! 23 23 ! … … 95 95 fTime = 0; 96 96 fTimeRms = -1; 97 } 98 99 // -------------------------------------------------------------------------- 100 // 101 // return TMath::Hypot(fCenterX, fCenterY); 102 // 103 Float_t MMuonSearchPar::GetDist() const 104 { 105 return TMath::Hypot(fCenterX, fCenterY); 97 106 } 98 107 -
trunk/MagicSoft/Mars/mmuon/MMuonSearchPar.h
r8625 r8911 42 42 Float_t GetCenterX() const { return fCenterX; } 43 43 Float_t GetCenterY() const { return fCenterY; } 44 Float_t GetDist() const { return TMath::Hypot(fCenterX, fCenterY); }44 Float_t GetDist() const; 45 45 Float_t GetTime() const { return fTime; } 46 46 Float_t GetTimeRms() const { return fTimeRms; }
Note:
See TracChangeset
for help on using the changeset viewer.