Ignore:
Timestamp:
02/10/05 14:15:19 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4710 r6350  
    3737    void Paint(Option_t *opt=NULL);
    3838
    39     Float_t GetLength() const { return fLength; }
    40     Float_t GetWidth() const  { return fWidth; }
    41     Float_t GetDelta() const  { return fDelta; }
    42     Float_t GetSize() const   { return fSize; }
    43     Float_t GetMeanX() const  { return fMeanX; }
    44     Float_t GetMeanY() const  { return fMeanY; }
     39    Float_t  GetLength() const { return fLength; }
     40    Float_t  GetWidth() const  { return fWidth; }
     41    Float_t  GetDelta() const  { return fDelta; }
     42    Float_t  GetSize() const   { return fSize; }
     43    Float_t  GetMeanX() const  { return fMeanX; }
     44    Float_t  GetMeanY() const  { return fMeanY; }
     45    Double_t GetDist0() const  { return TMath::Hypot(fMeanX, fMeanY); } // return distance to center
    4546
    4647    TVector2 GetMean() const;
Note: See TracChangeset for help on using the changeset viewer.