149 struct calibObjectStruct {
150 std::unique_ptr<TPCFastTransform> mFastTransform;
151 std::unique_ptr<TPCFastTransform> mFastTransformRef;
152 std::unique_ptr<TPCFastTransform> mFastTransformMShape;
153 std::unique_ptr<o2::tpc::CorrectionMapsLoader> mFastTransformHelper;
154 std::unique_ptr<TPCPadGainCalib> mTPCPadGainCalib;
155 std::unique_ptr<o2::tpc::CalibdEdxContainer> mdEdxCalibContainer;
169 void cleanOldCalibsTPCPtrs(calibObjectStruct& oldCalibObjects);
175 template <
class D,
class E,
class F,
class G,
class H,
class I,
class J,
class K>
182 void RunReceiveThread();
183 void RunWorkerThread(int32_t
id);
186 void handlePipelineStop();
190 void receiveFMQStateCallback(fair::mq::State);
194 std::unique_ptr<GPUO2Interface> mGPUReco;
195 std::unique_ptr<GPUDisplayFrontendInterface> mDisplayFrontend;
197 calibObjectStruct mCalibObjects;
198 std::unique_ptr<o2::tpc::DeadChannelMapCreator> mTPCDeadChannelMapCreator;
199 std::unique_ptr<o2::tpc::CalibdEdxContainer> mdEdxCalibContainerBufferNew;
200 std::unique_ptr<TPCPadGainCalib> mTPCPadGainCalibBufferNew;
201 std::queue<calibObjectStruct> mOldCalibObjects;
202 std::unique_ptr<TPCZSLinkMapping> mTPCZSLinkMapping;
203 std::unique_ptr<o2::tpc::VDriftHelper> mTPCVDriftHelper;
204 std::unique_ptr<o2::trd::GeometryFlat> mTRDGeometry;
205 std::unique_ptr<GPUO2InterfaceConfiguration> mConfig;
206 std::unique_ptr<GPUSettingsO2> mConfParam;
207 std::unique_ptr<TStopwatch> mTimer;
208 std::vector<std::array<uint32_t, 4>> mErrorQA;
209 int32_t mQATaskMask = 0;
210 std::unique_ptr<GPUO2InterfaceQA> mQA;
211 std::vector<int32_t> mClusterOutputIds;
212 std::vector<int32_t> mTPCSectors;
213 std::unique_ptr<o2::its::ITSTrackingInterface> mITSTrackingInterface;
214 std::unique_ptr<gpurecoworkflow_internals::GPURecoWorkflowSpec_PipelineInternals> mPipeline;
216 std::vector<fair::mq::RegionInfo> mRegionInfos;
219 uint64_t mTPCSectorMask = 0;
220 int64_t mCreationForCalib = -1;
221 int32_t mVerbosity = 0;
223 uint32_t mNDebugDumps = 0;
224 uint32_t mNextThreadIndex = 0;
225 bool mUpdateGainMapCCDB =
true;
226 std::unique_ptr<o2::gpu::GPUSettingsTF> mTFSettings;
228 std::shared_ptr<o2::base::GRPGeomRequest> mGGR;
229 bool mGRPGeomUpdated =
false;
230 bool mAutoContinuousMaxTimeBin =
false;
231 bool mAutoSolenoidBz =
false;
232 bool mMatLUTCreated =
false;
233 bool mITSGeometryCreated =
false;
234 bool mTRDGeometryCreated =
false;
235 bool mPropagatorInstanceCreated =
false;
236 int32_t mTPCCutAtTimeBin = -1;