Skip to content

Commit 5c483e3

Browse files
committed
Please consider the following formatting changes
1 parent dca48df commit 5c483e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ struct JetHadronRecoil {
421421
}
422422
if (dR == 0 || dRp == 0) {
423423
return;
424-
}
424+
}
425425
registry.fill(HIST("hPtMatched"), jetBase.pt() - (rho * jetBase.area()), jetTag.pt(), weight);
426426
registry.fill(HIST("hPhiMatched"), jetBase.phi(), jetTag.phi(), weight);
427427
registry.fill(HIST("hPtResolution"), jetTag.pt(), (jetTag.pt() - (jetBase.pt() - (rho * jetBase.area()))) / jetTag.pt(), weight);

0 commit comments

Comments
 (0)