Geant4-11
|
#include <G4ProcessTableMessenger.hh>
Public Member Functions | |
G4bool | CommandsShouldBeInMaster () const |
G4ProcessTableMessenger (const G4ProcessTableMessenger &)=delete | |
G4ProcessTableMessenger (G4ProcessTable *pTable) | |
virtual G4String | GetCurrentValue (G4UIcommand *command) |
G4bool | operator!= (const G4UImessenger &messenger) const |
G4ProcessTableMessenger & | operator= (const G4ProcessTableMessenger &)=delete |
G4bool | operator== (const G4UImessenger &messenger) const |
virtual void | SetNewValue (G4UIcommand *command, G4String newValues) |
virtual | ~G4ProcessTableMessenger () |
Protected Member Functions | |
void | AddUIcommand (G4UIcommand *newCommand) |
G4String | BtoS (G4bool b) |
template<typename T > | |
T * | CreateCommand (const G4String &cname, const G4String &dsc) |
void | CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true) |
G4String | DtoS (G4double a) |
G4String | ItoS (G4int i) |
G4bool | StoB (G4String s) |
G4double | StoD (G4String s) |
G4int | StoI (G4String s) |
G4long | StoL (G4String s) |
Protected Attributes | |
G4UIdirectory * | baseDir = nullptr |
G4String | baseDirName = "" |
G4bool | commandsShouldBeInMaster = false |
Private Member Functions | |
G4ProcessTableMessenger () | |
G4int | GetProcessType (const G4String &aTypeName) const |
G4String | GetProcessTypeName (G4ProcessType aType) const |
void | SetNumberOfProcessType () |
Private Attributes | |
G4UIcommand * | activateCmd = nullptr |
G4String | currentParticleName = "all" |
G4String | currentProcessName = "all" |
G4String | currentProcessTypeName = "all" |
G4UIcommand * | dumpCmd = nullptr |
G4UIcommand * | inactivateCmd = nullptr |
G4UIcmdWithAString * | listCmd = nullptr |
G4UIcommand * | procVerboseCmd = nullptr |
G4ProcessTable * | theProcessTable = nullptr |
G4UIdirectory * | thisDirectory = nullptr |
G4UIcmdWithAnInteger * | verboseCmd = nullptr |
Static Private Attributes | |
static G4ThreadLocal G4int | NumberOfProcessType = 10 |
Definition at line 55 of file G4ProcessTableMessenger.hh.
G4ProcessTableMessenger::G4ProcessTableMessenger | ( | G4ProcessTable * | pTable | ) |
Definition at line 52 of file G4ProcessTableMessenger.cc.
References activateCmd, G4UIcommand::AvailableForStates(), dumpCmd, G4State_EventProc, G4State_GeomClosed, G4State_Idle, G4State_Init, G4State_PreInit, G4VProcess::GetProcessTypeName(), inactivateCmd, listCmd, NumberOfProcessType, procVerboseCmd, G4UIcmdWithAString::SetCandidates(), G4UIcmdWithAString::SetDefaultValue(), G4UIparameter::SetDefaultValue(), G4UIcmdWithAnInteger::SetDefaultValue(), G4UIcommand::SetGuidance(), SetNumberOfProcessType(), G4UIcommand::SetParameter(), G4UIcmdWithAnInteger::SetParameterName(), G4UIcmdWithAString::SetParameterName(), G4UIcommand::SetRange(), thisDirectory, and verboseCmd.
|
virtual |
Definition at line 142 of file G4ProcessTableMessenger.cc.
References activateCmd, dumpCmd, inactivateCmd, listCmd, procVerboseCmd, thisDirectory, and verboseCmd.
|
delete |
|
inlineprivate |
Definition at line 70 of file G4ProcessTableMessenger.hh.
|
protectedinherited |
Definition at line 149 of file G4UImessenger.cc.
References G4cerr, G4endl, and G4UIcommand::GetCommandPath().
Definition at line 98 of file G4UImessenger.cc.
|
inlineinherited |
Definition at line 77 of file G4UImessenger.hh.
References G4UImessenger::commandsShouldBeInMaster.
Referenced by G4UIcommand::G4UIcommandCommonConstructorCode().
|
protectedinherited |
Definition at line 110 of file G4UImessenger.hh.
References G4UImessenger::baseDirName.
|
protectedinherited |
Definition at line 156 of file G4UImessenger.cc.
References G4UImessenger::baseDir, G4UImessenger::baseDirName, G4UIcommandTree::FindCommandTree(), G4UIcommandTree::GetPathName(), G4UImanager::GetTree(), G4UImanager::GetUIpointer(), and G4UIcommand::SetGuidance().
Referenced by G4MoleculeShootMessenger::G4MoleculeShootMessenger(), and G4UImessenger::G4UImessenger().
Definition at line 90 of file G4UImessenger.cc.
Referenced by G4ScoreQuantityMessenger::FilterCommands(), and G4UIcontrolMessenger::SetNewValue().
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 369 of file G4ProcessTableMessenger.cc.
References G4UIcommand::ConvertToString(), currentParticleName, currentProcessName, currentProcessTypeName, G4ProcessTable::GetVerboseLevel(), listCmd, theProcessTable, and verboseCmd.
Definition at line 397 of file G4ProcessTableMessenger.cc.
References G4VProcess::GetProcessTypeName(), and NumberOfProcessType.
Referenced by SetNewValue().
|
private |
Definition at line 391 of file G4ProcessTableMessenger.cc.
References G4VProcess::GetProcessTypeName().
Definition at line 82 of file G4UImessenger.cc.
Referenced by G4GenericMessenger::DeclareMethod(), and G4ParticleGunMessenger::GetCurrentValue().
|
inherited |
Definition at line 76 of file G4UImessenger.cc.
|
delete |
|
inherited |
Definition at line 70 of file G4UImessenger.cc.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 155 of file G4ProcessTableMessenger.cc.
References activateCmd, G4UImanager::ApplyCommand(), G4UIcommand::CommandFailed(), G4ParticleTable::contains(), currentParticleName, currentProcessName, currentProcessTypeName, dumpCmd, G4ProcessTable::DumpInfo(), G4ParticleTable::FindParticle(), G4ProcessTable::FindProcesses(), G4cout, G4endl, G4ProcessTable::GetNameList(), G4UIcmdWithAnInteger::GetNewIntValue(), G4ParticleTable::GetParticleTable(), G4VProcess::GetProcessName(), G4VProcess::GetProcessType(), GetProcessType(), G4UImanager::GetUIpointer(), inactivateCmd, G4ProcessVector::length(), listCmd, procVerboseCmd, G4ProcessTable::SetProcessActivation(), G4ProcessTable::SetVerboseLevel(), G4VProcess::SetVerboseLevel(), theProcessTable, and verboseCmd.
|
private |
Definition at line 412 of file G4ProcessTableMessenger.cc.
References G4StrUtil::contains(), FatalException, G4Exception(), G4VProcess::GetProcessTypeName(), and NumberOfProcessType.
Referenced by G4ProcessTableMessenger().
Definition at line 137 of file G4UImessenger.cc.
References G4StrUtil::to_upper_copy().
Referenced by G4LocalThreadCoutMessenger::SetNewValue(), G4CascadeParamMessenger::SetNewValue(), G4ScoreQuantityMessenger::SetNewValue(), and G4ScoringMessenger::SetNewValue().
Definition at line 127 of file G4UImessenger.cc.
Referenced by G4ScoreQuantityMessenger::FParticleWithEnergyCommand(), G4ParticleGunMessenger::IonCommand(), G4GeneralParticleSourceMessenger::IonCommand(), G4UIcontrolMessenger::SetNewValue(), G4MatScanMessenger::SetNewValue(), G4VisCommandSceneAddText::SetNewValue(), G4VisCommandSceneAddText2D::SetNewValue(), G4ScoreQuantityMessenger::SetNewValue(), G4ScoringMessenger::SetNewValue(), and G4PolarizationMessenger::SetNewValue().
Definition at line 107 of file G4UImessenger.cc.
Referenced by G4ScoringMessenger::Fill1D(), G4ParticleGunMessenger::IonCommand(), G4GeneralParticleSourceMessenger::IonCommand(), G4ParticleGunMessenger::IonLevelCommand(), G4GeneralParticleSourceMessenger::IonLvlCommand(), G4ScoringMessenger::MeshBinCommand(), G4LocalThreadCoutMessenger::SetNewValue(), G4UIcontrolMessenger::SetNewValue(), G4MatScanMessenger::SetNewValue(), G4GMocrenMessenger::SetNewValue(), G4ScoreQuantityMessenger::SetNewValue(), and G4ScoringMessenger::SetNewValue().
Definition at line 117 of file G4UImessenger.cc.
Referenced by G4RunMessenger::SetNewValue().
|
private |
Definition at line 85 of file G4ProcessTableMessenger.hh.
Referenced by G4ProcessTableMessenger(), SetNewValue(), and ~G4ProcessTableMessenger().
|
protectedinherited |
Definition at line 102 of file G4UImessenger.hh.
Referenced by G4UImessenger::CreateDirectory(), and G4UImessenger::~G4UImessenger().
|
protectedinherited |
Definition at line 103 of file G4UImessenger.hh.
Referenced by G4UImessenger::CreateCommand(), and G4UImessenger::CreateDirectory().
|
protectedinherited |
Definition at line 104 of file G4UImessenger.hh.
Referenced by G4UImessenger::CommandsShouldBeInMaster(), and G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger().
|
private |
Definition at line 91 of file G4ProcessTableMessenger.hh.
Referenced by GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 90 of file G4ProcessTableMessenger.hh.
Referenced by GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 89 of file G4ProcessTableMessenger.hh.
Referenced by GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 84 of file G4ProcessTableMessenger.hh.
Referenced by G4ProcessTableMessenger(), SetNewValue(), and ~G4ProcessTableMessenger().
|
private |
Definition at line 86 of file G4ProcessTableMessenger.hh.
Referenced by G4ProcessTableMessenger(), SetNewValue(), and ~G4ProcessTableMessenger().
|
private |
Definition at line 83 of file G4ProcessTableMessenger.hh.
Referenced by G4ProcessTableMessenger(), GetCurrentValue(), SetNewValue(), and ~G4ProcessTableMessenger().
|
staticprivate |
Definition at line 74 of file G4ProcessTableMessenger.hh.
Referenced by G4ProcessTableMessenger(), GetProcessType(), and SetNumberOfProcessType().
|
private |
Definition at line 87 of file G4ProcessTableMessenger.hh.
Referenced by G4ProcessTableMessenger(), SetNewValue(), and ~G4ProcessTableMessenger().
|
private |
Definition at line 79 of file G4ProcessTableMessenger.hh.
Referenced by GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 81 of file G4ProcessTableMessenger.hh.
Referenced by G4ProcessTableMessenger(), and ~G4ProcessTableMessenger().
|
private |
Definition at line 82 of file G4ProcessTableMessenger.hh.
Referenced by G4ProcessTableMessenger(), GetCurrentValue(), SetNewValue(), and ~G4ProcessTableMessenger().