Skip to content

Commit

Permalink
Merge branch 'ME0PseudoDigiUpdate' of https://github.com/nickmccoll/c…
Browse files Browse the repository at this point in the history
…mssw into ME0PseudoDigiUpdate
  • Loading branch information
nickmccoll committed Apr 1, 2017
2 parents 6887647 + d95a7f6 commit 0fc1826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimMuon/GEMDigitizer/src/ME0ReDigiProducer.cc
Expand Up @@ -136,7 +136,7 @@ TrapezoidalStripTopology * ME0ReDigiProducer::TemporaryGeometry::buildTopo(const
ME0ReDigiProducer::ME0ReDigiProducer(const edm::ParameterSet& ps) :
bxWidth (25.0),
useBuiltinGeo (ps.getParameter<bool>("useBuiltinGeo")),
numberOfStrips (ps.getParameter<unsigned int>("numberOfSrips")),
numberOfStrips (ps.getParameter<unsigned int>("numberOfStrips")),
numberOfPartitions (ps.getParameter<unsigned int>("numberOfPartitions")),
neutronAcceptance (ps.getParameter<double>("neutronAcceptance")),
timeResolution (ps.getParameter<double>("timeResolution")),
Expand Down

0 comments on commit 0fc1826

Please sign in to comment.