Skip to content

Commit

Permalink
Add the missing "intimeOnly" parameter in RecoMuonValidator
Browse files Browse the repository at this point in the history
This should have been done in 846b3f7.
  • Loading branch information
makortel committed Jul 2, 2015
1 parent 62f76d0 commit 238a2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Validation/RecoMuon/src/RecoMuonValidator.cc
Expand Up @@ -524,6 +524,7 @@ RecoMuonValidator::RecoMuonValidator(const edm::ParameterSet& pset):
tpset.getParameter<double>("lip"),
tpset.getParameter<int>("minHit"),
tpset.getParameter<bool>("signalOnly"),
tpset.getParameter<bool>("intimeOnly"),
tpset.getParameter<bool>("chargedOnly"),
tpset.getParameter<bool>("stableOnly"),
tpset.getParameter<std::vector<int> >("pdgId"));
Expand Down

0 comments on commit 238a2c7

Please sign in to comment.