Ignore:
Timestamp:
07/27/05 11:23:33 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mimage
Files:
2 edited

Legend:

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

    r7177 r7224  
    118118// --------------------------------------------------------------------------
    119119//
     120//  return the direction of the main axis (normalized). The main axis
     121//  always has the direction  -->  x>0
     122//
     123TVector2 MHillas::GetNormAxis() const
     124{
     125    return TVector2(fCosDelta, fSinDelta);
     126}
     127
     128// --------------------------------------------------------------------------
     129//
    120130//  Analytical estimation of length of border line:
    121131//    U = pi*(a+b - sqrt(a*b))
  • trunk/MagicSoft/Mars/mimage/MHillas.h

    r6871 r7224  
    4646
    4747    TVector2 GetMean() const;
     48    TVector2 GetNormAxis() const;
    4849
    4950    Double_t GetBorderLine() const;
Note: See TracChangeset for help on using the changeset viewer.