Skip to content

Commit

Permalink
Fireworks 94: Increase range of energy scales in lego view controller
Browse files Browse the repository at this point in the history
  • Loading branch information
alja committed Dec 4, 2017
1 parent 3bfbc16 commit 4f4d87d
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 4f4d87d

Please sign in to comment.