LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
trkf::TrackMomentumCalculator::Segments Struct Reference

Struct to store segments. x, y and z are the 3D points of the segment nx, ny, nz forms the vector that point to the direction of most scattering L is the length of the segment, using steps_size. More...

Public Attributes

std::vector< double > x
 
std::vector< double > nx
 
std::vector< double > y
 
std::vector< double > ny
 
std::vector< double > z
 
std::vector< double > nz
 
std::vector< double > L
 
std::vector< bool > nvalid
 

Detailed Description

Struct to store segments. x, y and z are the 3D points of the segment nx, ny, nz forms the vector that point to the direction of most scattering L is the length of the segment, using steps_size.

Definition at line 115 of file TrackMomentumCalculator.h.

Member Data Documentation

std::vector<double> trkf::TrackMomentumCalculator::Segments::L
std::vector<bool> trkf::TrackMomentumCalculator::Segments::nvalid

Definition at line 120 of file TrackMomentumCalculator.h.

std::vector<double> trkf::TrackMomentumCalculator::Segments::nx
std::vector<double> trkf::TrackMomentumCalculator::Segments::ny
std::vector<double> trkf::TrackMomentumCalculator::Segments::nz
std::vector<double> trkf::TrackMomentumCalculator::Segments::x

Definition at line 116 of file TrackMomentumCalculator.h.

std::vector<double> trkf::TrackMomentumCalculator::Segments::y

Definition at line 117 of file TrackMomentumCalculator.h.

std::vector<double> trkf::TrackMomentumCalculator::Segments::z

Definition at line 118 of file TrackMomentumCalculator.h.


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