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 Attributes | |
enum MCGIDI_channelGenre | genre |
MCGIDI_reaction * | reaction |
MCGIDI_product * | parent |
int | QIsFloat |
double | Q |
int | numberOfProducts |
MCGIDI_product * | products |
Definition at line 390 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 390 of file MCGIDI.h
enum MCGIDI_channelGenre MCGIDI_outputChannel_s::genre |
Definition at line 391 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 391 of file MCGIDI.h
Referenced by MCGIDI_outputChannel_getFinalQ(), MCGIDI_outputChannel_parseFromTOM(), MCGIDI_outputChannel_sampleProductsAtE(), and MCGIDI_reaction_ParseDetermineReactionProducts().
int MCGIDI_outputChannel_s::numberOfProducts |
Definition at line 396 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 396 of file MCGIDI.h
Referenced by MCGIDI_outputChannel_getFinalQ(), MCGIDI_outputChannel_getProductAtIndex(), MCGIDI_outputChannel_numberOfProducts(), MCGIDI_outputChannel_parseFromTOM(), MCGIDI_outputChannel_release(), and MCGIDI_outputChannel_sampleProductsAtE().
MCGIDI_product* MCGIDI_outputChannel_s::parent |
Definition at line 393 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 393 of file MCGIDI.h
Referenced by MCGIDI_outputChannel_getDomain(), MCGIDI_outputChannel_getProjectileMass_MeV(), MCGIDI_outputChannel_getTargetHeated(), MCGIDI_outputChannel_getTargetMass_MeV(), and MCGIDI_outputChannel_parseFromTOM().
MCGIDI_product* MCGIDI_outputChannel_s::products |
Definition at line 397 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 397 of file MCGIDI.h
Referenced by MCGIDI_outputChannel_getFinalQ(), MCGIDI_outputChannel_getProductAtIndex(), MCGIDI_outputChannel_parseFromTOM(), MCGIDI_outputChannel_release(), and MCGIDI_outputChannel_sampleProductsAtE().
double MCGIDI_outputChannel_s::Q |
Definition at line 395 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 395 of file MCGIDI.h
Referenced by MCGIDI_outputChannel_getFinalQ(), MCGIDI_outputChannel_getQ_MeV(), and MCGIDI_outputChannel_parseFromTOM().
int MCGIDI_outputChannel_s::QIsFloat |
Definition at line 394 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 394 of file MCGIDI.h
Referenced by MCGIDI_outputChannel_parseFromTOM().
MCGIDI_reaction* MCGIDI_outputChannel_s::reaction |
Definition at line 392 of file MCGIDI.h.
View newest version in sPHENIX GitHub at line 392 of file MCGIDI.h
Referenced by MCGIDI_outputChannel_getDomain(), MCGIDI_outputChannel_getProjectileMass_MeV(), MCGIDI_outputChannel_getTargetHeated(), MCGIDI_outputChannel_getTargetMass_MeV(), MCGIDI_outputChannel_parseFromTOM(), and MCGIDI_outputChannel_sampleProductsAtE().