Skip to content

Commit

Permalink
Merge pull request #213 from pillot/UpsilonParam
Browse files Browse the repository at this point in the history
change pT shape parameters
  • Loading branch information
miweberSMI authored Nov 19, 2018
2 parents 508ccdf + 03fc030 commit 0f047ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MC/CustomGenerators/PWGDQ/Muon_GenParamUpsilon_pPb8TeV_1.C
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ Double_t PtUpsilon(const Double_t *x, const Double_t */*dummy*/)

Double_t pT = *x;

Double_t p0 = 2.23922e+02;
Double_t p1 = 4.18539e+02;
Double_t p2 = 1.46128e+00;
Double_t p3 = 6.85462e+02;
Double_t p0 = 2.10726e+02;
Double_t p1 = 1.60314e+01;
Double_t p2 = 1.70315e+00;
Double_t p3 = 7.73504e+00;

return p0 * pT / TMath::Power(1. + TMath::Power(pT/p1,p2), p3);
}
Expand Down

0 comments on commit 0f047ca

Please sign in to comment.