Skip to content

Commit

Permalink
Merge pull request #42 from OlivierBondu/correcting_typo
Browse files Browse the repository at this point in the history
Correcting typo
  • Loading branch information
BrieucF committed Oct 26, 2015
2 parents ce06050 + 418dacd commit d15ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/HHAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class HHAnalyzer: public Framework::Analyzer {
HHAnalyzer(const std::string& name, const ROOT::TreeGroup& tree_, const edm::ParameterSet& config):
Analyzer(name, tree_, config)
{
m_muonLooseIsoCut = config.getUntrackedParameter<double>("muonTightIsoCut", 0.25);
m_muonLooseIsoCut = config.getUntrackedParameter<double>("muonLooseIsoCut", 0.25);
m_muonTightIsoCut = config.getUntrackedParameter<double>("muonTightIsoCut", 0.15);
m_muonEtaCut = config.getUntrackedParameter<double>("muonEtaCut", 2.4);
m_muonPtCut = config.getUntrackedParameter<double>("muonPtCut", 20);
Expand Down

0 comments on commit d15ae6c

Please sign in to comment.