LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 |
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.
std::vector<float> trkf::TrackMomentumCalculator::Segments::L |
Definition at line 105 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_(), and trkf::TrackMomentumCalculator::getDeltaThetaRMS_().
std::vector<float> trkf::TrackMomentumCalculator::Segments::nx |
Definition at line 102 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_(), and trkf::TrackMomentumCalculator::getDeltaThetaRMS_().
std::vector<float> trkf::TrackMomentumCalculator::Segments::ny |
Definition at line 103 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_(), and trkf::TrackMomentumCalculator::getDeltaThetaRMS_().
std::vector<float> trkf::TrackMomentumCalculator::Segments::nz |
Definition at line 104 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_(), and trkf::TrackMomentumCalculator::getDeltaThetaRMS_().
std::vector<float> trkf::TrackMomentumCalculator::Segments::x |
Definition at line 102 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_().
std::vector<float> trkf::TrackMomentumCalculator::Segments::y |
Definition at line 103 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_().
std::vector<float> trkf::TrackMomentumCalculator::Segments::z |
Definition at line 104 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_().