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 e69c3bb commit deb3472Copy full SHA for deb3472
PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx
@@ -408,12 +408,11 @@ struct HfCandidateSigmac0plusplusMc {
408
// here we assume that the hf-candidate-creator-3prong is in the workflow
409
// configure the ev. sel from that workflow
410
if (device.name.compare("hf-candidate-creator-3prong") == 0) {
411
- hfEvSelMc.configureFromDevice(device);
+ // init HF event selection helper
412
+ hfEvSelMc.init(device, registry);
413
break;
414
}
415
-
416
- hfEvSelMc.addHistograms(registry); // particles monitoring
417
418
419
/// @brief dummy process function, to be run on data
0 commit comments