Skip to content

Commit e4560a7

Browse files
committed
Add also SigmaC
1 parent 651e01c commit e4560a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,12 +408,11 @@ struct HfCandidateSigmac0plusplusMc {
408408
// here we assume that the hf-candidate-creator-3prong is in the workflow
409409
// configure the ev. sel from that workflow
410410
if (device.name.compare("hf-candidate-creator-3prong") == 0) {
411-
hfEvSelMc.configureFromDevice(device);
411+
// init HF event selection helper
412+
hfEvSelMc.init(device, registry);
412413
break;
413414
}
414415
}
415-
416-
hfEvSelMc.addHistograms(registry); // particles monitoring
417416
}
418417

419418
/// @brief dummy process function, to be run on data

0 commit comments

Comments
 (0)