Skip to content

Commit 172f2c1

Browse files
author
Maurice Coquet
committed
dummy commit
1 parent 98eeab6 commit 172f2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ class O2_GeneratorParamJpsipp96TeV : public GeneratorTGenerator
979979
//-------------------------------------------------------------------------//
980980
static Double_t YJPsipp96TeV(const Double_t* py, const Double_t* /*dummy*/)
981981
{
982-
// Parameters extrapolated linearly between 5 TeV and 13 TeV as a function of log(sqrt(s))
982+
// Parameters extrapolated linearly between 5 TeV and 13 TeV as a function of log(sqrt(s)), shifted by a rapidity boost dy=0.35
983983
Double_t y = *py;
984984
Double_t deltaY = 0.35;
985985
Double_t yCM = y - deltaY;

0 commit comments

Comments
 (0)