CbmRoot
|
#include <CbmL1Hit.h>
Public Member Functions | |
CbmL1HitId ()=default | |
CbmL1HitId (int det, int index) | |
std::string | ToString (bool header=false) const |
String representation of class object. | |
Public Attributes | |
int | detId = -1 |
detector ID | |
int | hitId = -1 |
index of hit in the TClonesArray array | |
Identificator for cbm hits with their detector and index in cbm arrays
Definition at line 21 of file CbmL1Hit.h.
|
default |
|
inline |
Definition at line 24 of file CbmL1Hit.h.
|
inline |
String representation of class object.
header | If true, header will be printed |
Definition at line 28 of file CbmL1Hit.h.
int CbmL1HitId::detId = -1 |
int CbmL1HitId::hitId = -1 |
index of hit in the TClonesArray array
Definition at line 43 of file CbmL1Hit.h.
Referenced by ToString().