Geant4
10.03.p03
|
#include <string.h>
#include <cmath>
#include "MCGIDI_fromTOM.h"
#include "MCGIDI_misc.h"
#include "MCGIDI_private.h"
Go to the source code of this file.
Functions | |
MCGIDI_angular * | MCGIDI_angular_new (statusMessageReporting *smr) |
int | MCGIDI_angular_initialize (statusMessageReporting *, MCGIDI_angular *angular) |
MCGIDI_angular * | MCGIDI_angular_free (statusMessageReporting *smr, MCGIDI_angular *angular) |
int | MCGIDI_angular_release (statusMessageReporting *smr, MCGIDI_angular *angular) |
int | MCGIDI_angular_setTwoBodyMasses (statusMessageReporting *, MCGIDI_angular *angular, double projectileMass_MeV, double targetMass_MeV, double productMass_MeV, double residualMass_MeV) |
int | MCGIDI_angular_parseFromTOM (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_distribution *distribution, ptwXYPoints *norms) |
int | MCGIDI_angular_sampleMu (statusMessageReporting *smr, MCGIDI_angular *angular, MCGIDI_quantitiesLookupModes &modes, MCGIDI_decaySamplingInfo *decaySamplingInfo) |
MCGIDI_angular* MCGIDI_angular_free | ( | statusMessageReporting * | smr, |
MCGIDI_angular * | angular | ||
) |
Definition at line 39 of file MCGIDI_angular.cc.
int MCGIDI_angular_initialize | ( | statusMessageReporting * | , |
MCGIDI_angular * | angular | ||
) |
Definition at line 31 of file MCGIDI_angular.cc.
MCGIDI_angular* MCGIDI_angular_new | ( | statusMessageReporting * | smr | ) |
Definition at line 20 of file MCGIDI_angular.cc.
int MCGIDI_angular_parseFromTOM | ( | statusMessageReporting * | smr, |
xDataTOM_element * | element, | ||
MCGIDI_distribution * | distribution, | ||
ptwXYPoints * | norms | ||
) |
Definition at line 72 of file MCGIDI_angular.cc.
int MCGIDI_angular_release | ( | statusMessageReporting * | smr, |
MCGIDI_angular * | angular | ||
) |
Definition at line 48 of file MCGIDI_angular.cc.
int MCGIDI_angular_sampleMu | ( | statusMessageReporting * | smr, |
MCGIDI_angular * | angular, | ||
MCGIDI_quantitiesLookupModes & | modes, | ||
MCGIDI_decaySamplingInfo * | decaySamplingInfo | ||
) |
Definition at line 182 of file MCGIDI_angular.cc.
int MCGIDI_angular_setTwoBodyMasses | ( | statusMessageReporting * | , |
MCGIDI_angular * | angular, | ||
double | projectileMass_MeV, | ||
double | targetMass_MeV, | ||
double | productMass_MeV, | ||
double | residualMass_MeV | ||
) |
Definition at line 59 of file MCGIDI_angular.cc.