![]() |
Project
|
#include <MatchHMP.h>
Public Types | |
| enum | trackType : int8_t { UNCONS = 0 , CONSTR , SIZE , TPC = 0 , ITSTPC , TPCTRD , ITSTPCTRD , SIZEALL } |
Public Member Functions | |
| void | run (const o2::globaltracking::RecoContainer &inp) |
| < perform matching for provided input | |
| void | print () const |
| void | printCandidatesHMP () const |
| set extra time tolerance | |
| void | setExtraTimeToleranceTRD (float val) |
| get extra tolerance | |
| float | getExtraTimeToleranceTRD () const |
| set extra time tolerance | |
| void | setExtraTimeToleranceTOF (float val) |
| get extra tolerance | |
| float | getExtraTimeToleranceTOF () const |
| std::vector< o2::dataformats::MatchInfoHMP > & | getMatchedTrackVector (o2::globaltracking::MatchHMP::trackType index) |
| std::vector< o2::MCCompLabel > & | getMatchedHMPLabelsVector (o2::globaltracking::MatchHMP::trackType index) |
| get vector of HMP label of matched tracks | |
| void | setTS (unsigned long creationTime) |
| unsigned long | getTS () const |
Definition at line 70 of file MatchHMP.h.
| enum o2::globaltracking::MatchHMP::trackType : int8_t |
| Enumerator | |
|---|---|
| UNCONS | |
| CONSTR | |
| SIZE | |
| TPC | |
| ITSTPC | |
| TPCTRD | |
| ITSTPCTRD | |
| SIZEALL | |
Definition at line 103 of file MatchHMP.h.
|
inline |
Definition at line 97 of file MatchHMP.h.
|
inline |
set extra time tolerance
Definition at line 92 of file MatchHMP.h.
|
inline |
get vector of HMP label of matched tracks
Definition at line 114 of file MatchHMP.h.
|
inline |
Definition at line 112 of file MatchHMP.h.
|
inline |
Definition at line 120 of file MatchHMP.h.
| void o2::globaltracking::MatchHMP::print | ( | ) | const |
| void o2::globaltracking::MatchHMP::printCandidatesHMP | ( | ) | const |
set extra time tolerance
| void MatchHMP::run | ( | const o2::globaltracking::RecoContainer & | inp | ) |
< perform matching for provided input
print settings
< running the matching
Definition at line 64 of file MatchHMP.cxx.
|
inline |
get extra tolerance
Definition at line 95 of file MatchHMP.h.
|
inline |
get extra tolerance
Definition at line 90 of file MatchHMP.h.
Definition at line 116 of file MatchHMP.h.