Skip to content

Commit

Permalink
Merge pull request #461 from gconesab/master
Browse files Browse the repository at this point in the history
Open the jet/parton selection eta cut for jet events
  • Loading branch information
gconesab authored Mar 24, 2021
2 parents ca43112 + 0d6cec4 commit 7d27227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/GeneratorConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ GetCalorimeterAcceptance(Int_t acceptance, Float_t &etaMax, Float_t &phiMin, Flo
switch (acceptance)
{
case kCalorimeterAcceptance_FullDetector:
etaMax = 1.5 ; phiMin = 0.; phiMax = 360.;
etaMax = 20. ; phiMin = 0.; phiMax = 360.;
break;
case kCalorimeterAcceptance_EMCRun1:
etaMax = 0.7 ; phiMin = 80.; phiMax = 180.;
Expand Down

0 comments on commit 7d27227

Please sign in to comment.