|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <MCGIDI.h>
Public Member Functions | |
| MCGIDI_samplingSettings (enum GIDI::xDataTOM_frame frame, bool wantVelocities, double(*rng)(void *), void *rngState) | |
| ~MCGIDI_samplingSettings () | |
| double | getProductMultiplicityBias (int PoPID) const |
| int | setProductMultiplicityBias (GIDI::statusMessageReporting *smr, int PoPID, double fractor) |
Public Attributes | |
| enum GIDI::xDataTOM_frame | mGotFrame |
| GIDI::MCGIDI_POP * | mPoP |
| double | mMu |
| double | mEp |
| MCGIDI_samplingSettings::MCGIDI_samplingSettings | ( | enum GIDI::xDataTOM_frame | frame, |
| bool | wantVelocities, | ||
| double(*)(void *) | rng, | ||
| void * | rngState | ||
| ) |
Definition at line 27 of file MCGIDI_samplingSettings.cc.
| MCGIDI_samplingSettings::~MCGIDI_samplingSettings | ( | void | ) |
Definition at line 42 of file MCGIDI_samplingSettings.cc.
|
inline |
| int MCGIDI_samplingSettings::setProductMultiplicityBias | ( | GIDI::statusMessageReporting * | smr, |
| int | PoPID, | ||
| double | fractor | ||
| ) |
Definition at line 48 of file MCGIDI_samplingSettings.cc.
| double MCGIDI_samplingSettings::mEp |
Definition at line 141 of file MCGIDI.h.
Referenced by MCGIDI_samplingSettings().
| enum GIDI::xDataTOM_frame MCGIDI_samplingSettings::mGotFrame |
Definition at line 138 of file MCGIDI.h.
Referenced by MCGIDI_samplingSettings().
| double MCGIDI_samplingSettings::mMu |
Definition at line 140 of file MCGIDI.h.
Referenced by MCGIDI_samplingSettings().
| GIDI::MCGIDI_POP* MCGIDI_samplingSettings::mPoP |
Definition at line 139 of file MCGIDI.h.
Referenced by MCGIDI_samplingSettings().