Ignore:
Timestamp:
06/02/08 10:36:33 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHillas.cc

    r7438 r8911  
    2121!   Author(s): Wolfgang Wittek  6/2002 <mailto:wittek@mppmu.mpg.de>
    2222!
    23 !   Copyright: MAGIC Software Development, 2000-2003
     23!   Copyright: MAGIC Software Development, 2000-2008
    2424!
    2525!
     
    109109// --------------------------------------------------------------------------
    110110//
     111//  return distance to center (coordinate origin)
     112//
     113Double_t MHillas::GetDist0() const
     114{
     115    return TMath::Hypot(fMeanX, fMeanY);
     116}
     117
     118// --------------------------------------------------------------------------
     119//
    111120//  return the mean position as TVector2(meanx, meany)
    112121//
Note: See TracChangeset for help on using the changeset viewer.