Ignore:
Timestamp:
09/01/04 18:06:06 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mgeom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomPix.cc

    r3666 r4826  
    6565using namespace std;
    6666
     67const Float_t MGeomPix::gsTan30 = tan(30/kRad2Deg);
    6768const Float_t MGeomPix::gsTan60 = tan(60/kRad2Deg);
    6869
  • trunk/MagicSoft/Mars/mgeom/MGeomPix.h

    r3666 r4826  
    1212private:
    1313    static const Float_t gsTan60; // tan(60/kRad2Deg);
     14    static const Float_t gsTan30; // tan(30/kRad2Deg);
    1415
    1516    enum {
     
    4546    Float_t GetY() const  { return fY; }
    4647    Float_t GetD() const  { return fD; }
     48    Float_t GetL() const  { return fD*gsTan30; } // Length of one of the parallel sides
    4749    UInt_t  GetSector() const { return fSector; }
    4850
Note: See TracChangeset for help on using the changeset viewer.