Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4HadronicDeveloperParameters.hh>
Public Member Functions | |
G4bool | Set (const G4String &name, const G4bool) |
G4bool | Set (const G4String &name, const G4int) |
G4bool | Set (const G4String &name, const G4double) |
G4bool | GetDefault (const G4String &name, G4bool &value) |
G4bool | GetDefault (const G4String &name, G4int &value) |
G4bool | GetDefault (const G4String &name, G4double &value) |
G4bool | Get (const G4String &name, G4bool &value) |
G4bool | Get (const G4String &name, G4int &value) |
G4bool | Get (const G4String &name, G4double &value) |
G4bool | DeveloperGet (const G4String &name, G4bool &value) |
G4bool | DeveloperGet (const G4String &name, G4int &value) |
G4bool | DeveloperGet (const G4String &name, G4double &value) |
void | Dump (const G4String &name) |
G4bool | SetDefault (const G4String &name, const G4bool value) |
G4bool | SetDefault (const G4String &name, const G4int value, G4int lower_limit=-INT_MAX, G4int upper_limit=INT_MAX) |
G4bool | SetDefault (const G4String &name, const G4double value, G4double lower_limit=-DBL_MAX, G4double upper_limit=DBL_MAX) |
Static Public Member Functions | |
static G4HadronicDeveloperParameters & | GetInstance () |
Definition at line 36 of file G4HadronicDeveloperParameters.hh.
Definition at line 242 of file G4HadronicDeveloperParameters.cc.
Definition at line 192 of file G4HadronicDeveloperParameters.cc.
Definition at line 217 of file G4HadronicDeveloperParameters.cc.
void G4HadronicDeveloperParameters::Dump | ( | const G4String & | name | ) |
Definition at line 263 of file G4HadronicDeveloperParameters.cc.
Definition at line 238 of file G4HadronicDeveloperParameters.cc.
Definition at line 188 of file G4HadronicDeveloperParameters.cc.
Definition at line 213 of file G4HadronicDeveloperParameters.cc.
Definition at line 149 of file G4HadronicDeveloperParameters.cc.
Definition at line 175 of file G4HadronicDeveloperParameters.cc.
Definition at line 162 of file G4HadronicDeveloperParameters.cc.
|
static |
Definition at line 28 of file G4HadronicDeveloperParameters.cc.
Definition at line 83 of file G4HadronicDeveloperParameters.cc.
Definition at line 125 of file G4HadronicDeveloperParameters.cc.
Definition at line 101 of file G4HadronicDeveloperParameters.cc.
Definition at line 39 of file G4HadronicDeveloperParameters.cc.
G4bool G4HadronicDeveloperParameters::SetDefault | ( | const G4String & | name, |
const G4double | value, | ||
G4double | lower_limit = -DBL_MAX, | ||
G4double | upper_limit = DBL_MAX ) |
Definition at line 68 of file G4HadronicDeveloperParameters.cc.
G4bool G4HadronicDeveloperParameters::SetDefault | ( | const G4String & | name, |
const G4int | value, | ||
G4int | lower_limit = -INT_MAX, | ||
G4int | upper_limit = INT_MAX ) |
Definition at line 53 of file G4HadronicDeveloperParameters.cc.