ATLAS Offline Software
|
#include <VolumeDebugger.h>
Public Attributes | |
std::string | path {"./test_volume.gdml"} |
std::string | targetVolume {""} |
int | res {1000000} |
bool | verbose {true} |
float | tol {0.000001} |
bool | volumeCheck {false} |
double | targetMaxCopiesToCheck {1.e6} |
bool | dumpGDML {true} |
bool | dumpPhysicsRegions {false} |
bool | printGeo {false} |
Definition at line 41 of file VolumeDebugger.h.
bool G4UA::VolumeDebugger::Config::dumpGDML {true} |
Definition at line 50 of file VolumeDebugger.h.
bool G4UA::VolumeDebugger::Config::dumpPhysicsRegions {false} |
Definition at line 51 of file VolumeDebugger.h.
std::string G4UA::VolumeDebugger::Config::path {"./test_volume.gdml"} |
Definition at line 43 of file VolumeDebugger.h.
bool G4UA::VolumeDebugger::Config::printGeo {false} |
Definition at line 52 of file VolumeDebugger.h.
int G4UA::VolumeDebugger::Config::res {1000000} |
Definition at line 45 of file VolumeDebugger.h.
double G4UA::VolumeDebugger::Config::targetMaxCopiesToCheck {1.e6} |
Definition at line 49 of file VolumeDebugger.h.
std::string G4UA::VolumeDebugger::Config::targetVolume {""} |
Definition at line 44 of file VolumeDebugger.h.
float G4UA::VolumeDebugger::Config::tol {0.000001} |
Definition at line 47 of file VolumeDebugger.h.
bool G4UA::VolumeDebugger::Config::verbose {true} |
Definition at line 46 of file VolumeDebugger.h.
bool G4UA::VolumeDebugger::Config::volumeCheck {false} |
Definition at line 48 of file VolumeDebugger.h.