|
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.
References Du, phiCos, phiSin, refId, stationId, U, and Z.
Referenced by operator<<.
|
inlinevirtual |
Destructor.
Definition at line 40 of file LitScalStripHit.h.
|
inline |
Returns string representation of the class.
Definition at line 46 of file LitScalStripHit.h.
References Du, phiCos, phiSin, refId, stationId, U, and Z.
Referenced by operator<<.
|
friend |
Operator << for convenient output to ostream.
Definition at line 58 of file LitScalStripHit.h.
References LitScalStripHit(), and ToString().
| fscal LitScalStripHit::Du |
Definition at line 68 of file LitScalStripHit.h.
Referenced by LitScalStripHit(), and ToString().
| fscal LitScalStripHit::phiCos |
Definition at line 65 of file LitScalStripHit.h.
Referenced by LitScalStripHit(), and ToString().
| fscal LitScalStripHit::phiSin |
Definition at line 66 of file LitScalStripHit.h.
Referenced by LitScalStripHit(), and ToString().
| unsigned short LitScalStripHit::refId |
Definition at line 70 of file LitScalStripHit.h.
Referenced by LitScalStripHit(), and ToString().
| unsigned char LitScalStripHit::stationId |
Definition at line 69 of file LitScalStripHit.h.
Referenced by LitScalStripHit(), and ToString().
| fscal LitScalStripHit::U |
Definition at line 67 of file LitScalStripHit.h.
Referenced by LitScalStripHit(), and ToString().
| fscal LitScalStripHit::Z |
Definition at line 71 of file LitScalStripHit.h.
Referenced by LitScalStripHit(), and ToString().