Ignore:
Timestamp:
01/06/11 16:51:46 (12 years ago)
Author:
tbretz
Message:
Added a new abstract function GetL() to MGeom.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mgeom/MGeomPix.h

    r9871 r10089  
    5353    Float_t GetD() const  { return fD; }         // Distance between two parallel sides
    5454    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)
    5656
    5757    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.