CbmRoot
lit::parallel::LitTrackParam< T > Class Template Reference

Track parameters data class. More...

#include <LitTrackParam.h>

Inheritance diagram for lit::parallel::LitTrackParam< T >:
[legend]

Public Member Functions

 LitTrackParam ()
 Constructor. More...
 
virtual ~LitTrackParam ()
 Destructor. More...
 
string ToString () const
 Returns string representation of the class. More...
 

Public Attributes

X
 
Y
 
Z
 
Tx
 
Ty
 
Qp
 
C0
 
C1
 
C2
 
C3
 
C4
 
C5
 
C6
 
C7
 
C8
 
C9
 
C10
 
C11
 
C12
 
C13
 
C14
 

Friends

ostream & operator<< (ostream &strm, const LitTrackParam &par)
 Operator << for convenient output to ostream. More...
 

Detailed Description

template<class T>
class lit::parallel::LitTrackParam< T >

Track parameters data class.

Author
Andrey Lebedev andre.nosp@m.y.le.nosp@m.bedev.nosp@m.@gsi.nosp@m..de
Date
2009

Track parameters consist of X and Y position of the track, tx and ty slopes, q/p charge (+1 or -1) over momentum and covariance matrix of this elements.

Definition at line 34 of file LitTrackParam.h.

Constructor & Destructor Documentation

◆ LitTrackParam()

template<class T >
lit::parallel::LitTrackParam< T >::LitTrackParam ( )
inline

Constructor.

Definition at line 39 of file LitTrackParam.h.

◆ ~LitTrackParam()

template<class T >
virtual lit::parallel::LitTrackParam< T >::~LitTrackParam ( )
inlinevirtual

Destructor.

Definition at line 65 of file LitTrackParam.h.

Member Function Documentation

◆ ToString()

template<class T >
string lit::parallel::LitTrackParam< T >::ToString ( ) const
inline

Returns string representation of the class.

Returns
String representation of the class.

Definition at line 71 of file LitTrackParam.h.

Friends And Related Function Documentation

◆ operator<<

template<class T >
ostream& operator<< ( ostream &  strm,
const LitTrackParam< T > &  par 
)
friend

Operator << for convenient output to ostream.

Returns
Insertion stream in order to be able to call a succession of insertion operations.

Definition at line 86 of file LitTrackParam.h.

Member Data Documentation

◆ C0

◆ C1

◆ C10

◆ C11

◆ C12

◆ C13

◆ C14

◆ C2

◆ C3

◆ C4

◆ C5

◆ C6

◆ C7

◆ C8

◆ C9

◆ Qp

◆ Tx

◆ Ty

◆ X

◆ Y

◆ Z


The documentation for this class was generated from the following file: