#include <G4DecayTableMessenger.hh>
Definition at line 67 of file G4DecayTableMessenger.hh.
◆ G4DecayTableMessenger() [1/2]
G4DecayTableMessenger::G4DecayTableMessenger |
( |
G4ParticleTable * |
pTable = 0 | ) |
|
Definition at line 58 of file G4DecayTableMessenger.cc.
G4ParticleDefinition * currentParticle
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4UIdirectory * thisDirectory
G4UIcmdWithoutParameter * dumpCmd
G4DecayTable * currentDecayTable
G4UIcmdWithADouble * brCmd
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
static G4ParticleTable * GetParticleTable()
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
G4UIcmdWithAnInteger * selectCmd
G4VDecayChannel * currentChannel
void SetDefaultValue(G4int defVal)
G4ParticleTable * theParticleTable
◆ ~G4DecayTableMessenger()
G4DecayTableMessenger::~G4DecayTableMessenger |
( |
| ) |
|
|
virtual |
Definition at line 92 of file G4DecayTableMessenger.cc.
G4UIdirectory * thisDirectory
G4UIcmdWithoutParameter * dumpCmd
G4UIcmdWithADouble * brCmd
G4UIcmdWithAnInteger * selectCmd
◆ G4DecayTableMessenger() [2/2]
◆ GetCurrentValue()
Reimplemented from G4UImessenger.
Definition at line 179 of file G4DecayTableMessenger.cc.
192 }
else if( command ==
brCmd ){
static G4String ConvertToString(G4bool boolVal)
G4ParticleDefinition * SetCurrentParticle()
G4UIcmdWithADouble * brCmd
G4UIcmdWithAnInteger * selectCmd
G4VDecayChannel * currentChannel
◆ operator=()
◆ SetCurrentParticle()
Definition at line 143 of file G4DecayTableMessenger.cc.
G4ParticleDefinition * FindParticle(G4int PDGEncoding)
G4ParticleDefinition * currentParticle
G4String GetCurrentStringValue(const char *aCommand, G4int parameterNumber=1, G4bool reGet=true)
static G4UImanager * GetUIpointer()
const G4String & GetParticleName() const
G4DecayTable * currentDecayTable
G4DecayTable * GetDecayTable() const
G4VDecayChannel * GetDecayChannel(G4int index) const
G4VDecayChannel * currentChannel
G4ParticleTable * theParticleTable
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 100 of file G4DecayTableMessenger.cc.
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;
void SetBR(G4double value)
static G4int GetNewIntValue(const char *paramString)
G4ParticleDefinition * SetCurrentParticle()
G4UIcmdWithoutParameter * dumpCmd
G4GLOB_DLL std::ostream G4cout
G4DecayTable * currentDecayTable
G4UIcmdWithADouble * brCmd
static G4double GetNewDoubleValue(const char *paramString)
G4VDecayChannel * GetDecayChannel(G4int index) const
G4UIcmdWithAnInteger * selectCmd
G4VDecayChannel * currentChannel
◆ brCmd
◆ currentChannel
◆ currentDecayTable
◆ currentParticle
◆ dumpCmd
◆ idxCurrentChannel
G4int G4DecayTableMessenger::idxCurrentChannel |
|
private |
◆ selectCmd
◆ theParticleTable
◆ thisDirectory
The documentation for this class was generated from the following files: