59 :theParticleTable(pTable),
60 currentParticle(nullptr),
61 currentDecayTable(nullptr),
62 idxCurrentChannel(-1),
63 currentChannel(nullptr),
64 thisDirectory(nullptr),
109 G4cout <<
"Particle is not selected yet !! Command ignored." <<
G4endl;
113 G4cout <<
"The particle has no decay table !! Command ignored." <<
G4endl;
133 G4cout <<
"Select a decay channel. Command ignored." <<
G4endl;
136 if (command ==
brCmd) {
139 if( (br<0.0) || (br>1.0) ) {
140 G4cout <<
"Invalid brancing ratio. Command ignored." <<
G4endl;
198 }
else if( command ==
brCmd ){
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
void SetGuidance(const char *aGuidance)
G4DecayTable * GetDecayTable() const
static G4ParticleTable * GetParticleTable()
void SetDefaultValue(G4int defVal)
G4UIdirectory * thisDirectory
const G4String & GetParticleName() const
void SetRange(const char *rs)
static G4double GetNewDoubleValue(const char *paramString)
virtual ~G4DecayTableMessenger()
static G4UImanager * GetUIpointer()
G4VDecayChannel * currentChannel
void SetBR(G4double value)
virtual G4String GetCurrentValue(G4UIcommand *command)
G4ParticleTable * theParticleTable
G4VDecayChannel * GetDecayChannel(G4int index) const
virtual void SetNewValue(G4UIcommand *command, G4String newValues)
G4ParticleDefinition * SetCurrentParticle()
G4ParticleDefinition * currentParticle
static G4String ConvertToString(G4bool boolVal)
G4UIcmdWithAnInteger * selectCmd
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
G4GLOB_DLL std::ostream G4cout
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4UIcmdWithoutParameter * dumpCmd
G4DecayTable * currentDecayTable
G4UIcmdWithADouble * brCmd
G4DecayTableMessenger(G4ParticleTable *pTable=0)
G4String GetCurrentStringValue(const char *aCommand, G4int parameterNumber=1, G4bool reGet=true)