|
Geant4
10.03.p03
|
#include <G4GeomTestVolume.hh>
Public Member Functions | |
| G4GeomTestVolume (G4VPhysicalVolume *theTarget, G4double theTolerance=0.0, G4int numberOfPoints=10000, G4bool theVerbosity=true) | |
| ~G4GeomTestVolume () | |
| G4double | GetTolerance () const |
| void | SetTolerance (G4double tolerance) |
| G4int | GetResolution () const |
| void | SetResolution (G4int points) |
| G4bool | GetVerbosity () const |
| void | SetVerbosity (G4bool verbosity) |
| G4int | GetErrorsThreshold () const |
| void | SetErrorsThreshold (G4int max) |
| void | TestRecursiveOverlap (G4int sLevel=0, G4int depth=-1) |
Definition at line 49 of file G4GeomTestVolume.hh.
| G4GeomTestVolume::G4GeomTestVolume | ( | G4VPhysicalVolume * | theTarget, |
| G4double | theTolerance = 0.0, |
||
| G4int | numberOfPoints = 10000, |
||
| G4bool | theVerbosity = true |
||
| ) |
Definition at line 49 of file G4GeomTestVolume.cc.
| G4GeomTestVolume::~G4GeomTestVolume | ( | ) |
Definition at line 60 of file G4GeomTestVolume.cc.
| G4int G4GeomTestVolume::GetErrorsThreshold | ( | ) | const |
Definition at line 113 of file G4GeomTestVolume.cc.
| G4int G4GeomTestVolume::GetResolution | ( | ) | const |
Definition at line 81 of file G4GeomTestVolume.cc.
| G4double G4GeomTestVolume::GetTolerance | ( | ) | const |
Definition at line 65 of file G4GeomTestVolume.cc.
| G4bool G4GeomTestVolume::GetVerbosity | ( | ) | const |
Definition at line 97 of file G4GeomTestVolume.cc.
Definition at line 121 of file G4GeomTestVolume.cc.


Definition at line 129 of file G4GeomTestVolume.cc.

