ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions
triplet.cxx File Reference
#include "triplet.h"
#include <algorithm>
#include <cmath>
#include <memory>
#include "kdtree/kdtree.hpp"
Include dependency graph for triplet.cxx:

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)
 

Function Documentation

◆ generate_triplets()

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.