Skip to content

Commit 0037ca5

Browse files
author
Shirajum Monira
committed
fixed cpp lint error
1 parent cedb67c commit 0037ca5

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
@@ -1686,9 +1686,7 @@ struct FemtoUniversePairTaskTrackV0Extended {
16861686
registryMCreco.fill(HIST("plus/MCrecoPr"), mcpart.pt(), mcpart.eta());
16871687
registryMCreco.fill(HIST("plus/MCrecoPrPt"), mcpart.pt());
16881688
}
1689-
}
1690-
1691-
else if (part.mAntiLambda() < 0) {
1689+
} else if (part.mAntiLambda() < 0) {
16921690
registryMCreco.fill(HIST("minus/MCrecoAllPt"), mcpart.pt());
16931691
if (mcpart.pdgMCTruth() == kPiMinus) {
16941692
if constexpr (std::experimental::is_detected<hasSigma, typename PartType::iterator>::value) {

0 commit comments

Comments
 (0)