data needed for the Broken Line fit procedure. More...
#include <BrokenLine.h>
Public Attributes | |
int | qCharge |
particle charge More... | |
riemannFit::Matrix2xNd< n > | radii |
xy data in the system in which the pre-fitted center is the origin More... | |
riemannFit::VectorNd< n > | sTotal |
total distance traveled (three-dimensional) More... | |
riemannFit::VectorNd< n > | sTransverse |
total distance traveled in the transverse plane More... | |
riemannFit::VectorNd< n > | varBeta |
kink angles in the SZ plane More... | |
riemannFit::VectorNd< n > | zInSZplane |
orthogonal coordinate to the pre-fitted line in the sz plane More... | |
data needed for the Broken Line fit procedure.
Definition at line 24 of file BrokenLine.h.
int brokenline::PreparedBrokenLineData< n >::qCharge |
particle charge
Definition at line 25 of file BrokenLine.h.
riemannFit::Matrix2xNd<n> brokenline::PreparedBrokenLineData< n >::radii |
xy data in the system in which the pre-fitted center is the origin
Definition at line 26 of file BrokenLine.h.
riemannFit::VectorNd<n> brokenline::PreparedBrokenLineData< n >::sTotal |
total distance traveled (three-dimensional)
Definition at line 29 of file BrokenLine.h.
riemannFit::VectorNd<n> brokenline::PreparedBrokenLineData< n >::sTransverse |
total distance traveled in the transverse plane
Definition at line 27 of file BrokenLine.h.
riemannFit::VectorNd<n> brokenline::PreparedBrokenLineData< n >::varBeta |
kink angles in the SZ plane
Definition at line 31 of file BrokenLine.h.
riemannFit::VectorNd<n> brokenline::PreparedBrokenLineData< n >::zInSZplane |
orthogonal coordinate to the pre-fitted line in the sz plane
Definition at line 30 of file BrokenLine.h.