15#ifndef ALICEO2_ITS_CLUSTERERTASK
16#define ALICEO2_ITS_CLUSTERERTASK
55 void run(
const std::string inpName,
const std::string outName);
63 int maxROframe = std::numeric_limits<int>::max();
64 bool mRawDataMode =
false;
65 bool mUseMCTruth =
true;
67 std::unique_ptr<o2::itsmft::DigitPixelReader> mReaderMC;
68 std::unique_ptr<o2::itsmft::RawPixelReader<o2::itsmft::ChipMappingITS>> mReaderRaw;
72 std::vector<CompClusterExt> mCompClus;
74 std::vector<o2::itsmft::ROFRecord> mROFRecVec;
78 std::vector<unsigned char> mPatterns;
Definition of the ITSMFT compact cluster.
Definition of the Alpide pixel reader for MC digits processing.
Definition of the ITS cluster finder.
Definition of a container to keep Monte Carlo truth external to simulation objects.
Abstract class for Alpide data reader class.
Definition of the Alpide pixel reader for raw data processing.
Clusterer & getClusterer()
void run(const std::string inpName, const std::string outName)
o2::itsmft::PixelReader * getReader() const
int getMaxROframe() const
void writeTree(std::string basename, int i)
void setMaxROframe(int max)
PixelReader class for the ITSMFT.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...