12#ifndef O2_ITS_TRACKINGINTERFACE
13#define O2_ITS_TRACKINGINTERFACE
31#include <oneapi/tbb/task_arena.h>
37 static constexpr int NLayers{7};
45 const bool overrBeamEst)
47 mUseTriggers{trgType},
48 mOverrideBeamEstimation{overrBeamEst} {}
54 LOGP(error,
"Mean Vertex Object is nullptr");
57 LOGP(info,
"Mean Vertex set with x: {} y: {}",
v->getX(),
v->getY());
79 virtual void loadROF(gsl::span<itsmft::ROFRecord>& trackROFspan,
80 gsl::span<const itsmft::CompClusterExt>
clusters,
81 gsl::span<const unsigned char>::iterator& pattIt,
86 bool mRunVertexer =
true;
87 bool mCosmicsProcessing =
false;
90 bool mOverrideBeamEstimation =
false;
92 std::unique_ptr<TrackerN> mTracker =
nullptr;
93 std::unique_ptr<Vertexer> mVertexer =
nullptr;
95 std::shared_ptr<BoundedMemoryResource> mMemoryPool;
96 std::shared_ptr<tbb::task_arena> mTaskArena;
Header of the General Run Parameters object.
Class to compute the primary vertex in ITS from tracklets.
void printSummary() const
void run(framework::ProcessingContext &pc)
ITSTrackingInterface(bool isMC, int trgType, const bool overrBeamEst)
void setMeanVertex(const o2::dataformats::MeanVertexObject *v)
virtual void loadROF(gsl::span< itsmft::ROFRecord > &trackROFspan, gsl::span< const itsmft::CompClusterExt > clusters, gsl::span< const unsigned char >::iterator &pattIt, const dataformats::MCTruthContainer< MCCompLabel > *mcLabels)
void setTrackingMode(TrackingMode::Type mode=TrackingMode::Unset)
void setClusterDictionary(const o2::itsmft::TopologyDictionary *d)
virtual void updateTimeDependentParams(framework::ProcessingContext &pc)
virtual void finaliseCCDB(framework::ConcreteDataMatcher &matcher, void *obj)
void setTraitsFromProvider(VertexerTraits *, TrackerTraitsN *, TimeFrameN *)
std::vector< Cluster > clusters