Skip to content

Commit f5dee3b

Browse files
committed
Fix TESTBIT check for D* ML selection in derived-data-creator
1 parent b93df7e commit f5dee3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/derivedDataCreatorDstarToD0Pi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ struct HfDerivedDataCreatorDstarToD0Pi {
255255
int pdgBhadMotherPart = 0;
256256
for (const auto& candidate : candidatesThisColl) {
257257
if constexpr (IsMl) {
258-
if (!TESTBIT(candidate.isSelDstarToD0Pi(), aod::SelectionStep::RecoMl)) {
258+
if (!candidate.isSelDstarToD0Pi()) {
259259
continue;
260260
}
261261
}

0 commit comments

Comments
 (0)