Skip to content

Commit a9b3876

Browse files
fmazzascchiarazampolli
authored andcommitted
Fix Eta distribution
1 parent a9f402f commit a9b3876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/config/PWGLF/pythia8/generator_pythia8_longlived.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private:
6767
double genMinPt = 0.5; /// minimum 3-momentum for generated particles
6868
double genMaxPt = 12.; /// maximum 3-momentum for generated particles
6969
double genMinEta = -1.; /// minimum pseudorapidity for generated particles
70-
double genMaxEta = -1.; /// maximum pseudorapidity for generated particles
70+
double genMaxEta = +1.; /// maximum pseudorapidity for generated particles
7171

7272
double m = 0; /// particle mass [GeV/c^2]
7373
int pdg = 0; /// particle pdg code

0 commit comments

Comments
 (0)