ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Attributes | Friends | List of all members
mst::edge Struct Reference

#include <mst.h>

Public Attributes

size_t voxelIndexA
 
size_t voxelIndexB
 
float distance
 

Friends

bool operator< (const edge &e1, const edge &e2)
 

Detailed Description

Definition at line 8 of file mst.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const edge e1,
const edge e2 
)
friend

Definition at line 11 of file mst.h.

Member Data Documentation

◆ distance

float mst::edge::distance

Definition at line 10 of file mst.h.

◆ voxelIndexA

size_t mst::edge::voxelIndexA

Definition at line 9 of file mst.h.

◆ voxelIndexB

size_t mst::edge::voxelIndexB

Definition at line 9 of file mst.h.


The documentation for this struct was generated from the following file: