We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ba242 commit 5305044Copy full SHA for 5305044
Common/Tools/PID/pidTPCModule.h
@@ -258,7 +258,7 @@ class pidTPCModule
258
pidTPCopts.skipTPCOnly.value = 1;
259
260
// loop over devices in this execution
261
- auto& workflows = context.services().template get<o2::framework::RunningWorkflowInfo const>();
+ auto const& workflows = context.services().template get<o2::framework::RunningWorkflowInfo const>();
262
for (o2::framework::DeviceSpec const& device : workflows.devices) {
263
// Look for propagation service
264
if (device.name.compare("propagation-service") == 0) {
0 commit comments