There was an error while loading. Please reload this page.
1 parent 138362e commit 50228aaCopy full SHA for 50228aa
1 file changed
PWGHF/TableProducer/candidateSelectorXic0ToXiPiKf.cxx
@@ -61,7 +61,7 @@ enum PidInfoStored {
61
/// Struct for applying Xic0 -> Xi pi selection cuts
62
struct HfCandidateSelectorXic0ToXiPiKf {
63
Produces<aod::HfSelToXiPiKf> hfSelToXiPi;
64
- Produces<aod::HfMlToXiPiKf> hfMlToXiPi;
+ Produces<aod::HfMlToXiPi> hfMlToXiPi;
65
66
// kinematic selections
67
Configurable<double> etaTrackCharmBachMax{"etaTrackCharmBachMax", 0.8, "Max absolute value of eta for charm baryon bachelor"};
0 commit comments