libatomprobe
Library for Atom Probe Tomography (APT) computation
Functions
massFit.cpp File Reference
#include <atomprobe/atomprobe.h>
#include <iostream>
#include <cstdlib>
#include <vector>
#include <fstream>
Include dependency graph for massFit.cpp:

Go to the source code of this file.

Functions

void printSolution (const vector< Weight > &solnComponents, const vector< string > &labels)
 
int main (int argc, const char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Definition at line 52 of file massFit.cpp.

References AtomProbe::MassTool::bruteKnapsack(), and printSolution().

Here is the call graph for this function:

◆ printSolution()

void printSolution ( const vector< Weight > &  solnComponents,
const vector< string > &  labels 
)

Definition at line 34 of file massFit.cpp.

References AtomProbe::Weight::mass, and AtomProbe::Weight::uniqueId.

Referenced by main().