29 #include "DetectorMessenger.hh"
30 #include "DetectorConstruction.hh"
41 fModelCmd->
SetGuidance(
"Select magnetic field model.");
51 fGridCmd->
SetGuidance(
"Put grid and shadow plane.");
76 fUpdateCmd->
SetGuidance(
"Update calorimeter geometry.");
77 fUpdateCmd->
SetGuidance(
"This command MUST be applied before \"beamOn\" ");
78 fUpdateCmd->
SetGuidance(
"if you changed geometrical value(s).");
101 if( command == fModelCmd )
104 if( command == fProfileCmd )
107 if( command == fGridCmd )
110 if( command == fG1Cmd )
113 if( command == fG2Cmd )
116 if( command == fG3Cmd )
119 if( command == fG4Cmd )
122 if( command == fUpdateCmd )
void SetProfile(G4int myProfile)
void SetNewValue(G4UIcommand *, G4String)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
void SetGrid(G4int myGrid)
static G4double GetNewDoubleValue(const char *paramString)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
DetectorMessenger(DetectorConstruction *)
Detector construction class to define materials and geometry.