Skip to content

Commit

Permalink
small, typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomc committed Jan 28, 2019
1 parent 63d287c commit 0dd7d3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion multilep/interface/LeptonAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class LeptonAnalyzer {
bool tauLightOverlap(const pat::Tau& tau, const bool* loose) const;
void fillLeptonJetVariables(const reco::Candidate&, edm::Handle<std::vector<pat::Jet>>&, const reco::Vertex&, const double rho);

// In leptonAnalyzerIso,cc
// In leptonAnalyzerIso.cc
double getRelIso03(const pat::Muon&, const double) const;
double getRelIso03(const pat::Electron&, const double) const;
double getRelIso04(const pat::Muon& mu, const double, const bool DeltaBeta=false) const;
Expand Down
1 change: 0 additions & 1 deletion multilep/src/JetAnalyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ bool JetAnalyzer::analyze(const edm::Event& iEvent){
//note: this is the only one variable which changed between 94X and 102X see https://github.com/cms-sw/cmssw/commit/f7aacfd2ffaac9899ea07d0355afe49bb10a0aeb
_metSignificance = met.metSignificance();


if(multilepAnalyzer->skim == "singlejet" and _nJets < 1) return false;
if(multilepAnalyzer->skim == "FR" and _nJets < 1) return false;
return true;
Expand Down

0 comments on commit 0dd7d3f

Please sign in to comment.