Ignore:
Timestamp:
06/02/08 10:36:33 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mmuon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MMuonSearchPar.cc

    r8625 r8911  
    1919!   Author(s): Markus Meyer 10/2004 <mailto:meyer@astro.uni-wuerzburg.de>
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2005
     21!   Copyright: MAGIC Software Development, 2000-2008
    2222!
    2323!
     
    9595    fTime      =  0;
    9696    fTimeRms   = -1;
     97}
     98
     99// --------------------------------------------------------------------------
     100//
     101//  return TMath::Hypot(fCenterX, fCenterY);
     102//
     103Float_t MMuonSearchPar::GetDist() const
     104{
     105    return TMath::Hypot(fCenterX, fCenterY);
    97106}
    98107
  • trunk/MagicSoft/Mars/mmuon/MMuonSearchPar.h

    r8625 r8911  
    4242    Float_t GetCenterX()   const { return fCenterX; }
    4343    Float_t GetCenterY()   const { return fCenterY; }
    44     Float_t GetDist()      const { return TMath::Hypot(fCenterX, fCenterY); }
     44    Float_t GetDist() const;
    4545    Float_t GetTime()      const { return fTime; }
    4646    Float_t GetTimeRms()   const { return fTimeRms; }
Note: See TracChangeset for help on using the changeset viewer.