ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include "triplet.h"
#include <algorithm>
#include <cmath>
#include <memory>
#include "kdtree/kdtree.hpp"
Go to the source code of this file.
Functions | |
void | generate_triplets (const PointCloud &cloud, std::vector< triplet > &triplets, size_t k, size_t n, double a) |
void generate_triplets | ( | const PointCloud & | cloud, |
std::vector< triplet > & | triplets, | ||
size_t | k, | ||
size_t | n, | ||
double | a | ||
) |
Definition at line 27 of file triplet.cxx.