12#ifndef O2_ITS_TRACKINGINTERFACE
13#define O2_ITS_TRACKINGINTERFACE
31#include <oneapi/tbb/task_arena.h>
37 static constexpr int NLayers{7};
44 const bool overrBeamEst)
46 mUseTriggers{trgType},
47 mOverrideBeamEstimation{overrBeamEst} {}
53 LOGP(error,
"Mean Vertex Object is nullptr");
56 LOGP(info,
"Mean Vertex set with x: {} y: {}",
v->getX(),
v->getY());
78 virtual void loadROF(gsl::span<itsmft::ROFRecord>& trackROFspan,
79 gsl::span<const itsmft::CompClusterExt>
clusters,
80 gsl::span<const unsigned char>::iterator& pattIt,
85 bool mRunVertexer =
true;
86 bool mCosmicsProcessing =
false;
89 bool mOverrideBeamEstimation =
false;
91 std::unique_ptr<Tracker> mTracker =
nullptr;
92 std::unique_ptr<Vertexer> mVertexer =
nullptr;
94 std::shared_ptr<BoundedMemoryResource> mMemoryPool;
95 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 *, TrackerTraits7 *, TimeFrame7 *)
std::vector< Cluster > clusters