Geant4.10
|
#include <G4ParticlePropertyMessenger.hh>
Public Member Functions | |
G4ParticlePropertyMessenger (G4ParticleTable *pTable=0) | |
virtual | ~G4ParticlePropertyMessenger () |
virtual void | SetNewValue (G4UIcommand *command, G4String newValues) |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
![]() | |
G4UImessenger () | |
G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) | |
virtual | ~G4UImessenger () |
G4bool | operator== (const G4UImessenger &messenger) const |
Additional Inherited Members | |
![]() | |
G4String | ItoS (G4int i) |
G4String | DtoS (G4double a) |
G4String | BtoS (G4bool b) |
G4int | StoI (G4String s) |
G4double | StoD (G4String s) |
G4bool | StoB (G4String s) |
void | AddUIcommand (G4UIcommand *newCommand) |
void | CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) |
template<typename T > | |
T * | CreateCommand (const G4String &cname, const G4String &dsc) |
![]() | |
G4UIdirectory * | baseDir |
G4String | baseDirName |
Definition at line 69 of file G4ParticlePropertyMessenger.hh.
G4ParticlePropertyMessenger::G4ParticlePropertyMessenger | ( | G4ParticleTable * | pTable = 0 | ) |
Definition at line 59 of file G4ParticlePropertyMessenger.cc.
References G4UIcommand::AvailableForStates(), G4State_GeomClosed, G4State_Idle, G4State_PreInit, G4ParticleTable::GetParticleTable(), G4UIcmdWithADoubleAndUnit::SetDefaultUnit(), G4UIcmdWithAnInteger::SetDefaultValue(), G4UIcmdWithADoubleAndUnit::SetDefaultValue(), G4UIcommand::SetGuidance(), G4UIcmdWithAnInteger::SetParameterName(), G4UIcmdWithABool::SetParameterName(), G4UIcmdWithADoubleAndUnit::SetParameterName(), and G4UIcommand::SetRange().
|
virtual |
Definition at line 108 of file G4ParticlePropertyMessenger.cc.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 170 of file G4ParticlePropertyMessenger.cc.
References G4UIcommand::ConvertToString(), G4ParticleDefinition::GetPDGLifeTime(), G4ParticleDefinition::GetPDGStable(), and G4ParticlePropertyTable::GetVerboseLevel().
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 120 of file G4ParticlePropertyMessenger.cc.
References G4ParticleDefinition::DumpTable(), G4cout, G4endl, G4UIcmdWithABool::GetNewBoolValue(), G4UIcmdWithADoubleAndUnit::GetNewDoubleValue(), G4UIcmdWithAnInteger::GetNewIntValue(), G4ParticleDefinition::GetPDGLifeTime(), G4ParticleDefinition::GetPDGMass(), G4ParticleDefinition::SetPDGLifeTime(), G4ParticleDefinition::SetPDGStable(), and G4ParticleDefinition::SetVerboseLevel().