Skip to content

Commit 30aba7f

Browse files
committed
[PWGJE] further missing fixes phi exclusion
1 parent bdaf24f commit 30aba7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGJE/Core/JetFinder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void JetFinder::setParams()
4949
areaDef = fastjet::AreaDefinition(areaType, ghostAreaSpec);
5050
selJets = fastjet::SelectorPtRange(jetPtMin, jetPtMax) && fastjet::SelectorEtaRange(jetEtaMin, jetEtaMax) && fastjet::SelectorPhiRange(jetPhiMin, jetPhiMax);
5151

52-
if (phiExclusionMin < 999.0 && phiExclusionMax > -999.0) {
52+
if (phiExclusionMin < 998.0) {
5353
// automatically jets around exclusion region
5454
selJets = selJets && (!fastjet::SelectorPhiRange(phiExclusionMin - jetR, phiExclusionMax + jetR));
5555
}

0 commit comments

Comments
 (0)