CbmRoot
|
Base class for scalar strip hits. More...
#include <LitScalStripHit.h>
Public Member Functions | |
LitScalStripHit () | |
Constructor. More... | |
virtual | ~LitScalStripHit () |
Destructor. More... | |
string | ToString () const |
Returns string representation of the class. More... | |
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. More... | |
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 26 of file LitScalStripHit.h.
|
inline |
Constructor.
Definition at line 31 of file LitScalStripHit.h.
|
inlinevirtual |
Destructor.
Definition at line 37 of file LitScalStripHit.h.
|
inline |
|
friend |
Operator << for convenient output to ostream.
Definition at line 55 of file LitScalStripHit.h.
fscal LitScalStripHit::Du |
Definition at line 64 of file LitScalStripHit.h.
Referenced by ToString().
fscal LitScalStripHit::phiCos |
Definition at line 61 of file LitScalStripHit.h.
Referenced by ToString().
fscal LitScalStripHit::phiSin |
Definition at line 62 of file LitScalStripHit.h.
Referenced by ToString().
unsigned short LitScalStripHit::refId |
Definition at line 66 of file LitScalStripHit.h.
Referenced by ToString().
unsigned char LitScalStripHit::stationId |
Definition at line 65 of file LitScalStripHit.h.
Referenced by ToString().
fscal LitScalStripHit::U |
Definition at line 63 of file LitScalStripHit.h.
Referenced by ToString().
fscal LitScalStripHit::Z |
Definition at line 67 of file LitScalStripHit.h.
Referenced by ToString().