Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4HadronicDeveloperParameters.hh>
Public Member Functions | |
G4bool | Set (const std::string name, const G4bool) |
G4bool | Set (const std::string name, const G4int) |
G4bool | Set (const std::string name, const G4double) |
G4bool | GetDefault (const std::string name, G4bool &value) |
G4bool | GetDefault (const std::string name, G4int &value) |
G4bool | GetDefault (const std::string name, G4double &value) |
G4bool | Get (const std::string name, G4bool &value) |
G4bool | Get (const std::string name, G4int &value) |
G4bool | Get (const std::string name, G4double &value) |
G4bool | DeveloperGet (const std::string name, G4bool &value) |
G4bool | DeveloperGet (const std::string name, G4int &value) |
G4bool | DeveloperGet (const std::string name, G4double &value) |
void | Dump (const std::string name) |
G4bool | SetDefault (const std::string name, const G4bool value) |
G4bool | SetDefault (const std::string name, const G4int value, G4int lower_limit=-INT_MAX, G4int upper_limit=INT_MAX) |
G4bool | SetDefault (const std::string 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.
Referenced by G4FTFParamCollBaryonProj::G4FTFParamCollBaryonProj(), G4FTFParamCollMesonProj::G4FTFParamCollMesonProj(), and G4FTFParamCollPionProj::G4FTFParamCollPionProj().
Definition at line 192 of file G4HadronicDeveloperParameters.cc.
Definition at line 217 of file G4HadronicDeveloperParameters.cc.
void G4HadronicDeveloperParameters::Dump | ( | const std::string | 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.
Referenced by G4FTFSettingDefaultHDP::G4FTFSettingDefaultHDP().
G4bool G4HadronicDeveloperParameters::SetDefault | ( | const std::string | 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 std::string | name, |
const G4int | value, | ||
G4int | lower_limit = -INT_MAX , |
||
G4int | upper_limit = INT_MAX |
||
) |
Definition at line 53 of file G4HadronicDeveloperParameters.cc.