#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "libcpixe.h"
#include "compilopt.h"
Go to the source code of this file.
Functions | |
int | translatesample (int NFoil, int Nels, const int *pFOILZ, const float *pFOILM, const float *pAMNT, const float *pFOILTHICK, int *MaxZinsample, foil **MatArray) |
int | translatesample2 (int NFoil, int MaxNels, const int *pNels, const int *pFOILZ, const float *pFOILM, const float *pAMNT, const float *pFOILTHICK, int *MaxZinsample, foil **MatArray) |
int | translateresults (int dimSums, int dimResults, const int *PresentElems, const CalibYld *XYldSums, CPIXERESULTS *pRESULTS) |
int | translateresultsNDF (int Nels, const int *pFOILZ, const CalibYld *XYldSums, CPIXERESULTS *pRESULTS) |
void | TESTFIF () |
void | CPIXEMAIN (int NCALL) |
I wrote it to facilitate the integration with the NDF program by N.P. Barradas but it might be useful as well in the case that other people wants to link libCPIXE to a Fortran program.
I try to maintain cpixe_fif.c with at least the same funcionalities available in the cpixe.c code.
Definition in file cpixe_fif.c.
|
|
Definition at line 221 of file cpixe_fif.c. |
|
Definition at line 195 of file cpixe_fif.c. References CPIXERESULTS::atnum, and CPIXERESULTS::simareas. |
|
IMPORTANT!!!!!!: Each isotope gets the FULL number of counts for the element!!! Definition at line 210 of file cpixe_fif.c. References CPIXERESULTS::atnum, and CPIXERESULTS::simareas. Referenced by CPIXEMAIN(). |
|
Definition at line 67 of file cpixe_fif.c. References ELEMENT::A, foil::comp, COMPOUND::elem, ELEMENT::IM, ELEMENT::M, COMPOUND::nelem, foil::nfoilelm, COMPOUND::sumX, foil::thick, COMPOUND::w, COMPOUND::X, COMPOUND::xn, ELEMENT::Z, and Z2mass(). Referenced by CPIXEMAIN(). |
|
Definition at line 128 of file cpixe_fif.c. References ELEMENT::A, foil::comp, COMPOUND::elem, ELEMENT::IM, ELEMENT::M, COMPOUND::nelem, foil::nfoilelm, COMPOUND::sumX, foil::thick, COMPOUND::w, COMPOUND::X, COMPOUND::xn, ELEMENT::Z, and Z2mass(). Referenced by CPIXEMAIN(). |