ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Classes | Functions
triplet.h File Reference
#include "pointcloud.h"
#include <cstddef>
#include <vector>
Include dependency graph for triplet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  triplet
 
class  ScaleTripletMetric
 

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.