CMS 3D CMS Logo

List of all members | Public Attributes
brokenline::PreparedBrokenLineData< n > Struct Template Reference

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...
 

Detailed Description

template<int n>
struct brokenline::PreparedBrokenLineData< n >

data needed for the Broken Line fit procedure.

Definition at line 24 of file BrokenLine.h.

Member Data Documentation

◆ qCharge

template<int n>
int brokenline::PreparedBrokenLineData< n >::qCharge

particle charge

Definition at line 25 of file BrokenLine.h.

◆ radii

xy data in the system in which the pre-fitted center is the origin

Definition at line 26 of file BrokenLine.h.

◆ sTotal

total distance traveled (three-dimensional)

Definition at line 29 of file BrokenLine.h.

◆ sTransverse

template<int n>
riemannFit::VectorNd<n> brokenline::PreparedBrokenLineData< n >::sTransverse

total distance traveled in the transverse plane

Definition at line 27 of file BrokenLine.h.

◆ varBeta

template<int n>
riemannFit::VectorNd<n> brokenline::PreparedBrokenLineData< n >::varBeta

kink angles in the SZ plane

Definition at line 31 of file BrokenLine.h.

◆ zInSZplane

template<int n>
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.