CbmRoot
|
Base class for strip hits. More...
#include <LitStripHit.h>
Public Member Functions | |
LitStripHit () | |
Constructor. More... | |
virtual | ~LitStripHit () |
Destructor. More... | |
string | ToString () const |
Returns string representation of the class. More... | |
Public Attributes | |
T | phiCos |
T | phiSin |
T | U |
T | Du |
T | Z |
Friends | |
ostream & | operator<< (ostream &strm, const LitStripHit &hit) |
Operator << for convenient output to ostream. More... | |
Base class for strip hits.
Each hit contains U measurement and its error and sine and cosine of strip rotation angle phi.
Definition at line 28 of file LitStripHit.h.
|
inline |
Constructor.
Definition at line 33 of file LitStripHit.h.
|
inlinevirtual |
Destructor.
Definition at line 38 of file LitStripHit.h.
|
inline |
Returns string representation of the class.
Definition at line 44 of file LitStripHit.h.
References LitStripHit< T >::Du, LitStripHit< T >::phiCos, LitStripHit< T >::phiSin, LitStripHit< T >::U, and LitStripHit< T >::Z.
|
friend |
Operator << for convenient output to ostream.
Definition at line 55 of file LitStripHit.h.
T LitStripHit< T >::Du |
Definition at line 64 of file LitStripHit.h.
Referenced by lit::parallel::LitFiltration(), and LitStripHit< T >::ToString().
T LitStripHit< T >::phiCos |
Definition at line 61 of file LitStripHit.h.
Referenced by lit::parallel::LitFiltration(), and LitStripHit< T >::ToString().
T LitStripHit< T >::phiSin |
Definition at line 62 of file LitStripHit.h.
Referenced by lit::parallel::LitFiltration(), and LitStripHit< T >::ToString().
T LitStripHit< T >::U |
Definition at line 63 of file LitStripHit.h.
Referenced by lit::parallel::LitFiltration(), and LitStripHit< T >::ToString().
T LitStripHit< T >::Z |
Definition at line 65 of file LitStripHit.h.
Referenced by LitStripHit< T >::ToString().