Geant4-11
|
#include <G4PolarizationMessenger.hh>
Public Member Functions | |
G4bool | CommandsShouldBeInMaster () const |
G4PolarizationMessenger (const G4PolarizationMessenger &)=delete | |
G4PolarizationMessenger (G4PolarizationManager *runMgr) | |
G4String | GetCurrentValue (G4UIcommand *command) override |
G4bool | operator!= (const G4UImessenger &messenger) const |
G4PolarizationMessenger & | operator= (const G4PolarizationMessenger &right)=delete |
G4bool | operator== (const G4UImessenger &messenger) const |
void | SetNewValue (G4UIcommand *command, G4String newValues) override |
~G4PolarizationMessenger () override | |
Data Fields | |
G4PolarizationManager * | polarizationManager |
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 |
Definition at line 52 of file G4PolarizationMessenger.hh.
|
explicit |
Definition at line 48 of file G4PolarizationMessenger.cc.
References G4UIcommand::AvailableForStates(), G4State_GeomClosed, G4State_Idle, G4State_PreInit, managerDirectory, optActivateCmd, polarizationDirectory, printVolumeListCmd, G4UIparameter::SetDefaultValue(), G4UIcmdWithABool::SetDefaultValue(), G4UIcmdWithAnInteger::SetDefaultValue(), G4UIcommand::SetGuidance(), G4UIcommand::SetParameter(), G4UIcmdWithABool::SetParameterName(), G4UIcmdWithAnInteger::SetParameterName(), setPolarizationCmd, G4UIcommand::SetRange(), testDirectory, testInteractionFrameCmd, testPolarizationTransformationCmd, verboseCmd, and volumeDirectory.
|
override |
Definition at line 120 of file G4PolarizationMessenger.cc.
References managerDirectory, optActivateCmd, polarizationDirectory, printVolumeListCmd, setPolarizationCmd, testDirectory, testInteractionFrameCmd, testPolarizationTransformationCmd, verboseCmd, and volumeDirectory.
|
delete |
|
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().
|
overridevirtual |
Reimplemented from G4UImessenger.
Definition at line 181 of file G4PolarizationMessenger.cc.
References G4UIcommand::ConvertToString(), G4PolarizationManager::GetVerbose(), polarizationManager, and verboseCmd.
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.
|
overridevirtual |
Reimplemented from G4UImessenger.
Definition at line 134 of file G4PolarizationMessenger.cc.
References G4UIcmdWithABool::GetNewBoolValue(), G4UIcmdWithAnInteger::GetNewIntValue(), G4PolarizationManager::ListVolumes(), optActivateCmd, polarizationManager, printVolumeListCmd, G4PolarizationManager::SetActivated(), setPolarizationCmd, G4PolarizationManager::SetVerbose(), G4PolarizationManager::SetVolumePolarization(), G4UImessenger::StoD(), G4PolarizationHelper::TestInteractionFrame(), testInteractionFrameCmd, testPolarizationTransformationCmd, G4PolarizationHelper::TestPolarizationTransformations(), and verboseCmd.
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 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().
|
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 70 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), and ~G4PolarizationMessenger().
|
private |
Definition at line 72 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), SetNewValue(), and ~G4PolarizationMessenger().
|
private |
Definition at line 68 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), and ~G4PolarizationMessenger().
G4PolarizationManager* G4PolarizationMessenger::polarizationManager |
Definition at line 61 of file G4PolarizationMessenger.hh.
Referenced by GetCurrentValue(), and SetNewValue().
|
private |
Definition at line 75 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), SetNewValue(), and ~G4PolarizationMessenger().
|
private |
Definition at line 76 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), SetNewValue(), and ~G4PolarizationMessenger().
|
private |
Definition at line 78 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), and ~G4PolarizationMessenger().
|
private |
Definition at line 80 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), SetNewValue(), and ~G4PolarizationMessenger().
|
private |
Definition at line 79 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), SetNewValue(), and ~G4PolarizationMessenger().
|
private |
Definition at line 71 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), GetCurrentValue(), SetNewValue(), and ~G4PolarizationMessenger().
|
private |
Definition at line 74 of file G4PolarizationMessenger.hh.
Referenced by G4PolarizationMessenger(), and ~G4PolarizationMessenger().