Changeset 8756 for trunk/MagicSoft/Mars/mgeom/MGeomPix.h
- Timestamp:
- 10/13/07 19:56:29 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomPix.h
r8385 r8756 13 13 static const Float_t gsTan60; // tan(60/kRad2Deg); 14 14 static const Float_t gsTan30; // tan(30/kRad2Deg); 15 16 enum { 17 kRightTop, 18 kRight, 19 kRightBottom, 20 kLeftBottom, 21 kLeft, 22 kLeftTop 23 }; 15 24 16 25 private: … … 68 77 Float_t GetAngle(const MGeomPix &pix) const { return TMath::ATan2(fX - pix.GetX(), fY - pix.GetY()); } 69 78 70 71 79 Float_t GetA() const { return fA; /*fD*fD*gsTan60/2;*/ } 72 80 Int_t GetAidx() const { return fAidx; } … … 79 87 80 88 Bool_t IsInside(Float_t px, Float_t py) const; 89 Int_t GetDirection(const MGeomPix &pix) const; 81 90 82 91 /*
Note:
See TracChangeset
for help on using the changeset viewer.