#include <G4GeomTestVolume.hh>
Definition at line 49 of file G4GeomTestVolume.hh.
◆ G4GeomTestVolume()
◆ ~G4GeomTestVolume()
G4GeomTestVolume::~G4GeomTestVolume |
( |
| ) |
|
◆ GetErrorsThreshold()
G4int G4GeomTestVolume::GetErrorsThreshold |
( |
| ) |
const |
◆ GetResolution()
G4int G4GeomTestVolume::GetResolution |
( |
| ) |
const |
◆ GetTolerance()
G4double G4GeomTestVolume::GetTolerance |
( |
| ) |
const |
◆ GetVerbosity()
G4bool G4GeomTestVolume::GetVerbosity |
( |
| ) |
const |
◆ SetErrorsThreshold()
void G4GeomTestVolume::SetErrorsThreshold |
( |
G4int |
max | ) |
|
◆ SetResolution()
void G4GeomTestVolume::SetResolution |
( |
G4int |
points | ) |
|
◆ SetTolerance()
void G4GeomTestVolume::SetTolerance |
( |
G4double |
tolerance | ) |
|
◆ SetVerbosity()
void G4GeomTestVolume::SetVerbosity |
( |
G4bool |
verbosity | ) |
|
◆ TestRecursiveOverlap()
void G4GeomTestVolume::TestRecursiveOverlap |
( |
G4int |
sLevel = 0 , |
|
|
G4int |
depth = -1 |
|
) |
| |
Definition at line 129 of file G4GeomTestVolume.cc.
135 if (depth == 0)
return;
136 if (depth != -1) depth--;
137 if (slevel != 0) slevel--;
151 std::set<const G4LogicalVolume *> tested;
156 for( iDaughter=0; iDaughter<nDaughter; ++iDaughter )
172 vTest.SetErrorsThreshold(
maxErr);
173 vTest.TestRecursiveOverlap( slevel,depth );
G4int GetNoDaughters() const
G4VPhysicalVolume * target
G4VPhysicalVolume * GetDaughter(const G4int i) const
G4LogicalVolume * GetLogicalVolume() const
virtual G4bool CheckOverlaps(G4int res=1000, G4double tol=0., G4bool verbose=true, G4int errMax=1)
◆ maxErr
G4int G4GeomTestVolume::maxErr |
|
private |
◆ resolution
G4int G4GeomTestVolume::resolution |
|
private |
◆ target
◆ tolerance
◆ verbosity
G4bool G4GeomTestVolume::verbosity |
|
private |
The documentation for this class was generated from the following files: