Skip to content

Commit 04daca8

Browse files
authored
Update candidateSelectorToXiPi.cxx
1 parent 12b2049 commit 04daca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/candidateSelectorToXiPi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ enum PidInfoStored {
5959
/// Struct for applying Omegac0/Xic0 selection cuts
6060
struct HfCandidateSelectorToXiPi {
6161
Produces<aod::HfSelToXiPi> hfSelToXiPi;
62-
Produces<aod::HfMlToXiPiKf> hfMlToXiPi;
62+
Produces<aod::HfMlToXiPi> hfMlToXiPi;
6363

6464
// LF analysis selections
6565
Configurable<double> radiusCascMin{"radiusCascMin", 0.6, "Min cascade radius"};

0 commit comments

Comments
 (0)