51 fDetectThicknessCmd(0),
56 fExrdmDir->
SetGuidance(
"UI commands specific to this example.");
62 fTargMatCmd->
SetGuidance(
"Select Material of the Target.");
67 fTargRadiusCmd->
SetGuidance(
"Set the Target Radius.");
73 fTargLengthCmd->
SetGuidance(
"Set the Target Length.");
79 fDetectMatCmd->
SetGuidance(
"Select Material of the Detector.");
85 fDetectThicknessCmd->
SetGuidance(
"Set the Detector Thickness.");
92 fDetectLengthCmd->
SetGuidance(
"Set the Detector Length.");
103 delete fDetectMatCmd;
104 delete fTargRadiusCmd;
105 delete fDetectThicknessCmd;
106 delete fTargLengthCmd;
107 delete fDetectLengthCmd;
117 else if ( command == fTargLengthCmd )
119 else if ( command == fTargRadiusCmd )
121 else if( command == fDetectMatCmd )
123 else if (command == fDetectLengthCmd )
126 else if (command == fDetectThicknessCmd )
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
Definition of the exrdmDetectorConstruction class.
exrdmDetectorMessenger(exrdmDetectorConstruction *)
virtual void SetNewValue(G4UIcommand *, G4String)
void SetUnitCategory(const char *unitCategory)
static G4double GetNewDoubleValue(const char *paramString)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetTargetRadius(G4double value)
virtual ~exrdmDetectorMessenger()
void SetDetectorMaterial(G4String)
Definition of the exrdmDetectorMessenger class.
void SetTargetLength(G4double value)
void SetTargetMaterial(G4String)
void SetDetectorThickness(G4double value)
void SetDetectorLength(G4double value)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)