Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4AuxiliaryNavServices Class Reference

#include <G4AuxiliaryNavServices.hh>

Static Public Member Functions

static G4bool CheckPointOnSurface (const G4VSolid *sampleSolid, const G4ThreeVector &localPoint, const G4ThreeVector *globalDirection, const G4AffineTransform &sampleTransform, const G4bool locatedOnEdge)
 
static G4bool CheckPointExiting (const G4VSolid *sampleSolid, const G4ThreeVector &localPoint, const G4ThreeVector *globalDirection, const G4AffineTransform &sampleTransform)
 
static void ReportTolerances ()
 

Detailed Description

Definition at line 47 of file G4AuxiliaryNavServices.hh.

Member Function Documentation

static G4bool G4AuxiliaryNavServices::CheckPointExiting ( const G4VSolid sampleSolid,
const G4ThreeVector localPoint,
const G4ThreeVector globalDirection,
const G4AffineTransform sampleTransform 
)
static
static G4bool G4AuxiliaryNavServices::CheckPointOnSurface ( const G4VSolid sampleSolid,
const G4ThreeVector localPoint,
const G4ThreeVector globalDirection,
const G4AffineTransform sampleTransform,
const G4bool  locatedOnEdge 
)
static

Here is the caller graph for this function:

void G4AuxiliaryNavServices::ReportTolerances ( )
static

Definition at line 39 of file G4AuxiliaryNavServices.cc.

40 {
41  G4int oldPrec= G4cout.precision(16);
42 
43  G4cout << " Cartesian Tolerance (kCarTolerance): " << G4GeometryTolerance::GetInstance()->GetSurfaceTolerance()
44  << " (global) " << G4endl;
45  G4cout << " Radial Tolerance (kRadTolerance): " << G4GeometryTolerance::GetInstance()->GetRadialTolerance()
46  << " (global) " << G4endl;
47  G4cout << " Angular Tolerance (kAngTolerance): " << G4GeometryTolerance::GetInstance()->GetAngularTolerance()
48  << " (global) " << G4endl;
49  G4cout.precision(oldPrec);
50 }
G4double GetSurfaceTolerance() const
int G4int
Definition: G4Types.hh:78
G4GLOB_DLL std::ostream G4cout
G4double GetRadialTolerance() const
#define G4endl
Definition: G4ios.hh:61
G4double GetAngularTolerance() const
static G4GeometryTolerance * GetInstance()

Here is the call graph for this function:


The documentation for this class was generated from the following files: