Skip to content

Commit 946cc62

Browse files
authored
Update femtoDreamProducer.cxx
1 parent a64fcc9 commit 946cc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/HFC/TableProducer/femtoDreamProducer.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2025 CERN and copyright holders of ALICE O2.
1+
2// Copyright 2019-2025 CERN and copyright holders of ALICE O2.
22
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
// All rights not expressly granted are reserved.
44
//
@@ -532,7 +532,7 @@ struct HfFemtoDreamProducer {
532532
LOGF(fatal, "Please check your Ml configuration!!");
533533
}
534534
}
535-
fillTable(0, candidate.isSelDplusToPiKPi(), outputMlDplus.at(0), outputMlDplus.at(1), outputMlDplus.at(2));
535+
fillTable(2, candidate.isSelDplusToPiKPi(), outputMlDplus.at(0), outputMlDplus.at(1), outputMlDplus.at(2));
536536

537537
} else if constexpr (channel == DecayChannel::LcToPKPi) {
538538
if constexpr (useCharmMl) {

0 commit comments

Comments
 (0)