Changeset 10089 for trunk/Mars/mgeom/MGeomPix.h
- Timestamp:
- 01/06/11 16:51:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mgeom/MGeomPix.h
r9871 r10089 53 53 Float_t GetD() const { return fD; } // Distance between two parallel sides 54 54 Float_t GetL() const { return fD*gsTan30; } // Length of one of the parallel sides 55 Float_t GetT() const { return fD/gsTan60; } // Distance between two opposite edges (traverse)55 Float_t GetT() const { return fD/gsTan60; } // Half distance between two opposite edges (traverse) 56 56 57 57 Float_t GetDx() const { return fD; } // Distance of two rows in x-direction (without rotation)
Note:
See TracChangeset
for help on using the changeset viewer.