We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a77c2 commit 2a600ceCopy full SHA for 2a600ce
PWGHF/TableProducer/trackIndexSkimCreator.cxx
@@ -118,7 +118,6 @@ enum ChannelsProtonPid {
118
LcToPK0S,
119
NChannelsProtonPid
120
};
121
-
122
// kaon PID (opposite-sign track in 3-prong decays)
123
constexpr int ChannelKaonPid = ChannelsProtonPid::NChannelsProtonPid;
124
constexpr int ChannelsDeuteronPid = ChannelsProtonPid::NChannelsProtonPid + 1;
@@ -1658,7 +1657,6 @@ struct HfTrackIndexSkimCreator {
1658
1657
const auto binPt = findBin(&binsPt3Prong[iDecay3P], pt);
1659
// return immediately if it is outside the defined pT bins
1660
if (binPt == -1) {
1661
1662
CLRBIT(isSelected, iDecay3P);
1663
whichHypo[iDecay3P] = 0;
1664
if (config.debug) {
0 commit comments