We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98eeab6 commit 172f2c1Copy full SHA for 172f2c1
MC/config/PWGDQ/external/generator/GeneratorPromptCharmonia.C
@@ -979,7 +979,7 @@ class O2_GeneratorParamJpsipp96TeV : public GeneratorTGenerator
979
//-------------------------------------------------------------------------//
980
static Double_t YJPsipp96TeV(const Double_t* py, const Double_t* /*dummy*/)
981
{
982
- // Parameters extrapolated linearly between 5 TeV and 13 TeV as a function of log(sqrt(s))
+ // Parameters extrapolated linearly between 5 TeV and 13 TeV as a function of log(sqrt(s)), shifted by a rapidity boost dy=0.35
983
Double_t y = *py;
984
Double_t deltaY = 0.35;
985
Double_t yCM = y - deltaY;
0 commit comments