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

#include <triplet.h>

Collaboration diagram for triplet:
Collaboration graph
[legend]

Public Attributes

size_t point_index_a
 
size_t point_index_b
 
size_t point_index_c
 
Point center
 
Point direction
 
double error
 

Friends

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

Detailed Description

Definition at line 20 of file triplet.h.

Friends And Related Function Documentation

◆ operator<

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

Definition at line 27 of file triplet.h.

Member Data Documentation

◆ center

Point triplet::center

Definition at line 24 of file triplet.h.

◆ direction

Point triplet::direction

Definition at line 25 of file triplet.h.

◆ error

double triplet::error

Definition at line 26 of file triplet.h.

◆ point_index_a

size_t triplet::point_index_a

Definition at line 21 of file triplet.h.

◆ point_index_b

size_t triplet::point_index_b

Definition at line 22 of file triplet.h.

◆ point_index_c

size_t triplet::point_index_c

Definition at line 23 of file triplet.h.


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