Changeset 7224 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 07/27/05 11:23:33 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mimage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillas.cc
r7177 r7224 118 118 // -------------------------------------------------------------------------- 119 119 // 120 // return the direction of the main axis (normalized). The main axis 121 // always has the direction --> x>0 122 // 123 TVector2 MHillas::GetNormAxis() const 124 { 125 return TVector2(fCosDelta, fSinDelta); 126 } 127 128 // -------------------------------------------------------------------------- 129 // 120 130 // Analytical estimation of length of border line: 121 131 // U = pi*(a+b - sqrt(a*b)) -
trunk/MagicSoft/Mars/mimage/MHillas.h
r6871 r7224 46 46 47 47 TVector2 GetMean() const; 48 TVector2 GetNormAxis() const; 48 49 49 50 Double_t GetBorderLine() const;
Note:
See TracChangeset
for help on using the changeset viewer.