#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) | |
const_iterator | end () const |
void | select (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 14 of file ElectronIDSelector.h.
typedef reco::GsfElectronCollection ElectronIDSelector< algo >::collection |
Definition at line 22 of file ElectronIDSelector.h.
typedef container::const_iterator ElectronIDSelector< algo >::const_iterator |
Definition at line 28 of file ElectronIDSelector.h.
typedef std::vector<reco::GsfElectronRef> ElectronIDSelector< algo >::container |
Definition at line 26 of file ElectronIDSelector.h.
|
inlineexplicit |
Definition at line 16 of file ElectronIDSelector.h.
|
inlinevirtual |
Definition at line 22 of file ElectronIDSelector.h.
|
inline |
Definition at line 31 of file ElectronIDSelector.h.
References ElectronIDSelector< algo >::selected_.
|
inline |
Definition at line 32 of file ElectronIDSelector.h.
References ElectronIDSelector< algo >::selected_.
|
inline |
Definition at line 34 of file ElectronIDSelector.h.
References i, ElectronIDSelector< algo >::select_, ElectronIDSelector< algo >::selected_, and ElectronIDSelector< algo >::threshold_.
|
private |
Definition at line 56 of file ElectronIDSelector.h.
Referenced by ElectronIDSelector< algo >::select().
|
private |
Definition at line 55 of file ElectronIDSelector.h.
Referenced by ElectronIDSelector< algo >::begin(), ElectronIDSelector< algo >::end(), and ElectronIDSelector< algo >::select().
|
private |
Definition at line 57 of file ElectronIDSelector.h.
Referenced by ElectronIDSelector< algo >::select().