Skip to content

Commit

Permalink
Update generator_pythia8_extraStrangeness.C
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Nov 21, 2024
1 parent f55a23a commit befbb6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MC/config/PWGLF/pythia8/generator_pythia8_extraStrangeness.C
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ public:
GeneratorPythia8ExtraStrangeness() {
genMinPt=0.0;
genMaxPt=20.0;
genminY=-1.5;
genmaxY=1.5;
genminEta=-1.5;
genmaxEta=1.5;
genminY=-1.0;
genmaxY=1.0;
genminEta=-1.0;
genmaxEta=1.0;

pdg=0;
E=0;
Expand Down

0 comments on commit befbb6e

Please sign in to comment.