Skip to content

Commit 6891bdf

Browse files
committed
Switch eta -> y (II)
1 parent 058a2ae commit 6891bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Tasks/mcParticlePredictionsOTF.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct otfParticlePrediction {
2929
ConfigurableAxis binsEta{"binsEta", {100, -5, 5}, "Binning of the Eta axis"};
3030
ConfigurableAxis binsPt{"binsPt", {100, 0, 10}, "Binning of the Pt axis"};
3131

32-
Configurable<float> maxYParticle{"maxEtaParticle", 5.f, "Max eta of particles considered"};
32+
Configurable<float> maxYParticle{"maxYParticle", 5.f, "Max rapidity of particles considered"};
3333

3434
// init function
3535
void init(InitContext&)

0 commit comments

Comments
 (0)