Skip to content

Commit

Permalink
Merge pull request #21643 from alja/patch-2
Browse files Browse the repository at this point in the history
Fireworks 94: Increase range of energy scales in lego view controller
  • Loading branch information
cmsbuild committed Dec 14, 2017
2 parents 3bfbc16 + 4f4d87d commit 437c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fireworks/Core/src/FWViewEnergyScale.cc
Expand Up @@ -25,7 +25,7 @@
FWViewEnergyScale::FWViewEnergyScale(std::string name, int version):
FWConfigurableParameterizable(version),
m_scaleMode(this, "ScaleMode", 1l, 1l, 2l),
m_fixedValToHeight(this, "EnergyToLength [GeV/m]", 50.0, 1.0, 100.0),
m_fixedValToHeight(this, "EnergyToLength [GeV/m]", 50.0, 1.0, 1000.0),
m_maxTowerHeight(this, "MaximumLength [m]", 3.0, 0.01, 30.0 ),
m_plotEt(this, "PlotEt", true),
m_name(name),
Expand Down

0 comments on commit 437c2a4

Please sign in to comment.