libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include "atomprobe/algorithm/rangeCheck.h"
#include "atomprobe/helper/aptAssert.h"
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
struct | AtomProbe::RANGE_MOLECULE |
Namespaces | |
AtomProbe | |
Functions | |
bool | AtomProbe::pairContains (const pair< float, float > &p, float m) |
RANGE_MOLECULE | AtomProbe::getRangeMolecule (const AbundanceData &massTable, const RangeFile &rng, unsigned int rangeId) |
void | AtomProbe::checkMassRangingCorrectness (const AtomProbe::RangeFile &rng, AtomProbe::AbundanceData &massTable, float massTolerance, unsigned int maxChargeState, unsigned int maxComponents, std::vector< bool > &badRanges) |
Ensure that each mass given spans a peak that should exist. More... | |