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 8fc88ca commit 03262e0Copy full SHA for 03262e0
PWGJE/Tasks/recoilJets.cxx
@@ -350,9 +350,10 @@ struct RecoilJets {
350
bSigEv = true;
351
352
for (const auto& jet : jets) {
353
- if (jet.pt() > pTHatMax * pTHat)
+ if (jet.pt() > pTHatMax * pTHat) {
354
spectra.fill(HIST("hEventSelectionCountPartLevel"), 1.5);
355
return;
356
+ }
357
}
358
359
for (const auto& particle : particles) {
0 commit comments