11#ifndef LITTRACKPARAM_H_
12#define LITTRACKPARAM_H_ 1
21using std::stringstream;
82 ss <<
"LitTrackParam: X=" <<
X <<
" Y=" <<
Y <<
" Z=" <<
Z <<
" Tx=" <<
Tx <<
" Ty=" <<
Ty <<
" Qp=" <<
Qp
84 <<
" cov matrix[0-14]: " <<
C0 <<
" " <<
C1 <<
" " <<
C2 <<
" " <<
C3 <<
" " <<
C4 <<
" " <<
C5 <<
" " <<
C6
85 <<
" " <<
C7 <<
" " <<
C8 <<
" " <<
C9 <<
" " <<
C10 <<
" " <<
C11 <<
" " <<
C12 <<
" " <<
C13 <<
" " <<
C14
109 T
C0,
C1,
C2,
C3,
C4,
C5,
C6,
C7,
C8,
C9,
C10,
C11,
C12,
C13,
C14;
Header files for SSE operations.
Useful classes and functions.
Track parameters data class.
virtual ~LitTrackParam()
Destructor.
LitTrackParam()
Constructor.
friend ostream & operator<<(ostream &strm, const LitTrackParam &par)
Operator << for convenient output to ostream.
string ToString() const
Returns string representation of the class.
LitTrackParam< fscal > LitTrackParamScal
Scalar version of LitTrackParam.
class lit::parallel::LitDetectorLayout _fvecalignment
LitTrackParam< fvec > LitTrackParamVec
Vector version of LitTrackParam.