Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Detectors/Upgrades/ALICE3/IOTOF/base/src/GeometryTGeo.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void GeometryTGeo::Build(int loadTrans)
defineSensors();
fillTrackingFramesCache();
fillMatrixCache(loadTrans);
// fillMatrixCache(o2::math_utils::bit2Mask(o2::math_utils::TransformType::L2G));
// fillMatrixCache(o2::math_utils::bit2Mask(o2::math_utils::TransformType::L2G));
}

void GeometryTGeo::defineSensors()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void customize(std::vector<ConfigParamSpec>& workflowOptions)
{"configKeyValues", VariantType::String, "", {"Semicolon separated key=value strings"}} //,
// {"use-gpu-workflow", VariantType::Bool, false, {"use GPU workflow (default: false)"}},
// {"gpu-device", VariantType::Int, 1, {"use gpu device: CPU=1,CUDA=2,HIP=3 (default: CPU)"}}
};
};
std::swap(workflowOptions, options);
}

Expand All @@ -79,5 +79,5 @@ o2::framework::WorkflowSpec defineDataProcessing(o2::framework::ConfigContext co
// write the configuration used for the reco workflow
o2::conf::ConfigurableParam::writeINI("o2itsrecoflow_configuration.ini");

return o2::iotof::reco_workflow::getWorkflow(useMC, /*hitRecoConfig,*/ extDigits, extClusters, disableRootOutput/*, useGpuWF, gpuDevice*/);
return o2::iotof::reco_workflow::getWorkflow(useMC, /*hitRecoConfig,*/ extDigits, extClusters, disableRootOutput /*, useGpuWF, gpuDevice*/);
}