Skip to content

Commit 3afd31e

Browse files
Fixing issue with GeneratorBottomonia
1 parent e5d86b6 commit 3afd31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/config/PWGDQ/external/generator/GeneratorBottomonia.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class O2_GeneratorParamUpsilon1SFwdY : public GeneratorTGenerator
6363
static Double_t YUpsilon1Spp13TeV(const Double_t* py, const Double_t* /*dummy*/)
6464
{
6565
// Upsilon1S y shape from LHCb pp@13TeV arXiv:1804.09214
66-
Double_t y = *py;
66+
Double_t x = *py;
6767
Float_t p0, p1;
6868

6969
p0 = 3.07931e+03;

0 commit comments

Comments
 (0)