21 const std::string& hitRecoConfig,
22 const std::string& clusterRecoConfig,
23 bool disableRootOutput,
28 if (!hitRecoConfig.empty() || !clusterRecoConfig.empty()) {
29 LOG_IF(info, !hitRecoConfig.empty()) <<
"Using hit reco config from file " << hitRecoConfig;
30 LOG_IF(info, !clusterRecoConfig.empty()) <<
"Using cluster reco config from file " << clusterRecoConfig;
32 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)