|
CbmRoot
|
#include <CbmL1HitId.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 22 of file CbmL1HitId.h.
|
default |
|
inline |
Definition at line 25 of file CbmL1HitId.h.
|
inline |
String representation of class object.
| header | If true, header will be printed |
Definition at line 29 of file CbmL1HitId.h.
| int CbmL1HitId::detId = -1 |
| int CbmL1HitId::hitId = -1 |
index of hit in the TClonesArray array
Definition at line 44 of file CbmL1HitId.h.
Referenced by CbmL1HitId(), and ToString().