|
Geant4
10.02.p03
|
#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 |
Private Attributes | |
| enum GIDI::xDataTOM_frame | mWantFrame |
| bool | mWantVelocities |
| double(* | mRng )(void *) |
| void * | mRngState |
| std::vector< struct MCGIDI_samplingMultiplicityBias_s > | mSamplingMultiplicityBiases |
| 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 |
Definition at line 147 of file MCGIDI.h.
| int MCGIDI_samplingSettings::setProductMultiplicityBias | ( | GIDI::statusMessageReporting * | smr, |
| int | PoPID, | ||
| double | fractor | ||
| ) |
Definition at line 48 of file MCGIDI_samplingSettings.cc.
| enum GIDI::xDataTOM_frame MCGIDI_samplingSettings::mGotFrame |
| GIDI::MCGIDI_POP* MCGIDI_samplingSettings::mPoP |
|
private |
|
private |