Skip to content

Commit

Permalink
Merge pull request #21644 from alja/patch-3
Browse files Browse the repository at this point in the history
Fireworks 93: increase span of energy scales in lego view
  • Loading branch information
cmsbuild authored Dec 14, 2017
2 parents 16e5efc + 5ebfcff commit 8638c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fireworks/Core/src/FWViewEnergyScale.cc
Original file line number Diff line number Diff line change
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 8638c32

Please sign in to comment.