CbmRoot
|
Base class for scalar strip hits. More...
#include <LitScalStripHit.h>
Public Member Functions | |
LitScalStripHit () | |
Constructor. | |
virtual | ~LitScalStripHit () |
Destructor. | |
string | ToString () const |
Returns string representation of the class. | |
Public Attributes | |
fscal | phiCos |
fscal | phiSin |
fscal | U |
fscal | Du |
unsigned char | stationId |
unsigned short | refId |
fscal | Z |
Friends | |
ostream & | operator<< (ostream &strm, const LitScalStripHit &hit) |
Operator << for convenient output to ostream. | |
Base class for scalar strip hits.
Contains more information in comparison with LitStripHit
. Used for input scalar strip hit data to tracking.
Definition at line 30 of file LitScalStripHit.h.
|
inline |
Constructor.
Definition at line 35 of file LitScalStripHit.h.
|
inlinevirtual |
Destructor.
Definition at line 40 of file LitScalStripHit.h.
|
inline |
|
friend |
Operator << for convenient output to ostream.
Definition at line 58 of file LitScalStripHit.h.
fscal LitScalStripHit::Du |
Definition at line 68 of file LitScalStripHit.h.
Referenced by ToString().
fscal LitScalStripHit::phiCos |
Definition at line 65 of file LitScalStripHit.h.
Referenced by ToString().
fscal LitScalStripHit::phiSin |
Definition at line 66 of file LitScalStripHit.h.
Referenced by ToString().
unsigned short LitScalStripHit::refId |
Definition at line 70 of file LitScalStripHit.h.
Referenced by ToString().
unsigned char LitScalStripHit::stationId |
Definition at line 69 of file LitScalStripHit.h.
Referenced by ToString().
fscal LitScalStripHit::U |
Definition at line 67 of file LitScalStripHit.h.
Referenced by ToString().
fscal LitScalStripHit::Z |
Definition at line 71 of file LitScalStripHit.h.
Referenced by ToString().