ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/lend/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 |
Definition at line 128 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 128 of file MCGIDI.h
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.
View newest version in sPHENIX GitHub at line 27 of file MCGIDI_samplingSettings.cc
References xDataTOM_frame_invalid.
MCGIDI_samplingSettings::~MCGIDI_samplingSettings | ( | void | ) |
Definition at line 42 of file MCGIDI_samplingSettings.cc.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 48 of file MCGIDI_samplingSettings.cc
References int(), smr_setReportError2, and smr_unknownID.
double MCGIDI_samplingSettings::mEp |
enum GIDI::xDataTOM_frame MCGIDI_samplingSettings::mGotFrame |
double MCGIDI_samplingSettings::mMu |
GIDI::MCGIDI_POP* MCGIDI_samplingSettings::mPoP |
|
private |
|
private |
|
private |
Definition at line 135 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 135 of file MCGIDI.h
Referenced by getProductMultiplicityBias().
|
private |
|
private |