Changeset 6350 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 02/10/05 14:15:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHillas.h
r4710 r6350 37 37 void Paint(Option_t *opt=NULL); 38 38 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 45 46 46 47 TVector2 GetMean() const;
Note:
See TracChangeset
for help on using the changeset viewer.