Skip to content

Commit 468fb99

Browse files
author
Maurice Coquet
committed
[PWGDQ] Extending rapidity range for charmonia in pO
1 parent 4a39533 commit 468fb99

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
@@ -941,7 +941,7 @@ class O2_GeneratorParamJpsipp96TeV : public GeneratorTGenerator
941941
paramJpsi = new GeneratorParam(1, -1, PtJPsipp96TeV, YJPsipp96TeV, V2JPsipp96TeV, IpJPsipp96TeV);
942942
paramJpsi->SetMomentumRange(0., 1.e6);
943943
paramJpsi->SetPtRange(0, 999.);
944-
paramJpsi->SetYRange(-4.2, -2.3);
944+
paramJpsi->SetYRange(-4.2, -1.8);
945945
paramJpsi->SetPhiRange(0., 360.);
946946
paramJpsi->SetDecayer(new TPythia6Decayer());
947947
paramJpsi->SetForceDecay(kNoDecay); // particle left undecayed

0 commit comments

Comments
 (0)