60 : tol(0.0), recLevel(0), recDepth(-1), tmanager(tman), tvolume(0)
138 rslCmd->
SetGuidance(
"Set the number of points on surface to be generated for" );
144 rcsCmd->
SetGuidance(
"Set the initial level in the geometry tree for recursion." );
145 rcsCmd->
SetGuidance(
"recursive_test will then start from the specified level." );
151 rcdCmd->
SetGuidance(
"recursive_test will then stop after reached the specified depth." );
152 rcdCmd->
SetGuidance(
"By default, recursion will proceed for the whole depth." );
160 errCmd->
SetGuidance(
"affecting that volume further than that are simply ignored." );
222 else if (command ==
chkCmd) {
225 else if (command ==
tolCmd) {
231 else if (command ==
verCmd) {
235 else if (command ==
rslCmd) {
239 else if (command ==
rcsCmd) {
242 else if (command ==
rcdCmd) {
245 else if (command ==
errCmd) {
249 else if (command ==
recCmd) {
251 G4cout <<
"Running geometry overlaps check..." <<
G4endl;
253 G4cout <<
"Geometry overlaps check completed !" <<
G4endl;
void SetNewValue(G4UIcommand *command, G4String newValues)
void SetCheckMode(G4String newValue)
void SetVerbosity(G4String newValue)
G4UIcmdWithAnInteger * errCmd
void SetPushFlag(G4String newValue)
void SetDefaultValue(G4double defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
CLHEP::Hep3Vector G4ThreeVector
void TestRecursiveOverlap(G4int sLevel=0, G4int depth=-1)
G4UIcmdWithADoubleAndUnit * tolCmd
void SetResolution(G4int points)
void SetVerbosity(G4bool verbosity)
static G4int GetNewIntValue(const char *paramString)
G4UIcmdWithAnInteger * verbCmd
G4Navigator * GetNavigatorForTracking() const
void SetTolerance(G4double tolerance)
static G4String ConvertToString(G4bool boolVal)
void SetUnitCategory(const char *unitCategory)
static G4double GetNewDoubleValue(const char *paramString)
static G4bool GetNewBoolValue(const char *paramString)
void SetVerboseLevel(G4int level)
void SetDefaultValue(G4bool defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4UIcmdWithAnInteger * rcsCmd
void RecursiveOverlapTest()
G4GLOB_DLL std::ostream G4cout
G4UIcmdWithoutParameter * resCmd
G4UIcmdWithABool * verCmd
G4bool IsGeometryClosed()
G4TransportationManager * tmanager
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
static G4GeometryManager * GetInstance()
G4UIcmdWithABool * pchkCmd
G4UIcmdWithAnInteger * rcdCmd
G4UIcmdWithoutParameter * recCmd
void SetDefaultUnit(const char *defUnit)
G4String GetCurrentValue(G4UIcommand *command)
virtual G4VPhysicalVolume * LocateGlobalPointAndSetup(const G4ThreeVector &point, const G4ThreeVector *direction=0, const G4bool pRelativeSearch=true, const G4bool ignoreDirection=true)
void SetPushVerbosity(G4bool mode)
void SetErrorsThreshold(G4int max)
void OpenGeometry(G4VPhysicalVolume *vol=0)
G4UIcmdWithAnInteger * rslCmd
void SetDefaultValue(G4int defVal)
void CheckMode(G4bool mode)
G4GeometryMessenger(G4TransportationManager *tman)
G4VPhysicalVolume * GetWorldVolume() const
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4bool CloseGeometry(G4bool pOptimise=true, G4bool verbose=false, G4VPhysicalVolume *vol=0)
static G4double GetNewUnitValue(const char *paramString)
G4GeomTestVolume * tvolume
G4UIcmdWithABool * chkCmd