Skip to content

Commit

Permalink
Fix comment as per Luke's request.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmyrClement committed May 30, 2014
1 parent dbc34b9 commit 28715dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Selections/TopPairMuPlusJetsReferenceSelection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ bool TopPairMuPlusJetsReferenceSelection::hasExactlyOneIsolatedLepton(const Even

}

//@deprecated
// This is not used in mu+jets channel
/*
* @deprecated
* This is not used in mu+jets channel
*/
bool TopPairMuPlusJetsReferenceSelection::isGoodElectron(const ElectronPointer electron) const {
bool passesEtAndEta = electron->et() > 30 && fabs(electron->eta()) < 2.5 && !electron->isInCrack();
bool passesD0 = fabs(electron->d0()) < 0.02; //cm
Expand Down

0 comments on commit 28715dc

Please sign in to comment.