47 fTheDetector( myDet ),
56 fTheReadCommand ->
SetGuidance(
"READ GDML file with given name");
62 fTheWriteCommand ->
SetGuidance(
"WRITE GDML file with given name");
72 delete fTheReadCommand;
73 delete fTheWriteCommand;
74 delete fTheDetectorDir;
81 if ( command == fTheReadCommand )
85 if ( command == fTheWriteCommand )
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
Definition of the G03DetectorConstruction class.
void SetWriteFile(const G4String &fname)
Definition of the G03DetectorMessenger class.
void SetReadFile(const G4String &fname)
void SetGuidance(const char *aGuidance)
G03DetectorMessenger(G03DetectorConstruction *)
void AvailableForStates(G4ApplicationState s1)
virtual void SetNewValue(G4UIcommand *, G4String)
void SetDefaultValue(const char *defVal)
Detector construction for the GDML extensions example.