61 fAbsMaterCmd->
SetGuidance(
"Select Material of the Absorber.");
68 fWorldMaterCmd->
SetGuidance(
"Select Material of the World.");
75 fAbsThickCmd->
SetGuidance(
"Set Thickness of the Absorber");
83 fAbsRadCmd->
SetGuidance(
"Set radius of the Absorber");
91 fAbsZposCmd->
SetGuidance(
"Set Z pos. of the Absorber");
106 fWorldRCmd->
SetGuidance(
"Set R size of the World");
122 delete fWorldMaterCmd;
132 if( command == fAbsMaterCmd )
135 if( command == fWorldMaterCmd )
138 if( command == fAbsThickCmd )
141 if( command == fAbsRadCmd )
144 if( command == fAbsZposCmd )
147 if( command == fWorldZCmd )
150 if( command == fWorldRCmd )
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetToBeBroadcasted(G4bool val)
void SetWorldSizeR(G4double)
static G4double GetNewDoubleValue(const char *paramString)
void SetAbsorberRadius(G4double)
Definition of the F02DetectorConstruction class.
void SetWorldSizeZ(G4double)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void SetAbsorberZpos(G4double)
void SetWorldMaterial(G4String)
Definition of the F02DetectorMessenger class.
void AvailableForStates(G4ApplicationState s1)
void SetAbsorberThickness(G4double)
virtual ~F02DetectorMessenger()
void SetAbsorberMaterial(G4String)
void SetDefaultValue(const char *defVal)
void SetDefaultUnit(const char *defUnit)
virtual void SetNewValue(G4UIcommand *, G4String)
F02DetectorMessenger(F02DetectorConstruction *)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)