Geant4.10
|
#include <G4ProductionCutsTableMessenger.hh>
Public Member Functions | |
G4ProductionCutsTableMessenger (G4ProductionCutsTable *pTable) | |
virtual | ~G4ProductionCutsTableMessenger () |
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 | |
G4ProductionCutsTable * | theCutsTable |
![]() | |
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 65 of file G4ProductionCutsTableMessenger.hh.
G4ProductionCutsTableMessenger::G4ProductionCutsTableMessenger | ( | G4ProductionCutsTable * | pTable | ) |
Definition at line 51 of file G4ProductionCutsTableMessenger.cc.
References G4UIcommand::AvailableForStates(), G4State_PreInit, G4UIcmdWithADoubleAndUnit::SetDefaultUnit(), G4UIcmdWithAnInteger::SetDefaultValue(), G4UIcmdWithADoubleAndUnit::SetDefaultValue(), G4UIcommand::SetGuidance(), G4UIcmdWithAnInteger::SetParameterName(), G4UIcmdWithADoubleAndUnit::SetParameterName(), and G4UIcommand::SetRange().
|
virtual |
Definition at line 102 of file G4ProductionCutsTableMessenger.cc.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 138 of file G4ProductionCutsTableMessenger.cc.
References G4UIcommand::ConvertToString(), G4ProductionCutsTable::GetHighEdgeEnergy(), G4ProductionCutsTable::GetLowEdgeEnergy(), G4ProductionCutsTable::GetMaxEnergyCut(), G4ProductionCutsTable::GetVerboseLevel(), and theCutsTable.
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 112 of file G4ProductionCutsTableMessenger.cc.
References G4ProductionCutsTable::GetHighEdgeEnergy(), G4ProductionCutsTable::GetLowEdgeEnergy(), G4UIcmdWithADoubleAndUnit::GetNewDoubleValue(), G4UIcmdWithAnInteger::GetNewIntValue(), G4ProductionCutsTable::SetEnergyRange(), G4ProductionCutsTable::SetMaxEnergyCut(), G4ProductionCutsTable::SetVerboseLevel(), and theCutsTable.
|
protected |
Definition at line 80 of file G4ProductionCutsTableMessenger.hh.
Referenced by GetCurrentValue(), and SetNewValue().