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 062f58b commit ebd8229Copy full SHA for ebd8229
PWGHF/TableProducer/candidateCreatorXic0Omegac0QA.cxx
@@ -1434,7 +1434,7 @@ struct HfCandidateCreatorXic0Omegac0QAMc {
1434
{
1435
const auto& workflows = initContext.services().get<RunningWorkflowInfo const>();
1436
for (const DeviceSpec& device : workflows.devices) {
1437
- if (device.name.compare("hf-candidate-creator-xic0-xicp-to-hadronic") == 0) {
+ if (device.name.compare("hf-candidate-creator-xic0-omegac0-q-a") == 0) {
1438
hfEvSelMc.init(device, registry);
1439
break;
1440
}
0 commit comments