21 const std::string& hitRecoConfig,
22 const std::string& clusterRecoConfig,
23 bool disableRootOutput,
29 if (!hitRecoConfig.empty() || !clusterRecoConfig.empty()) {
30 LOG_IF(info, !hitRecoConfig.empty()) <<
"Using hit reco config from file " << hitRecoConfig;
31 LOG_IF(info, !clusterRecoConfig.empty()) <<
"Using cluster reco config from file " << clusterRecoConfig;
33 if (!disableRootOutput) {
o2::framework::WorkflowSpec getWorkflow(bool useMC, const std::string &hitRecoConfig, const std::string &clusterRecoConfig, bool disableRootOutput=false, o2::gpu::gpudatatypes::DeviceType dType=o2::gpu::gpudatatypes::DeviceType::CPU, int trackingThreads=1)
framework::DataProcessorSpec getTrackerSpec(bool useMC, const std::string &hitRecoConfig, const std::string &clusterRecoConfig, gpu::gpudatatypes::DeviceType dType=gpu::gpudatatypes::DeviceType::CPU, int trackingThreads=1)