CbmRoot
|
Internal structure to handle link keys. More...
#include <CbmL1.h>
Public Member Functions | |
CbmL1LinkKey (int32_t index, int32_t entry, int32_t file) | |
Constructor from links. | |
bool | operator== (const CbmL1LinkKey &other) const |
Public Attributes | |
int32_t | fIndex = -1 |
index of point/track, saved to link | |
int32_t | fEntry = -1 |
index of link entry | |
int32_t | fFile = -1 |
index of link file | |
|
inline |
|
inline |
int32_t CbmL1LinkKey::fEntry = -1 |
index of link entry
Definition at line 81 of file CbmL1.h.
Referenced by std::hash< CbmL1LinkKey >::operator()(), and operator==().
int32_t CbmL1LinkKey::fFile = -1 |
index of link file
Definition at line 82 of file CbmL1.h.
Referenced by std::hash< CbmL1LinkKey >::operator()(), and operator==().
int32_t CbmL1LinkKey::fIndex = -1 |
index of point/track, saved to link
Definition at line 80 of file CbmL1.h.
Referenced by std::hash< CbmL1LinkKey >::operator()(), and operator==().