Skip to content

Commit

Permalink
Merge pull request #3 from dildick/from-CMSSW_6_2_0_SLHC2
Browse files Browse the repository at this point in the history
Added missing initialization of digitizeOnlyMuons_
  • Loading branch information
Sven Dildick committed Oct 19, 2013
2 parents ac6238b + 286b52c commit 8e40f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimMuon/GEMDigitizer/src/GEMSimpleModel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ GEMSimpleModel::GEMSimpleModel(const edm::ParameterSet& config)
, bxwidth_(config.getParameter<int>("bxwidth"))
, minBunch_(config.getParameter<int>("minBunch"))
, maxBunch_(config.getParameter<int>("maxBunch"))
, digitizeOnlyMuons_(config.getParameter<bool>("digitizeOnlyMuons"))
{
}

Expand Down

0 comments on commit 8e40f86

Please sign in to comment.