Changeset 9371 for trunk/MagicSoft/Mars/msimreflector/MMirrorHex.cc
- Timestamp:
- 03/02/09 09:05:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msimreflector/MMirrorHex.cc
r9332 r9371 52 52 const Double_t MMirrorHex::fgCos60 = TMath::Cos(60*TMath::DegToRad()); 53 53 const Double_t MMirrorHex::fgSin60 = TMath::Sin(60*TMath::DegToRad()); 54 55 // -------------------------------------------------------------------------- 56 // 57 // Return the aread of the hexagon: d^2*sin(60) 58 // 59 Double_t MMirrorHex::GetA() const 60 { 61 return fD*fD*fgSin60*4; 62 } 54 63 55 64 // ------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.