CbmRoot
|
#include <CaToolsLinkKey.h>
Public Member Functions | |
LinkKey (int index, int event, int file) | |
Public Attributes | |
int | fIndex = cbm::algo::ca::constants::Undef<int> |
Index of MC point/track in external data structures. | |
int | fEvent = cbm::algo::ca::constants::Undef<int> |
Index of MC event. | |
int | fFile = cbm::algo::ca::constants::Undef<int> |
Index of MC file. | |
Friends | |
bool | operator== (const LinkKey &lhs, const LinkKey &rhs) |
Comparison operator. | |
Definition at line 19 of file CaToolsLinkKey.h.
|
inline |
Constructor from index, event and file of a link
index | Index of MC track/point in external data structure |
event | Index of MC event |
file | Index of MC file |
Definition at line 24 of file CaToolsLinkKey.h.
Comparison operator.
Definition at line 27 of file CaToolsLinkKey.h.
int cbm::ca::tools::LinkKey::fEvent = cbm::algo::ca::constants::Undef<int> |
Index of MC event.
Definition at line 33 of file CaToolsLinkKey.h.
Referenced by cbm::ca::tools::MCPoint::GetEventId(), cbm::ca::tools::MCTrack::GetEventId(), std::hash< cbm::ca::tools::LinkKey >::operator()(), cbm::ca::tools::MCPoint::SetEventId(), cbm::ca::tools::MCTrack::SetEventId(), and cbm::ca::tools::MCPoint::ToString().
int cbm::ca::tools::LinkKey::fFile = cbm::algo::ca::constants::Undef<int> |
Index of MC file.
Definition at line 34 of file CaToolsLinkKey.h.
Referenced by cbm::ca::tools::MCPoint::GetFileId(), cbm::ca::tools::MCTrack::GetFileId(), std::hash< cbm::ca::tools::LinkKey >::operator()(), cbm::ca::tools::MCPoint::SetFileId(), cbm::ca::tools::MCTrack::SetFileId(), and cbm::ca::tools::MCPoint::ToString().
int cbm::ca::tools::LinkKey::fIndex = cbm::algo::ca::constants::Undef<int> |
Index of MC point/track in external data structures.
Definition at line 32 of file CaToolsLinkKey.h.
Referenced by cbm::ca::tools::MCPoint::GetExternalId(), cbm::ca::tools::MCTrack::GetExternalId(), std::hash< cbm::ca::tools::LinkKey >::operator()(), cbm::ca::tools::MCPoint::SetExternalId(), cbm::ca::tools::MCTrack::SetExternalId(), and cbm::ca::tools::MCPoint::ToString().