Skip to content

Commit 2a600ce

Browse files
committed
fix typo
1 parent b3a77c2 commit 2a600ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ enum ChannelsProtonPid {
118118
LcToPK0S,
119119
NChannelsProtonPid
120120
};
121-
122121
// kaon PID (opposite-sign track in 3-prong decays)
123122
constexpr int ChannelKaonPid = ChannelsProtonPid::NChannelsProtonPid;
124123
constexpr int ChannelsDeuteronPid = ChannelsProtonPid::NChannelsProtonPid + 1;
@@ -1658,7 +1657,6 @@ struct HfTrackIndexSkimCreator {
16581657
const auto binPt = findBin(&binsPt3Prong[iDecay3P], pt);
16591658
// return immediately if it is outside the defined pT bins
16601659
if (binPt == -1) {
1661-
16621660
CLRBIT(isSelected, iDecay3P);
16631661
whichHypo[iDecay3P] = 0;
16641662
if (config.debug) {

0 commit comments

Comments
 (0)