libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include <componentAnalysis.h>
Public Attributes | |
float | massTolerance |
Tolerance in Da, above which we consider problems to be. More... | |
float | intensityTolerance |
The minimal natural abundance for which we consider the ions. More... | |
unsigned int | maxDefaultCharge |
Maximum charge state to consider. More... | |
Definition at line 24 of file componentAnalysis.h.
float AtomProbe::OVERLAP_PROBLEM_SETTINGS::intensityTolerance |
The minimal natural abundance for which we consider the ions.
Definition at line 31 of file componentAnalysis.h.
Referenced by AtomProbe::computeIonDistAdjacency(), and AtomProbe::computeRangeAdjacency().
float AtomProbe::OVERLAP_PROBLEM_SETTINGS::massTolerance |
Tolerance in Da, above which we consider problems to be.
Definition at line 27 of file componentAnalysis.h.
Referenced by AtomProbe::computeIonDistAdjacency(), and AtomProbe::computeRangeAdjacency().
unsigned int AtomProbe::OVERLAP_PROBLEM_SETTINGS::maxDefaultCharge |
Maximum charge state to consider.
Definition at line 34 of file componentAnalysis.h.
Referenced by AtomProbe::computeIonDistAdjacency(), and AtomProbe::computeRangeAdjacency().