![]() |
Project
|
#include <TrackLabeler.h>
Public Member Functions | |
void | process (gsl::span< const Cluster > clusters, gsl::span< const Track > tracks, const o2::dataformats::MCTruthContainer< MCClusterLabel > &inMCContainer) |
const std::vector< MCCompLabel > & | getTracksLabels () |
Returns the tracks labels. | |
const o2::dataformats::MCTruthContainer< MCClusterLabel > & | getTrackClustersLabels () |
Returns the cluster labels. | |
Definition at line 31 of file TrackLabeler.h.
|
inline |
Returns the cluster labels.
Definition at line 40 of file TrackLabeler.h.
|
inline |
Returns the tracks labels.
Definition at line 37 of file TrackLabeler.h.
void o2::mid::TrackLabeler::process | ( | gsl::span< const Cluster > | clusters, |
gsl::span< const Track > | tracks, | ||
const o2::dataformats::MCTruthContainer< MCClusterLabel > & | inMCContainer | ||
) |
Applies labels to the tracks
Definition at line 86 of file TrackLabeler.cxx.