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