Public Member Functions | |
void | print () const |
Public Attributes | |
std::string | sourcePath |
GDML input file name. More... | |
std::string | destPath |
GDML output file name. More... | |
std::string | setupName = DefaultSetupName |
Name of the chosen setup in the GDML source. More... | |
std::string | schemaPath = DefaultSchemaURL |
URL of the schema used while writing GDML. More... | |
bool | validate = false |
Ask Geant4 to validate the source. More... | |
bool | overwrite = false |
Overwrite the output file if already present. More... | |
bool | dontWrite = false |
Do not write the output file. More... | |
bool | help = false |
Print usage instructions and exit. More... | |
unsigned int | debugLevel = StartingDebugLevel |
Debug level. More... | |
Static Public Attributes | |
static const unsigned int | StartingDebugLevel = 0 |
static std::string const | DefaultSetupName = "Default" |
static std::string const | DefaultSchemaURL = G4GDML_DEFAULT_SCHEMALOCATION |
Definition at line 43 of file simplifyGDML.cc.
void ConfigurationParameters::print | ( | ) | const |
Definition at line 72 of file simplifyGDML.cc.
unsigned int ConfigurationParameters::debugLevel = StartingDebugLevel |
Debug level.
Definition at line 62 of file simplifyGDML.cc.
|
static |
Definition at line 47 of file simplifyGDML.cc.
|
static |
Definition at line 46 of file simplifyGDML.cc.
std::string ConfigurationParameters::destPath |
GDML output file name.
Definition at line 50 of file simplifyGDML.cc.
bool ConfigurationParameters::dontWrite = false |
Do not write the output file.
Definition at line 60 of file simplifyGDML.cc.
bool ConfigurationParameters::help = false |
Print usage instructions and exit.
Definition at line 61 of file simplifyGDML.cc.
bool ConfigurationParameters::overwrite = false |
Overwrite the output file if already present.
Definition at line 59 of file simplifyGDML.cc.
std::string ConfigurationParameters::schemaPath = DefaultSchemaURL |
URL of the schema used while writing GDML.
Definition at line 56 of file simplifyGDML.cc.
std::string ConfigurationParameters::setupName = DefaultSetupName |
Name of the chosen setup in the GDML source.
Definition at line 53 of file simplifyGDML.cc.
std::string ConfigurationParameters::sourcePath |
GDML input file name.
Definition at line 49 of file simplifyGDML.cc.
|
static |
Definition at line 45 of file simplifyGDML.cc.
bool ConfigurationParameters::validate = false |
Ask Geant4 to validate the source.
Definition at line 58 of file simplifyGDML.cc.