Geant4
10.01.p02
|
#include <G4UIcmdWithADouble.hh>
Static Public Member Functions | |
static G4double | GetNewDoubleValue (const char *paramString) |
Static Public Member Functions inherited from G4UIcommand | |
static G4String | ConvertToString (G4bool boolVal) |
static G4String | ConvertToString (G4int intValue) |
static G4String | ConvertToString (G4double doubleValue) |
static G4String | ConvertToString (G4double doubleValue, const char *unitName) |
static G4String | ConvertToString (G4ThreeVector vec) |
static G4String | ConvertToString (G4ThreeVector vec, const char *unitName) |
static G4bool | ConvertToBool (const char *st) |
static G4int | ConvertToInt (const char *st) |
static G4double | ConvertToDouble (const char *st) |
static G4double | ConvertToDimensionedDouble (const char *st) |
static G4ThreeVector | ConvertTo3Vector (const char *st) |
static G4ThreeVector | ConvertToDimensioned3Vector (const char *st) |
static G4double | ValueOf (const char *unitName) |
static G4String | CategoryOf (const char *unitName) |
static G4String | UnitsList (const char *unitCategory) |
Additional Inherited Members | |
Protected Member Functions inherited from G4UIcommand | |
G4int | CheckNewValue (const char *newValue) |
Protected Attributes inherited from G4UIcommand | |
G4bool | toBeBroadcasted |
G4bool | toBeFlushed |
G4bool | workerThreadOnly |
Definition at line 41 of file G4UIcmdWithADouble.hh.
G4UIcmdWithADouble::G4UIcmdWithADouble | ( | const char * | theCommandPath, |
G4UImessenger * | theMessenger | ||
) |
Definition at line 34 of file G4UIcmdWithADouble.cc.
|
static |
Definition at line 41 of file G4UIcmdWithADouble.cc.
References G4UIcommand::ConvertToDouble().
Referenced by G4HepRepMessenger::SetNewValue(), CCalPrimaryGeneratorMessenger::SetNewValue(), MyKleinNishinaMessenger::SetNewValue(), LXeDetectorMessenger::SetNewValue(), G4MonopolePhysicsMessenger::SetNewValue(), G4HadronicEPTestMessenger::SetNewValue(), G4VisCommandSetLineWidth::SetNewValue(), ExG4DetectorConstruction02Messenger::SetNewValue(), WLSDetectorMessenger::SetNewValue(), G4ErrorMessenger::SetNewValue(), GFlashShowerModelMessenger::SetNewValue(), Em10RunMessenger::SetNewValue(), CexmcPrimaryGeneratorActionMessenger::SetNewValue(), RMC01AnalysisManagerMessenger::SetNewValue(), CexmcEnergyDepositDigitizerMessenger::SetNewValue(), G4DecayTableMessenger::SetNewValue(), G4EmParametersMessenger::SetNewValue(), G4OpticalPhysicsMessenger::SetNewValue(), G4VisCommandSetTextSize::SetNewValue(), G4GeneralParticleSourceMessenger::SetNewValue(), and G4VisCommandViewerZoom::SetNewValue().
void G4UIcmdWithADouble::SetDefaultValue | ( | G4double | defVal | ) |
Definition at line 55 of file G4UIcmdWithADouble.cc.
References G4UIcommand::GetParameter(), and G4UIparameter::SetDefaultValue().
Referenced by CCalPrimaryGeneratorMessenger::CCalPrimaryGeneratorMessenger(), CexmcEnergyDepositDigitizerMessenger::CexmcEnergyDepositDigitizerMessenger(), CexmcPrimaryGeneratorActionMessenger::CexmcPrimaryGeneratorActionMessenger(), G4EmParametersMessenger::G4EmParametersMessenger(), G4HadronicEPTestMessenger::G4HadronicEPTestMessenger(), G4HepRepMessenger::G4HepRepMessenger(), G4VisCommandSetLineWidth::G4VisCommandSetLineWidth(), G4VisCommandSetTextSize::G4VisCommandSetTextSize(), G4VisCommandsTouchableSet::G4VisCommandsTouchableSet(), and G4VisCommandsViewerSet::G4VisCommandsViewerSet().
void G4UIcmdWithADouble::SetParameterName | ( | const char * | theName, |
G4bool | omittable, | ||
G4bool | currentAsDefault = false |
||
) |
Definition at line 47 of file G4UIcmdWithADouble.cc.
References G4UIparameter::SetCurrentAsDefault(), G4UIparameter::SetOmittable(), and G4UIparameter::SetParameterName().
Referenced by CCalPrimaryGeneratorMessenger::CCalPrimaryGeneratorMessenger(), CexmcEnergyDepositDigitizerMessenger::CexmcEnergyDepositDigitizerMessenger(), CexmcPrimaryGeneratorActionMessenger::CexmcPrimaryGeneratorActionMessenger(), Em10RunMessenger::Em10RunMessenger(), ExG4DetectorConstruction02Messenger::ExG4DetectorConstruction02Messenger(), G4BlineTracerMessenger::G4BlineTracerMessenger(), G4DecayTableMessenger::G4DecayTableMessenger(), G4EmParametersMessenger::G4EmParametersMessenger(), G4HadronicEPTestMessenger::G4HadronicEPTestMessenger(), G4HepRepMessenger::G4HepRepMessenger(), G4ModelCmdApplyDouble< M >::G4ModelCmdApplyDouble(), G4MonopolePhysicsMessenger::G4MonopolePhysicsMessenger(), G4OpticalPhysicsMessenger::G4OpticalPhysicsMessenger(), G4VisCommandSetLineWidth::G4VisCommandSetLineWidth(), G4VisCommandSetTextSize::G4VisCommandSetTextSize(), G4VisCommandsTouchableSet::G4VisCommandsTouchableSet(), GFlashShowerModelMessenger::GFlashShowerModelMessenger(), MyKleinNishinaMessenger::MyKleinNishinaMessenger(), RMC01AnalysisManagerMessenger::RMC01AnalysisManagerMessenger(), and WLSDetectorMessenger::WLSDetectorMessenger().