#include <SoftElectronCandProducer.h>
Public Member Functions | |
SoftElectronCandProducer (const edm::ParameterSet &conf) | |
~SoftElectronCandProducer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
bool | isClean (const reco::GsfElectron &gsfcandidate) |
virtual void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) |
Private Attributes | |
std::vector< double > | barreldRGsfTrackElectronCuts_ |
std::vector< double > | barrelEemPinRatioCuts_ |
std::vector< double > | barrelMVACuts_ |
std::vector< double > | barrelPtCuts_ |
std::vector< double > | forwarddRGsfTrackElectronCuts_ |
std::vector< double > | forwardInverseFBremCuts_ |
std::vector< double > | forwardMVACuts_ |
std::vector< double > | forwardPtCuts_ |
edm::InputTag | gsfElectronTag_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 17 of file SoftElectronCandProducer.h.
SoftElectronCandProducer::SoftElectronCandProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 14 of file SoftElectronCandProducer.cc.
SoftElectronCandProducer::~SoftElectronCandProducer | ( | ) |
Definition at line 30 of file SoftElectronCandProducer.cc.
|
private |
Definition at line 54 of file SoftElectronCandProducer.cc.
References barreldRGsfTrackElectronCuts_, barrelEemPinRatioCuts_, barrelMVACuts_, barrelPtCuts_, deltaR(), reco::GsfElectron::eSuperClusterOverP(), reco::LeafCandidate::eta(), reco::GsfElectron::fbrem(), forwarddRGsfTrackElectronCuts_, forwardInverseFBremCuts_, forwardMVACuts_, forwardPtCuts_, reco::HitPattern::getHitPattern(), reco::HitPattern::getLayer(), reco::GsfElectron::gsfTrack(), reco::GsfElectron::mva(), reco::LeafCandidate::phi(), reco::HitPattern::pixelBarrelHitFilter(), reco::HitPattern::pixelEndcapHitFilter(), reco::LeafCandidate::pt(), and reco::HitPattern::validHitFilter().
Referenced by produce().
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 35 of file SoftElectronCandProducer.cc.
References edm::helper::Filler< Map >::fill(), edm::Event::getByLabel(), gsfElectronTag_, edm::helper::Filler< Map >::insert(), isClean(), convertSQLitetoXML_cfg::output, edm::Event::put(), and makeHLTPrescaleTable::values.
|
private |
Definition at line 33 of file SoftElectronCandProducer.h.
Referenced by isClean().
|
private |
Definition at line 34 of file SoftElectronCandProducer.h.
Referenced by isClean().
|
private |
Definition at line 35 of file SoftElectronCandProducer.h.
Referenced by isClean().
|
private |
Definition at line 32 of file SoftElectronCandProducer.h.
Referenced by isClean().
|
private |
Definition at line 39 of file SoftElectronCandProducer.h.
Referenced by isClean().
|
private |
Definition at line 38 of file SoftElectronCandProducer.h.
Referenced by isClean().
|
private |
Definition at line 40 of file SoftElectronCandProducer.h.
Referenced by isClean().
|
private |
Definition at line 37 of file SoftElectronCandProducer.h.
Referenced by isClean().
|
private |
Definition at line 30 of file SoftElectronCandProducer.h.
Referenced by produce().