14#ifndef O2_ITSMFT_CLUSTERERDPL_H_
15#define O2_ITSMFT_CLUSTERERDPL_H_
34 ClustererDPL(std::shared_ptr<o2::base::GRPGeomRequest> gr,
bool useMC,
bool doStag);
45 bool mUseClusterDictionary =
true;
47 std::unique_ptr<o2::itsmft::Clusterer> mClusterer =
nullptr;
48 std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;
49 bool mDoStaggering =
false;
51 std::vector<InputSpec> mFilter;
Helper for geometry and GRP related CCDB requests.
Definition of the ITS cluster finder.
Static class with identifiers, bitmasks and names for ALICE detectors.
void init(InitContext &ic) final
~ClustererDPL() override=default
void finaliseCCDB(ConcreteDataMatcher &matcher, void *obj) final
void run(ProcessingContext &pc) final
constexpr o2::header::DataOrigin gDataOriginMFT
constexpr o2::header::DataOrigin gDataOriginITS
Defining ITS Vertex explicitly as messageable.
framework::DataProcessorSpec getMFTClustererSpec(bool useMC, bool doStag)
framework::DataProcessorSpec getITSClustererSpec(bool useMC, bool doStag)