Geant4.10
|
#include <G4UserPhysicsListMessenger.hh>
Public Member Functions | |
G4UserPhysicsListMessenger (G4VUserPhysicsList *pParticleList) | |
virtual | ~G4UserPhysicsListMessenger () |
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 |
Protected Attributes | |
G4VUserPhysicsList * | thePhysicsList |
![]() | |
G4UIdirectory * | baseDir |
G4String | baseDirName |
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) |
Definition at line 78 of file G4UserPhysicsListMessenger.hh.
G4UserPhysicsListMessenger::G4UserPhysicsListMessenger | ( | G4VUserPhysicsList * | pParticleList | ) |
Definition at line 57 of file G4UserPhysicsListMessenger.cc.
References G4UIcommand::AvailableForStates(), G4UIcommand::CategoryOf(), G4State_EventProc, G4State_GeomClosed, G4State_Idle, G4State_Init, G4State_PreInit, G4UIcmdWithAString::SetCandidates(), G4UIcmdWithADoubleAndUnit::SetDefaultUnit(), G4UIcmdWithAnInteger::SetDefaultValue(), G4UIcmdWithAString::SetDefaultValue(), G4UIcmdWithADoubleAndUnit::SetDefaultValue(), G4UIparameter::SetDefaultValue(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), G4UIparameter::SetParameterCandidates(), G4UIcmdWithAString::SetParameterName(), G4UIcmdWithAnInteger::SetParameterName(), G4UIcmdWithADoubleAndUnit::SetParameterName(), G4UIparameter::SetParameterRange(), G4UIcommand::SetRange(), G4UIcommand::SetToBeBroadcasted(), and G4UIcommand::UnitsList().
|
virtual |
Definition at line 209 of file G4UserPhysicsListMessenger.cc.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 313 of file G4UserPhysicsListMessenger.cc.
References G4UIcommand::ConvertToString(), G4VUserPhysicsList::GetDefaultCutValue(), G4ParticleDefinition::GetParticleName(), G4ParticleTable::GetParticleTable(), G4VUserPhysicsList::GetPhysicsTableDirectory(), G4VUserPhysicsList::GetVerboseLevel(), G4VUserPhysicsList::IsPhysicsTableRetrieved(), G4VUserPhysicsList::IsStoredInAscii(), G4UIcmdWithAString::SetCandidates(), thePhysicsList, and G4ParticleTableIterator< K, V >::value().
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 228 of file G4UserPhysicsListMessenger.cc.
References G4VUserPhysicsList::AddProcessManager(), G4VUserPhysicsList::BuildPhysicsTable(), G4VUserPhysicsList::DumpCutValuesTable(), G4VUserPhysicsList::DumpList(), G4PhysicsListHelper::DumpOrdingParameterTable(), G4cout, G4endl, G4VUserPhysicsList::GetCutValue(), G4UIcmdWithADoubleAndUnit::GetNewDoubleValue(), G4UIcmdWithAnInteger::GetNewIntValue(), G4ParticleTable::GetParticleTable(), G4PhysicsListHelper::GetPhysicsListHelper(), G4ParticleDefinition::GetProcessManager(), python.hepunit::mm, G4VUserPhysicsList::PreparePhysicsTable(), G4VUserPhysicsList::ResetPhysicsTableRetrieved(), G4VUserPhysicsList::ResetStoredInAscii(), G4VUserPhysicsList::SetApplyCuts(), G4VUserPhysicsList::SetCuts(), G4VUserPhysicsList::SetCutsForRegion(), G4VUserPhysicsList::SetCutValue(), G4VUserPhysicsList::SetDefaultCutValue(), G4VUserPhysicsList::SetPhysicsTableRetrieved(), G4VUserPhysicsList::SetStoredInAscii(), G4VUserPhysicsList::SetVerboseLevel(), G4VUserPhysicsList::StorePhysicsTable(), thePhysicsList, and G4UIcommand::ValueOf().
|
protected |
Definition at line 93 of file G4UserPhysicsListMessenger.hh.
Referenced by GetCurrentValue(), and SetNewValue().