48 fTheDetector( myDet ),
58 fTheReadCommand ->
SetGuidance(
"READ GDML file with given name");
64 fTheWriteCommand ->
SetGuidance(
"WRITE geometry to GDML file with given name");
70 fTheStepCommand ->
SetGuidance(
"Read STEP Tools files (name without extension)");
80 delete fTheReadCommand;
81 delete fTheWriteCommand;
82 delete fTheStepCommand;
83 delete fTheDetectorDir;
90 if ( command == fTheReadCommand )
94 if ( command == fTheWriteCommand )
98 if ( command == fTheStepCommand )
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
Definition of the G02DetectorMessenger class.
Definition of the G02DetectorConstruction class.
void SetWriteFile(const G4String &File)
G02DetectorMessenger(G02DetectorConstruction *)
void SetReadFile(const G4String &File)
void SetGuidance(const char *aGuidance)
void SetStepFile(const G4String &File)
virtual void SetNewValue(G4UIcommand *, G4String)
void AvailableForStates(G4ApplicationState s1)
void SetDefaultValue(const char *defVal)
Detector construction used in GDML read/write example.