Skip to content

Commit 04c50d9

Browse files
authored
Merge pull request #9 from alibuild/alibot-cleanup-10724
Please consider the following formatting changes to #10724
2 parents 80bab68 + 09cff18 commit 04c50d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ struct AntinucleiInJets {
11521152
auto jetForSub = jet;
11531153
fastjet::PseudoJet jetMinusBkg = backgroundSub.doRhoAreaSub(jetForSub, rhoPerp, rhoMPerp);
11541154
if (getCorrectedPt(jetMinusBkg.pt(), responseMatrix) < minJetPt)
1155-
continue;
1155+
continue;
11561156

11571157
// perpendicular cone
11581158
double coneRadius = std::sqrt(jet.area() / PI);

0 commit comments

Comments
 (0)