LArSoft  v09_90_00
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< float > x
 
std::vector< float > nx
 
std::vector< float > y
 
std::vector< float > ny
 
std::vector< float > z
 
std::vector< float > nz
 
std::vector< float > L
 

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 101 of file TrackMomentumCalculator.h.

Member Data Documentation

std::vector<float> trkf::TrackMomentumCalculator::Segments::L
std::vector<float> trkf::TrackMomentumCalculator::Segments::nx
std::vector<float> trkf::TrackMomentumCalculator::Segments::ny
std::vector<float> trkf::TrackMomentumCalculator::Segments::nz
std::vector<float> trkf::TrackMomentumCalculator::Segments::x
std::vector<float> trkf::TrackMomentumCalculator::Segments::y
std::vector<float> trkf::TrackMomentumCalculator::Segments::z

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