#include <ElectronSqPtTkIsolation.h>
Public Member Functions | |
ElectronSqPtTkIsolation (double extRadius, double intRadius, double ptLow, double lip, const reco::TrackCollection *) | |
int | getNumberTracks (const reco::GsfElectron *) const |
double | getPtTracks (const reco::GsfElectron *) const |
~ElectronSqPtTkIsolation () | |
Private Member Functions | |
std::pair< int, double > | getIso (const reco::GsfElectron *) const |
Private Attributes | |
double | extRadius_ |
double | intRadius_ |
double | lip_ |
double | ptLow_ |
const reco::TrackCollection * | trackCollection_ |
Definition at line 17 of file ElectronSqPtTkIsolation.h.
ElectronSqPtTkIsolation::ElectronSqPtTkIsolation | ( | double | extRadius, |
double | intRadius, | ||
double | ptLow, | ||
double | lip, | ||
const reco::TrackCollection * | trackCollection | ||
) |
Definition at line 20 of file ElectronSqPtTkIsolation.cc.
ElectronSqPtTkIsolation::~ElectronSqPtTkIsolation | ( | ) |
Definition at line 33 of file ElectronSqPtTkIsolation.cc.
|
private |
Definition at line 38 of file ElectronSqPtTkIsolation.cc.
References counter, HLT_25ns14e33_v1_cff::DeltaR, extRadius_, reco::GsfElectron::gsfTrack(), intRadius_, lip_, and ptLow_.
Referenced by getNumberTracks(), and getPtTracks().
int ElectronSqPtTkIsolation::getNumberTracks | ( | const reco::GsfElectron * | electron | ) | const |
Definition at line 73 of file ElectronSqPtTkIsolation.cc.
References getIso().
double ElectronSqPtTkIsolation::getPtTracks | ( | const reco::GsfElectron * | electron | ) | const |
Definition at line 79 of file ElectronSqPtTkIsolation.cc.
References getIso().
Referenced by ElectronSqPtTkIsolationProducer::produce().
|
private |
Definition at line 36 of file ElectronSqPtTkIsolation.h.
Referenced by getIso().
|
private |
Definition at line 37 of file ElectronSqPtTkIsolation.h.
Referenced by getIso().
|
private |
Definition at line 39 of file ElectronSqPtTkIsolation.h.
Referenced by getIso().
|
private |
Definition at line 38 of file ElectronSqPtTkIsolation.h.
Referenced by getIso().
|
private |
Definition at line 41 of file ElectronSqPtTkIsolation.h.