We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058a2ae commit 6891bdfCopy full SHA for 6891bdf
PWGEM/Dilepton/Tasks/mcParticlePredictionsOTF.cxx
@@ -29,7 +29,7 @@ struct otfParticlePrediction {
29
ConfigurableAxis binsEta{"binsEta", {100, -5, 5}, "Binning of the Eta axis"};
30
ConfigurableAxis binsPt{"binsPt", {100, 0, 10}, "Binning of the Pt axis"};
31
32
- Configurable<float> maxYParticle{"maxEtaParticle", 5.f, "Max eta of particles considered"};
+ Configurable<float> maxYParticle{"maxYParticle", 5.f, "Max rapidity of particles considered"};
33
34
// init function
35
void init(InitContext&)
0 commit comments