Changeset 4826 for trunk/MagicSoft/Mars/mgeom
- Timestamp:
- 09/01/04 18:06:06 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mgeom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mgeom/MGeomPix.cc
r3666 r4826 65 65 using namespace std; 66 66 67 const Float_t MGeomPix::gsTan30 = tan(30/kRad2Deg); 67 68 const Float_t MGeomPix::gsTan60 = tan(60/kRad2Deg); 68 69 -
trunk/MagicSoft/Mars/mgeom/MGeomPix.h
r3666 r4826 12 12 private: 13 13 static const Float_t gsTan60; // tan(60/kRad2Deg); 14 static const Float_t gsTan30; // tan(30/kRad2Deg); 14 15 15 16 enum { … … 45 46 Float_t GetY() const { return fY; } 46 47 Float_t GetD() const { return fD; } 48 Float_t GetL() const { return fD*gsTan30; } // Length of one of the parallel sides 47 49 UInt_t GetSector() const { return fSector; } 48 50
Note:
See TracChangeset
for help on using the changeset viewer.