1 parent 1e05c7e commit 454ae0cCopy full SHA for 454ae0c
1 file changed
Common/Tools/TrackPropagationModule.h
@@ -177,7 +177,7 @@ class TrackPropagationModule
177
/// to understand whether the TrackTuner::getDcaGraphs function can be called here (input path from string/configurables)
178
/// or inside the process function, to "auto-detect" the input file based on the run number
179
const auto& workflows = initContext.services().template get<o2::framework::RunningWorkflowInfo const>();
180
- for (const o2::framework::DeviceSpec& device : workflows.devices) { /// loop over devices
+ for (o2::framework::DeviceSpec const& device : workflows.devices) { /// loop over devices
181
if (device.name == "propagation-service") {
182
// loop over the options
183
// to find the value of TrackTuner::autoDetectDcaCalib
0 commit comments