Ignore:
Timestamp:
03/02/09 09:05:19 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msimreflector/MMirrorHex.cc

    r9332 r9371  
    5252const Double_t MMirrorHex::fgCos60 = TMath::Cos(60*TMath::DegToRad());
    5353const Double_t MMirrorHex::fgSin60 = TMath::Sin(60*TMath::DegToRad());
     54
     55// --------------------------------------------------------------------------
     56//
     57// Return the aread of the hexagon: d^2*sin(60)
     58//
     59Double_t MMirrorHex::GetA() const
     60{
     61    return fD*fD*fgSin60*4;
     62}
    5463
    5564// ------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.