#include <libcpixe.h>
Data Fields | |
char * | SampleFileNm |
pointer to name of sample definition file | |
char * | FilterFileNm |
pointer to name of filter definition file | |
char * | DetectorFileNm |
pointer to name of detector definition file | |
char * | CalibFileNm |
pointer to name of detector calibration file | |
char * | AreasFileNm |
pointer to name of areas file (also used for calculation flags) | |
char * | DBpath |
pointer to Path name for databases (for stoppings, FCK coefs, etc) | |
char * | OutputFileNm |
pointer to name of output file | |
int | AreasFormat |
Defines the format of the Areas File. 1 for raw areas format, 2 for DATTPIXE Areas Format. | |
int | WantOutputfile |
Flag indicating if an Output file is required (1) or not (0). | |
int | givendetectorfile |
Flag indicating if a detector file has been provided (1) or not (0). | |
int | useefficiencies |
Flag indicating which calibration scheme is used: efficiencies (1) or calibYlds (0). |
Definition at line 165 of file libcpixe.h.
char* EXTRAINFO::SampleFileNm |
pointer to name of sample definition file
Definition at line 167 of file libcpixe.h.
Referenced by cpixecalib(), cpixemain(), freeExtraInfo(), and readINPUT().
char* EXTRAINFO::FilterFileNm |
pointer to name of filter definition file
Definition at line 168 of file libcpixe.h.
Referenced by cpixecalib(), cpixemain(), freeExtraInfo(), and readINPUT().
pointer to name of detector definition file
Definition at line 169 of file libcpixe.h.
Referenced by cpixecalib(), freeExtraInfo(), and readINPUT().
char* EXTRAINFO::CalibFileNm |
pointer to name of detector calibration file
Definition at line 170 of file libcpixe.h.
Referenced by cpixecalib(), cpixemain(), freeExtraInfo(), and readINPUT().
char* EXTRAINFO::AreasFileNm |
pointer to name of areas file (also used for calculation flags)
Definition at line 171 of file libcpixe.h.
Referenced by cpixecalib(), cpixemain(), freeExtraInfo(), and readINPUT().
char* EXTRAINFO::DBpath |
pointer to Path name for databases (for stoppings, FCK coefs, etc)
Definition at line 172 of file libcpixe.h.
Referenced by cpixecalib(), cpixemain(), freeExtraInfo(), and readINPUT().
char* EXTRAINFO::OutputFileNm |
pointer to name of output file
Definition at line 173 of file libcpixe.h.
Referenced by cpixecalib(), cpixemain(), freeExtraInfo(), and readINPUT().
Defines the format of the Areas File. 1 for raw areas format, 2 for DATTPIXE Areas Format.
Definition at line 174 of file libcpixe.h.
Referenced by cpixecalib(), cpixemain(), and readINPUT().
Flag indicating if an Output file is required (1) or not (0).
Definition at line 175 of file libcpixe.h.
Referenced by cpixecalib(), cpixemain(), and readINPUT().
Flag indicating if a detector file has been provided (1) or not (0).
Definition at line 176 of file libcpixe.h.
Referenced by readINPUT().
Flag indicating which calibration scheme is used: efficiencies (1) or calibYlds (0).
Definition at line 177 of file libcpixe.h.
Referenced by cpixemain(), and readINPUT().