|
Geant4
10.02.p03
|
#include <MCGIDI.h>
Public Member Functions | |
| MCGIDI_quantitiesLookupModes (int projectilesPOPID) | |
| ~MCGIDI_quantitiesLookupModes () | |
| double | getProjectileEnergy (void) const |
| void | setProjectileEnergy (double e_in) |
| int | getGroupIndex (void) const |
| int | setGroupIndex (GIDI_settings const &settings, bool encloseOutOfRange) |
| double | getTemperature (void) const |
| void | setTemperature (double temperature) |
| enum MCGIDI_quantityLookupMode | getMode (std::string const &quantity) const |
| enum MCGIDI_quantityLookupMode | getCrossSectionMode (void) const |
| std::vector< std::string > | getListOfLookupQuanities () const |
| void | setMode (std::string const &quantity, enum MCGIDI_quantityLookupMode mode) |
| void | setCrossSectionMode (enum MCGIDI_quantityLookupMode mode) |
| void | setModeAll (enum MCGIDI_quantityLookupMode mode) |
Private Attributes | |
| int | mProjectilesPOPID |
| double | mProjectileEnergy |
| int | mGroupIndex |
| double | mProjectileEnergyForGroupIndex |
| double | mTemperature |
| enum MCGIDI_quantityLookupMode | mCrossSectionMode |
| enum MCGIDI_quantityLookupMode | mMultiplicityMode |
| MCGIDI_quantitiesLookupModes::MCGIDI_quantitiesLookupModes | ( | int | projectilesPOPID | ) |
Definition at line 12 of file MCGIDI_quantitiesLookupMode.cc.
| MCGIDI_quantitiesLookupModes::~MCGIDI_quantitiesLookupModes | ( | ) |
Definition at line 25 of file MCGIDI_quantitiesLookupMode.cc.
|
inline |
Definition at line 107 of file MCGIDI.h.
|
inline |
| std::vector< std::string > MCGIDI_quantitiesLookupModes::getListOfLookupQuanities | ( | ) | const |
Definition at line 59 of file MCGIDI_quantitiesLookupMode.cc.
| enum MCGIDI_quantityLookupMode MCGIDI_quantitiesLookupModes::getMode | ( | std::string const & | quantity | ) | const |
Definition at line 46 of file MCGIDI_quantitiesLookupMode.cc.
|
inline |
|
inline |
|
inline |
Definition at line 110 of file MCGIDI.h.
| int MCGIDI_quantitiesLookupModes::setGroupIndex | ( | GIDI_settings const & | settings, |
| bool | encloseOutOfRange | ||
| ) |
Definition at line 31 of file MCGIDI_quantitiesLookupMode.cc.
| void MCGIDI_quantitiesLookupModes::setMode | ( | std::string const & | quantity, |
| enum MCGIDI_quantityLookupMode | mode | ||
| ) |
Definition at line 71 of file MCGIDI_quantitiesLookupMode.cc.
| void MCGIDI_quantitiesLookupModes::setModeAll | ( | enum MCGIDI_quantityLookupMode | mode | ) |
Definition at line 84 of file MCGIDI_quantitiesLookupMode.cc.
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |