#include <G4GeometryTolerance.hh>
Definition at line 56 of file G4GeometryTolerance.hh.
G4GeometryTolerance::~G4GeometryTolerance |
( |
| ) |
|
G4GeometryTolerance::G4GeometryTolerance |
( |
| ) |
|
|
protected |
Definition at line 53 of file G4GeometryTolerance.cc.
55 fCarTolerance = 1E-9*
mm;
56 fAngTolerance = 1E-9*
rad;
57 fRadTolerance = 1E-9*
mm;
static constexpr double mm
static constexpr double rad
G4double G4GeometryTolerance::GetAngularTolerance |
( |
| ) |
const |
G4double G4GeometryTolerance::GetRadialTolerance |
( |
| ) |
const |
G4double G4GeometryTolerance::GetSurfaceTolerance |
( |
| ) |
const |
void G4GeometryTolerance::SetSurfaceTolerance |
( |
G4double |
worldExtent | ) |
|
|
protected |
Definition at line 107 of file G4GeometryTolerance.cc.
111 fCarTolerance = fRadTolerance = worldExtent*1E-11;
116 G4cout <<
"WARNING - G4GeometryTolerance::SetSurfaceTolerance()" <<
G4endl
117 <<
" Tolerance can only be set once. Currently set to: "
118 << fCarTolerance/
mm <<
" mm." <<
G4endl;
119 G4Exception(
"G4GeometryTolerance::SetSurfaceTolerance()",
121 "The tolerance has been already set!");
static constexpr double mm
G4GLOB_DLL std::ostream G4cout
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
The documentation for this class was generated from the following files: