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

#include <hc.h>

Public Attributes

size_t pointIndexA
 
size_t pointIndexB
 
size_t pointIndexC
 
Eigen::Vector3f center
 
Eigen::Vector3f direction
 
float error
 

Friends

bool operator< (const triplet &t1, const triplet &t2)
 

Detailed Description

Definition at line 15 of file hc.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const triplet t1,
const triplet t2 
)
friend

Definition at line 22 of file hc.h.

Member Data Documentation

◆ center

Eigen::Vector3f hc::triplet::center

Definition at line 19 of file hc.h.

◆ direction

Eigen::Vector3f hc::triplet::direction

Definition at line 20 of file hc.h.

◆ error

float hc::triplet::error

Definition at line 21 of file hc.h.

◆ pointIndexA

size_t hc::triplet::pointIndexA

Definition at line 16 of file hc.h.

◆ pointIndexB

size_t hc::triplet::pointIndexB

Definition at line 17 of file hc.h.

◆ pointIndexC

size_t hc::triplet::pointIndexC

Definition at line 18 of file hc.h.


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