230 if( command==setCutCmd ){
235 }
else if( command==setCutForAGivenParticleCmd ){
237 std::istringstream str (newValue) ;
238 str >> particleName >> cut >> unit ;
241 }
else if( command==getCutForAGivenParticleCmd ){
244 }
else if( command==setCutRCmd ){
245 std::istringstream is(newValue);
249 is >> regName >> cVal >> uniName;
256 }
else if( command==verboseCmd ) {
259 }
else if( command==dumpListCmd ){
262 }
else if( command==dumpOrdParamCmd ){
266 }
else if( command == addProcManCmd ){
268 if (particle == 0)
return;
272 }
else if( command == buildPTCmd ){
274 if (particle == 0)
return;
278 }
else if ( command == storeCmd ){
281 }
else if( command == retrieveCmd ) {
282 if ((newValue ==
"OFF") || (newValue ==
"off") ){
288 }
else if( command == asciiCmd ) {
295 }
else if( command == applyCutsCmd ) {
300 G4bool flag = (temp ==
"true" || temp==
"TRUE");
307 }
else if( command == dumpCutValuesCmd ) {
G4double GetCutValue(const G4String &pname) const
void SetDefaultCutValue(G4double newCutValue)
void SetApplyCuts(G4bool value, const G4String &name)
static constexpr double mm
void SetCutValue(G4double aCut, const G4String &pname)
static G4int GetNewIntValue(const char *paramString)
void PreparePhysicsTable(G4ParticleDefinition *)
void ResetPhysicsTableRetrieved()
void SetCutsForRegion(G4double aCut, const G4String &rname)
static G4double GetNewDoubleValue(const char *paramString)
void DumpOrdingParameterTable(G4int subType=-1) const
void SetPhysicsTableRetrieved(const G4String &directory="")
void DumpCutValuesTable(G4int flag=1)
void AddProcessManager(G4ParticleDefinition *newParticle, G4ProcessManager *newManager=0)
G4GLOB_DLL std::ostream G4cout
void SetVerboseLevel(G4int value)
G4bool StorePhysicsTable(const G4String &directory=".")
static G4ParticleTable * GetParticleTable()
G4ProcessManager * GetProcessManager() const
static G4double ValueOf(const char *unitName)
static G4PhysicsListHelper * GetPhysicsListHelper()
void ResetStoredInAscii()
G4VUserPhysicsList * thePhysicsList