|
Geant4
10.03.p01
|
#include <G4UIcmdWithNucleusLimits.hh>


Additional Inherited Members | |
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) |
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 76 of file G4UIcmdWithNucleusLimits.hh.
| G4UIcmdWithNucleusLimits::G4UIcmdWithNucleusLimits | ( | const char * | theCommandPath, |
| G4UImessenger * | theMessenger | ||
| ) |
Definition at line 32 of file G4UIcmdWithNucleusLimits.cc.
| G4UIcmdWithNucleusLimits::~G4UIcmdWithNucleusLimits | ( | ) |
Definition at line 47 of file G4UIcmdWithNucleusLimits.cc.
| G4String G4UIcmdWithNucleusLimits::ConvertToString | ( | G4NucleusLimits | nuclimit | ) |
Definition at line 67 of file G4UIcmdWithNucleusLimits.cc.

| G4NucleusLimits G4UIcmdWithNucleusLimits::GetNewNucleusLimitsValue | ( | G4String | paramString | ) |
Definition at line 54 of file G4UIcmdWithNucleusLimits.cc.

| void G4UIcmdWithNucleusLimits::SetDefaultValue | ( | G4NucleusLimits | defVal | ) |
Definition at line 100 of file G4UIcmdWithNucleusLimits.cc.

| void G4UIcmdWithNucleusLimits::SetParameterName | ( | const char * | theNameAMin, |
| const char * | theNameAMax, | ||
| const char * | theNameZMin, | ||
| const char * | theNameZMax, | ||
| G4bool | omittable, | ||
| G4bool | currentAsDefault = true |
||
| ) |
Definition at line 78 of file G4UIcmdWithNucleusLimits.cc.
