Skip to content

Commit 50228aa

Browse files
authored
Update candidateSelectorXic0ToXiPiKf.cxx
1 parent 138362e commit 50228aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/candidateSelectorXic0ToXiPiKf.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ enum PidInfoStored {
6161
/// Struct for applying Xic0 -> Xi pi selection cuts
6262
struct HfCandidateSelectorXic0ToXiPiKf {
6363
Produces<aod::HfSelToXiPiKf> hfSelToXiPi;
64-
Produces<aod::HfMlToXiPiKf> hfMlToXiPi;
64+
Produces<aod::HfMlToXiPi> hfMlToXiPi;
6565

6666
// kinematic selections
6767
Configurable<double> etaTrackCharmBachMax{"etaTrackCharmBachMax", 0.8, "Max absolute value of eta for charm baryon bachelor"};

0 commit comments

Comments
 (0)