65 void stop() final { finalize(); }
72 std::unique_ptr<o2::itsmft::Clusterer> setupClusterer(
const std::string& dictName);
74 bool mDoClusters =
false;
75 bool mDoPatterns =
false;
76 bool mDoDigits =
false;
77 bool mDoCalibData =
false;
78 bool mUnmutExtraLanes =
false;
79 bool mFinalizeDone =
false;
80 bool mAllowReporting =
true;
81 bool mApplyNoiseMap =
true;
82 bool mUseClusterDictionary =
true;
83 bool mVerifyDecoder =
false;
84 bool mDumpFrom1stPipeline =
false;
88 long mROFErrRepIntervalMS = 0;
89 size_t mTFCounter = 0;
92 size_t mEstNClusPatt = 0;
93 size_t mEstNCalib = 0;
95 size_t mMaxRawDumpsSize = 0;
96 size_t mRawDumpedSize = 0;
97 std::string mInputSpec;
98 std::string mSelfName;
99 std::unique_ptr<RawPixelDecoder<Mapping>> mDecoder;
100 std::unique_ptr<Clusterer> mClusterer;
101 std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;