CbmRoot
|
#include <CbmL1StsHit.h>
Public Member Functions | |
CbmL1StsHit () | |
CbmL1StsHit (int hitId_, int extIndex_, int Det_) | |
Public Attributes | |
int | hitId |
int | extIndex |
int | Det |
vector< int > | mcPointIds |
float | x |
float | y |
float | t |
int | file |
int | event |
Definition at line 8 of file CbmL1StsHit.h.
|
inline |
Definition at line 10 of file CbmL1StsHit.h.
|
inline |
Definition at line 20 of file CbmL1StsHit.h.
int CbmL1StsHit::Det |
Definition at line 34 of file CbmL1StsHit.h.
Referenced by CbmL1::HitMatch().
int CbmL1StsHit::event |
Definition at line 39 of file CbmL1StsHit.h.
Referenced by CbmL1::HitMatch(), and CbmL1::Reconstruct().
int CbmL1StsHit::extIndex |
Definition at line 33 of file CbmL1StsHit.h.
Referenced by CbmL1::ReadSTAPPerfData().
int CbmL1StsHit::file |
Definition at line 38 of file CbmL1StsHit.h.
int CbmL1StsHit::hitId |
Definition at line 32 of file CbmL1StsHit.h.
Referenced by CbmL1::ReadSTAPPerfData().
vector<int> CbmL1StsHit::mcPointIds |
Definition at line 35 of file CbmL1StsHit.h.
Referenced by CbmL1::HitMatch(), CbmL1::IdealTrackFinder(), and CbmL1::ReadSTAPPerfData().
float CbmL1StsHit::t |
Definition at line 36 of file CbmL1StsHit.h.
float CbmL1StsHit::x |
Definition at line 36 of file CbmL1StsHit.h.
float CbmL1StsHit::y |
Definition at line 36 of file CbmL1StsHit.h.