ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/intercoms/include/G4UIcmdWith3Vector.hh>
Static Public Member Functions | |
static G4ThreeVector | GetNew3VectorValue (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 Types inherited from G4UIcommand | |
using | yystype = G4UItokenNum::yystype |
using | tokenNum = G4UItokenNum::tokenNum |
Protected Member Functions inherited from G4UIcommand | |
G4int | CheckNewValue (const char *newValue) |
Protected Attributes inherited from G4UIcommand | |
G4bool | toBeBroadcasted |
G4bool | toBeFlushed |
G4bool | workerThreadOnly |
G4int | commandFailureCode |
G4String | failureDescription |
Definition at line 41 of file G4UIcmdWith3Vector.hh.
View newest version in sPHENIX GitHub at line 41 of file G4UIcmdWith3Vector.hh
G4UIcmdWith3Vector::G4UIcmdWith3Vector | ( | const char * | theCommandPath, |
G4UImessenger * | theMessenger | ||
) |
Definition at line 33 of file G4UIcmdWith3Vector.cc.
View newest version in sPHENIX GitHub at line 33 of file G4UIcmdWith3Vector.cc
|
static |
Definition at line 44 of file G4UIcmdWith3Vector.cc.
View newest version in sPHENIX GitHub at line 44 of file G4UIcmdWith3Vector.cc
References G4UIcommand::ConvertTo3Vector().
Referenced by RunActionMessenger::SetNewValue(), ExGflashMessenger::SetNewValue(), G4MatScanMessenger::SetNewValue(), G4RTMessenger::SetNewValue(), G4ParticleGunMessenger::SetNewValue(), G4RadioactiveDecayBaseMessenger::SetNewValue(), CexmcProductionModelMessenger::SetNewValue(), CexmcScenePrimitivesMessenger::SetNewValue(), CexmcParticleGunMessenger::SetNewValue(), CexmcEnergyDepositDigitizerMessenger::SetNewValue(), G4BlineTracerMessenger::SetNewValue(), G4RadioactiveDecaymessenger::SetNewValue(), G4GeneralParticleSourceMessenger::SetNewValue(), and G4VisCommandViewerScale::SetNewValue().
void G4UIcmdWith3Vector::SetDefaultValue | ( | G4ThreeVector | defVal | ) |
Definition at line 67 of file G4UIcmdWith3Vector.cc.
View newest version in sPHENIX GitHub at line 67 of file G4UIcmdWith3Vector.cc
References G4UIcommand::GetParameter(), G4UIparameter::SetDefaultValue(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Referenced by CexmcScenePrimitivesMessenger::CexmcScenePrimitivesMessenger(), and G4RTMessenger::G4RTMessenger().
void G4UIcmdWith3Vector::SetParameterName | ( | const char * | theNameX, |
const char * | theNameY, | ||
const char * | theNameZ, | ||
G4bool | omittable, | ||
G4bool | currentAsDefault = false |
||
) |
Definition at line 50 of file G4UIcmdWith3Vector.cc.
View newest version in sPHENIX GitHub at line 50 of file G4UIcmdWith3Vector.cc
References G4UIparameter::SetCurrentAsDefault(), G4UIparameter::SetOmittable(), and G4UIparameter::SetParameterName().
Referenced by CexmcEnergyDepositDigitizerMessenger::CexmcEnergyDepositDigitizerMessenger(), CexmcParticleGunMessenger::CexmcParticleGunMessenger(), CexmcProductionModelMessenger::CexmcProductionModelMessenger(), CexmcScenePrimitivesMessenger::CexmcScenePrimitivesMessenger(), ExGflashMessenger::ExGflashMessenger(), G4MatScanMessenger::G4MatScanMessenger(), G4ParticleGunMessenger::G4ParticleGunMessenger(), G4RTMessenger::G4RTMessenger(), and RunActionMessenger::RunActionMessenger().