Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UIcmdWithADoubleAndUnit.hh>
Static Public Member Functions | |
static G4double | GetNewDoubleValue (const char *paramString) |
static G4double | GetNewDoubleRawValue (const char *paramString) |
static G4double | GetNewUnitValue (const char *paramString) |
![]() | |
static G4String | ConvertToString (G4bool boolVal) |
static G4String | ConvertToString (G4int intValue) |
static G4String | ConvertToString (G4long longValue) |
static G4String | ConvertToString (G4double doubleValue) |
static G4String | ConvertToString (G4double doubleValue, const char *unitName) |
static G4String | ConvertToString (const G4ThreeVector &vec) |
static G4String | ConvertToString (const G4ThreeVector &vec, const char *unitName) |
static G4bool | ConvertToBool (const char *st) |
static G4int | ConvertToInt (const char *st) |
static G4long | ConvertToLongInt (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 | |
![]() | |
enum | CommandType { BaseClassCmd , WithoutParameterCmd , WithABoolCmd , WithAnIntegerCmd , WithALongIntCmd , WithADoubleCmd , WithADoubleAndUnitCmd , With3VectorCmd , With3VectorAndUnitCmd , WithAStringCmd , CmdDirectory = -1 } |
![]() | |
G4int | CheckNewValue (const char *newValue) |
![]() | |
G4bool | toBeBroadcasted = false |
G4bool | toBeFlushed = false |
G4bool | workerThreadOnly = false |
G4int | commandFailureCode = 0 |
G4String | failureDescription = "" |
G4bool | ifSort = false |
Definition at line 41 of file G4UIcmdWithADoubleAndUnit.hh.
G4UIcmdWithADoubleAndUnit::G4UIcmdWithADoubleAndUnit | ( | const char * | theCommandPath, |
G4UImessenger * | theMessenger ) |
Definition at line 41 of file G4UIcmdWithADoubleAndUnit.cc.
Definition at line 121 of file G4UIcmdWithADoubleAndUnit.cc.
Referenced by ConvertToStringWithDefaultUnit().
Definition at line 135 of file G4UIcmdWithADoubleAndUnit.cc.
Reimplemented from G4UIcommand.
Definition at line 54 of file G4UIcmdWithADoubleAndUnit.cc.
|
static |
Definition at line 96 of file G4UIcmdWithADoubleAndUnit.cc.
|
static |
Definition at line 90 of file G4UIcmdWithADoubleAndUnit.cc.
Referenced by G4ModelCmdSetAuxPtsSize< M >::Apply(), and G4ModelCmdSetStepPtsSize< M >::Apply().
|
static |
Definition at line 108 of file G4UIcmdWithADoubleAndUnit.cc.
void G4UIcmdWithADoubleAndUnit::SetDefaultUnit | ( | const char * | defUnit | ) |
Definition at line 180 of file G4UIcmdWithADoubleAndUnit.cc.
void G4UIcmdWithADoubleAndUnit::SetDefaultValue | ( | G4double | defVal | ) |
Definition at line 159 of file G4UIcmdWithADoubleAndUnit.cc.
void G4UIcmdWithADoubleAndUnit::SetParameterName | ( | const char * | theName, |
G4bool | omittable, | ||
G4bool | currentAsDefault = false ) |
Definition at line 149 of file G4UIcmdWithADoubleAndUnit.cc.
void G4UIcmdWithADoubleAndUnit::SetUnitCandidates | ( | const char * | candidateList | ) |
Definition at line 172 of file G4UIcmdWithADoubleAndUnit.cc.
Referenced by SetUnitCategory().
void G4UIcmdWithADoubleAndUnit::SetUnitCategory | ( | const char * | unitCategory | ) |
Definition at line 166 of file G4UIcmdWithADoubleAndUnit.cc.
Referenced by G4ModelCmdSetTimeSliceInterval< M >::G4ModelCmdSetTimeSliceInterval(), and SetDefaultUnit().