47G4bool G4GeometryTolerance::fInitialised =
false;
48G4double G4GeometryTolerance::fCarTolerance = 1E-9*mm;
49G4double G4GeometryTolerance::fAngTolerance = 1E-9*rad;
50G4double G4GeometryTolerance::fRadTolerance = 1E-9*mm;
78 fInstance = &theToleranceManager;
111 fCarTolerance = 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!");
G4DLLIMPORT std::ostream G4cout
G4double GetSurfaceTolerance() const
G4double GetRadialTolerance() const
static void SetSurfaceTolerance(G4double worldExtent)
static G4GeometryTolerance * GetInstance()
G4double GetAngularTolerance() const
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)