#include <ElectronIDSelector.h>
Public Types | |
typedef reco::GsfElectronCollection | collection |
typedef container::const_iterator | const_iterator |
typedef std::vector < reco::GsfElectronRef > | container |
Public Member Functions | |
const_iterator | begin () const |
ElectronIDSelector (const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC) | |
const_iterator | end () const |
void | select (const edm::Handle< reco::GsfElectronCollection > &_electrons, const edm::Event &iEvent, const edm::EventSetup &iEs) |
virtual | ~ElectronIDSelector () |
Private Attributes | |
algo | select_ |
container | selected_ |
double | threshold_ |
Definition at line 15 of file ElectronIDSelector.h.
typedef reco::GsfElectronCollection ElectronIDSelector< algo >::collection |
Definition at line 23 of file ElectronIDSelector.h.
typedef container::const_iterator ElectronIDSelector< algo >::const_iterator |
Definition at line 29 of file ElectronIDSelector.h.
typedef std::vector<reco::GsfElectronRef> ElectronIDSelector< algo >::container |
Definition at line 27 of file ElectronIDSelector.h.
|
inlineexplicit |
Definition at line 17 of file ElectronIDSelector.h.
|
inlinevirtual |
Definition at line 23 of file ElectronIDSelector.h.
|
inline |
Definition at line 32 of file ElectronIDSelector.h.
References ElectronIDSelector< algo >::selected_.
|
inline |
Definition at line 33 of file ElectronIDSelector.h.
References ElectronIDSelector< algo >::selected_.
|
inline |
Definition at line 35 of file ElectronIDSelector.h.
References i, ElectronIDSelector< algo >::select_, ElectronIDSelector< algo >::selected_, and ElectronIDSelector< algo >::threshold_.
|
private |
Definition at line 58 of file ElectronIDSelector.h.
Referenced by ElectronIDSelector< algo >::select().
|
private |
Definition at line 57 of file ElectronIDSelector.h.
Referenced by ElectronIDSelector< algo >::begin(), ElectronIDSelector< algo >::end(), and ElectronIDSelector< algo >::select().
|
private |
Definition at line 59 of file ElectronIDSelector.h.
Referenced by ElectronIDSelector< algo >::select().