![]() |
LArSoft
v10_04_05
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< 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 |
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.
std::vector<double> trkf::TrackMomentumCalculator::Segments::L |
Definition at line 119 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_(), and trkf::TrackMomentumCalculator::getDeltaThetaRMS_().
std::vector<bool> trkf::TrackMomentumCalculator::Segments::nvalid |
Definition at line 120 of file TrackMomentumCalculator.h.
std::vector<double> trkf::TrackMomentumCalculator::Segments::nx |
Definition at line 116 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_(), and trkf::TrackMomentumCalculator::getDeltaThetaRMS_().
std::vector<double> trkf::TrackMomentumCalculator::Segments::ny |
Definition at line 117 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_(), and trkf::TrackMomentumCalculator::getDeltaThetaRMS_().
std::vector<double> trkf::TrackMomentumCalculator::Segments::nz |
Definition at line 118 of file TrackMomentumCalculator.h.
Referenced by trkf::TrackMomentumCalculator::getDeltaThetaij_(), and trkf::TrackMomentumCalculator::getDeltaThetaRMS_().
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.