There was an error while loading. Please reload this page.
1 parent 12b2049 commit 04daca8Copy full SHA for 04daca8
1 file changed
PWGHF/TableProducer/candidateSelectorToXiPi.cxx
@@ -59,7 +59,7 @@ enum PidInfoStored {
59
/// Struct for applying Omegac0/Xic0 selection cuts
60
struct HfCandidateSelectorToXiPi {
61
Produces<aod::HfSelToXiPi> hfSelToXiPi;
62
- Produces<aod::HfMlToXiPiKf> hfMlToXiPi;
+ Produces<aod::HfMlToXiPi> hfMlToXiPi;
63
64
// LF analysis selections
65
Configurable<double> radiusCascMin{"radiusCascMin", 0.6, "Min cascade radius"};
0 commit comments