Changeset 7297 for trunk/MagicSoft/Mars/mgeom/MGeomPix.h
- Timestamp:
- 08/22/05 10:46:31 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomPix.h
r5429 r7297 63 63 UInt_t GetSector() const { return fSector; } 64 64 65 Float_t GetDist(const MGeomPix & pix) const { return TMath::Hypot(fX-pix.fX, fY-pix.fY); } 66 65 67 Float_t GetA() const { return fA; /*fD*fD*gsTan60/2;*/ } 66 68 Int_t GetAidx() const { return fAidx; }
Note:
See TracChangeset
for help on using the changeset viewer.