Skip to content

Commit 2b5bcd1

Browse files
author
Shirajum Monira
committed
cpp lint fix
1 parent 9a9618d commit 2b5bcd1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackV0Extended.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,9 +1621,7 @@ struct FemtoUniversePairTaskTrackV0Extended {
16211621
registryMCreco.fill(HIST("plus/MCrecoPr"), mcpart.pt(), mcpart.eta());
16221622
registryMCreco.fill(HIST("plus/MCrecoPrPt"), mcpart.pt());
16231623
}
1624-
}
1625-
1626-
else if (part.mAntiLambda() < 0) {
1624+
} else if (part.mAntiLambda() < 0) {
16271625
registryMCreco.fill(HIST("minus/MCrecoAllPt"), mcpart.pt());
16281626
if (mcpart.pdgMCTruth() == kPiMinus) {
16291627
if constexpr (std::experimental::is_detected<hasSigma, typename PartType::iterator>::value) {

0 commit comments

Comments
 (0)