|
CbmRoot
|
Base class for strip hits. More...
#include <LitStripHit.h>
Public Member Functions | |
| LitStripHit () | |
| Constructor. | |
| virtual | ~LitStripHit () |
| Destructor. | |
| string | ToString () const |
| Returns string representation of the class. | |
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. | |
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 32 of file LitStripHit.h.
|
inline |
Constructor.
Definition at line 37 of file LitStripHit.h.
|
inlinevirtual |
Destructor.
Definition at line 42 of file LitStripHit.h.
|
inline |
Returns string representation of the class.
Definition at line 48 of file LitStripHit.h.
Referenced by LitStripHit< fscal >::operator<<.
|
friend |
Operator << for convenient output to ostream.
Definition at line 59 of file LitStripHit.h.
| T LitStripHit< T >::Du |
Definition at line 69 of file LitStripHit.h.
Referenced by lit::parallel::LitFiltration().
| T LitStripHit< T >::phiCos |
Definition at line 66 of file LitStripHit.h.
Referenced by lit::parallel::LitFiltration().
| T LitStripHit< T >::phiSin |
Definition at line 67 of file LitStripHit.h.
Referenced by lit::parallel::LitFiltration().
| T LitStripHit< T >::U |
Definition at line 68 of file LitStripHit.h.
Referenced by lit::parallel::LitFiltration().
| T LitStripHit< T >::Z |
Definition at line 70 of file LitStripHit.h.