Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <MCGIDI.h>
Public Attributes | |
MCGIDI_POP * | pop |
char * | label |
MCGIDI_outputChannel * | outputChannel |
int | multiplicity |
int | delayedNeutronIndex |
double | delayedNeutronRate |
ptwXYPoints * | multiplicityVsEnergy |
ptwXYPoints * | norms |
int | numberOfPiecewiseMultiplicities |
ptwXYPoints ** | piecewiseMultiplicities |
MCGIDI_distribution | distribution |
MCGIDI_outputChannel | decayChannel |
MCGIDI_outputChannel MCGIDI_product_s::decayChannel |
Definition at line 412 of file MCGIDI.h.
Referenced by MCGIDI_outputChannel_getFinalQ(), MCGIDI_outputChannel_sampleProductsAtE(), MCGIDI_product_parseFromTOM(), and MCGIDI_product_release().
int MCGIDI_product_s::delayedNeutronIndex |
Definition at line 405 of file MCGIDI.h.
Referenced by MCGIDI_outputChannel_sampleProductsAtE(), MCGIDI_product_initialize(), and MCGIDI_product_parseFromTOM().
double MCGIDI_product_s::delayedNeutronRate |
Definition at line 406 of file MCGIDI.h.
Referenced by MCGIDI_outputChannel_sampleProductsAtE(), and MCGIDI_product_parseFromTOM().
MCGIDI_distribution MCGIDI_product_s::distribution |
Definition at line 411 of file MCGIDI.h.
Referenced by MCGIDI_distribution_parseFromTOM(), MCGIDI_outputChannel_sampleProductsAtE(), MCGIDI_product_release(), MCGIDI_product_sampleMu(), and MCGIDI_product_setTwoBodyMasses().
char* MCGIDI_product_s::label |
Definition at line 402 of file MCGIDI.h.
Referenced by MCGIDI_product_parseFromTOM(), and MCGIDI_product_release().
int MCGIDI_product_s::multiplicity |
Definition at line 404 of file MCGIDI.h.
Referenced by MCGIDI_outputChannel_sampleProductsAtE(), and MCGIDI_product_parseFromTOM().
ptwXYPoints* MCGIDI_product_s::multiplicityVsEnergy |
Definition at line 407 of file MCGIDI.h.
Referenced by MCGIDI_product_parseFromTOM(), MCGIDI_product_release(), and MCGIDI_product_sampleMultiplicity().
ptwXYPoints* MCGIDI_product_s::norms |
Definition at line 408 of file MCGIDI.h.
Referenced by MCGIDI_product_parseFromTOM(), MCGIDI_product_release(), and MCGIDI_product_sampleMultiplicity().
int MCGIDI_product_s::numberOfPiecewiseMultiplicities |
Definition at line 409 of file MCGIDI.h.
Referenced by MCGIDI_product_release(), and MCGIDI_product_sampleMultiplicity().
MCGIDI_outputChannel* MCGIDI_product_s::outputChannel |
Definition at line 403 of file MCGIDI.h.
Referenced by MCGIDI_product_getDomain(), MCGIDI_product_getProjectileMass_MeV(), MCGIDI_product_getTargetHeated(), MCGIDI_product_getTargetMass_MeV(), and MCGIDI_product_parseFromTOM().
ptwXYPoints** MCGIDI_product_s::piecewiseMultiplicities |
Definition at line 410 of file MCGIDI.h.
Referenced by MCGIDI_product_release(), and MCGIDI_product_sampleMultiplicity().
MCGIDI_POP* MCGIDI_product_s::pop |
Definition at line 401 of file MCGIDI.h.
Referenced by MCGIDI_distribution_parseFromTOM(), MCGIDI_KalbachMann_parseFromTOM(), MCGIDI_outputChannel_parseFromTOM(), MCGIDI_outputChannel_sampleProductsAtE(), MCGIDI_product_getMass_MeV(), and MCGIDI_product_parseFromTOM().