Skip to content

Commit 8d25420

Browse files
committed
Dummy commit
1 parent 52b0366 commit 8d25420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmHadPiReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ struct HfDataCreatorCharmHadPiReduced {
12871287
if (!((candC.isSelD0() >= hfflagConfigurations.selectionFlagD0 && trackPion.sign() < 0) || (candC.isSelD0bar() >= hfflagConfigurations.selectionFlagD0bar && trackPion.sign() > 0))) {
12881288
continue;
12891289
}
1290-
} else if constexpr (decChannel == DecayChannel::B0ToDstarPi) { // D*+ → D0 π+
1290+
} else if constexpr (decChannel == DecayChannel::B0ToDstarPi) { // D*+ → D0 π+
12911291
if (trackPion.sign() * charmHadDauTracks.back().sign() > 0) {
12921292
continue;
12931293
}

0 commit comments

Comments
 (0)