Skip to content

Commit

Permalink
New default Et cut (no cut) for Pythia8Jets
Browse files Browse the repository at this point in the history
  • Loading branch information
preghenella committed May 17, 2017
1 parent 78d0a9b commit 1746bee
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 @@ -410,7 +410,7 @@ GeneratorPythia8Jets(Int_t tune)
pythia->SetProcess(kPyJets);
pythia->SetJetEtaRange(-1.5, 1.5); // Final state kinematic cuts
pythia->SetJetPhiRange(0., 360.);
pythia->SetJetEtRange(5., 1000.);
pythia->SetJetEtRange(0., 1000.);
pythia->SetPtHard(pthardminConfig, pthardmaxConfig); // Pt transfer of the hard scattering
pythia->SetStrucFunc(kCTEQ5L);
// quenching
Expand Down

0 comments on commit 1746bee

Please sign in to comment.