crange-1.6.2
TDATA Struct Reference

Structure containing target data. More...

#include <crange.h>

Data Fields

Material name
char name [NAMEWIDTH+1]
 
General parameters
double z2
 
double a2
 
double iadj
 
double rho
 
double pla
 
double etad
 
double bind
 
Density effect parameters
double X0
 
double X1
 
double a
 
double m
 
double d0
 

Detailed Description

Structure containing target data.

This structure contains all the data related to target materials.

Definition at line 105 of file crange.h.

Field Documentation

double TDATA::a

Parameter used to interpolate the density effect between the values of X0 and X1.

Definition at line 130 of file crange.h.

double TDATA::a2

The mean atomic mass number.

Definition at line 117 of file crange.h.

double TDATA::bind

The total electronic binding energy [eV].

Definition at line 122 of file crange.h.

double TDATA::d0

Low-energy density effect parameter, only non-zero for conducting materials.

Definition at line 132 of file crange.h.

double TDATA::etad

The ratio of density to density at STP for gaseous targets. Should be set to zero for non-gaseous materials.

Definition at line 121 of file crange.h.

double TDATA::iadj

The logarithmic mean ionization potential [eV].

Definition at line 118 of file crange.h.

double TDATA::m

Parameter used to interpolate the density effect between the values of X0 and X1.

Definition at line 131 of file crange.h.

char TDATA::name[NAMEWIDTH+1]

The name of the material.

Definition at line 110 of file crange.h.

double TDATA::pla

The plasma frequency [eV].

Definition at line 120 of file crange.h.

double TDATA::rho

The density [g cm-3].

Definition at line 119 of file crange.h.

double TDATA::X0

Value of $ \log_{10} \beta\gamma $ at which the density effect turns on.

Definition at line 128 of file crange.h.

double TDATA::X1

Value of $ \log_{10} \beta\gamma $ above which the high-energy form of the density effect may be used.

Definition at line 129 of file crange.h.

double TDATA::z2

The mean nuclear charge.

Definition at line 116 of file crange.h.


The documentation for this struct was generated from the following file: