Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cmath>
#include "MCGIDI_fromTOM.h"
#include "MCGIDI_misc.h"
Go to the source code of this file.
Functions | |
int | MCGIDI_fromTOM_pdfsOfXGivenW (statusMessageReporting *smr, xDataTOM_element *element, MCGIDI_pdfsOfXGivenW *dists, ptwXYPoints *norms, char const *toUnits[3]) |
int | MCGIDI_fromTOM_pdfOfX (statusMessageReporting *smr, ptwXYPoints *pdfXY, MCGIDI_pdfOfX *dist, double *norm) |
int | MCGIDI_fromTOM_interpolation (statusMessageReporting *smr, xDataTOM_element *element, int index, ptwXY_interpolation *interpolation) |
int MCGIDI_fromTOM_interpolation | ( | statusMessageReporting * | smr, |
xDataTOM_element * | element, | ||
int | index, | ||
ptwXY_interpolation * | interpolation | ||
) |
Definition at line 143 of file MCGIDI_fromTOM.cc.
int MCGIDI_fromTOM_pdfOfX | ( | statusMessageReporting * | smr, |
ptwXYPoints * | pdfXY, | ||
MCGIDI_pdfOfX * | dist, | ||
double * | norm | ||
) |
Definition at line 90 of file MCGIDI_fromTOM.cc.
int MCGIDI_fromTOM_pdfsOfXGivenW | ( | statusMessageReporting * | smr, |
xDataTOM_element * | element, | ||
MCGIDI_pdfsOfXGivenW * | dists, | ||
ptwXYPoints * | norms, | ||
char const * | toUnits[3] | ||
) |
Definition at line 26 of file MCGIDI_fromTOM.cc.
Referenced by MCGIDI_energy_parseFromTOM().