#include <ElectronSeedProducer.h>
Private Member Functions | |
void | filterClusters (const reco::BeamSpot &bs, const edm::Handle< reco::SuperClusterCollection > &superClusters, reco::SuperClusterRefVector &sclRefs, std::vector< float > &hoe1s, std::vector< float > &hoe2s) |
void | filterSeeds (edm::Event &e, const edm::EventSetup &setup, reco::SuperClusterRefVector &sclRefs) |
Private Attributes | |
bool | applyHOverECut_ |
edm::EDGetTokenT< reco::BeamSpot > | beamSpotTag_ |
edm::ESHandle< CaloGeometry > | caloGeom_ |
unsigned long long | caloGeomCacheId_ |
edm::ESHandle< CaloTopology > | caloTopo_ |
unsigned long long | caloTopoCacheId_ |
edm::ParameterSet | conf_ |
edm::EDGetTokenT< std::vector < reco::Vertex > > | filterVtxTag_ |
bool | fromTrackerSeeds_ |
ElectronHcalHelper * | hcalHelper_ |
edm::EDGetTokenT < TrajectorySeedCollection > | initialSeeds_ |
ElectronSeedGenerator * | matcher_ |
double | maxHBarrel_ |
double | maxHEndcaps_ |
double | maxHOverEBarrel_ |
double | maxHOverEEndcaps_ |
bool | prefilteredSeeds_ |
double | SCEtCut_ |
SeedFilter * | seedFilter_ |
edm::EDGetTokenT < reco::SuperClusterCollection > | superClusters_ [2] |
TrajectorySeedCollection * | theInitialSeedColl |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
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) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: MeasurementEstimator for Pixel Barrel, ported from ORCA Class defining the search area in the barrel in the pixel match Implementation: <Notes on="" implementation>="">
Description: MeasurementEstimator for Pixel Barrel, ported from ORCA
Implementation: <Notes on="" implementation>="">
Description: EDProducer of ElectronSeed objects
Implementation: <Notes on="" implementation>="">
Definition at line 41 of file ElectronSeedProducer.h.
|
explicit |
Definition at line 50 of file ElectronSeedProducer.cc.
References applyHOverECut_, beamSpotTag_, conf_, edm::ParameterSet::exists(), filterVtxTag_, fromTrackerSeeds_, edm::ParameterSet::getParameter(), hcalHelper_, ElectronHcalHelper::Configuration::hcalTowers, ElectronHcalHelper::Configuration::hOverEConeSize, ElectronHcalHelper::Configuration::hOverEPtMin, initialSeeds_, matcher_, maxHBarrel_, maxHEndcaps_, maxHOverEBarrel_, maxHOverEEndcaps_, prefilteredSeeds_, SCEtCut_, superClusters_, ElectronSeedGenerator::Tokens::token_bs, ElectronSeedGenerator::Tokens::token_vtx, funct::true, and ElectronHcalHelper::Configuration::useTowers.
|
virtual |
Definition at line 141 of file ElectronSeedProducer.cc.
References hcalHelper_, and matcher_.
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 123 of file ElectronSeedProducer.cc.
References beamSpotTag_, conf_, filterVtxTag_, prefilteredSeeds_, seedFilter_, SeedFilter::Tokens::token_bs, and SeedFilter::Tokens::token_vtx.
|
finaloverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 135 of file ElectronSeedProducer.cc.
References seedFilter_.
|
private |
Definition at line 226 of file ElectronSeedProducer.cc.
References EcalBarrel, EcalEndcap, reco::CaloCluster::energy(), eta(), edm::false, i, infinity, LogDebug, reco::BeamSpot::position(), reco::CaloCluster::position(), edm::RefVector< C, T, F >::push_back(), reco::SuperCluster::seed(), and edm::RefVector< C, T, F >::size().
Referenced by produce().
|
private |
Definition at line 270 of file ElectronSeedProducer.cc.
References i, LogDebug, and edm::RefVector< C, T, F >::size().
Referenced by produce().
|
finaloverridevirtual |
Implements edm::EDProducer.
Definition at line 147 of file ElectronSeedProducer.cc.
References beamSpotTag_, edm::eventsetup::EventSetupRecord::cacheIdentifier(), caloGeom_, caloGeomCacheId_, caloTopo_, caloTopoCacheId_, edm::RefToBase< T >::castTo(), ElectronHcalHelper::checkSetup(), filterClusters(), filterSeeds(), fromTrackerSeeds_, edm::EventSetup::get(), edm::Event::getByToken(), hcalHelper_, i, edm::Ref< C, T, F >::id(), initialSeeds_, LogDebug, matcher_, prefilteredSeeds_, edm::Handle< T >::product(), edm::Event::put(), ElectronHcalHelper::readEvent(), ElectronSeedGenerator::run(), ElectronSeedGenerator::setupES(), superClusters_, and theInitialSeedColl.
|
private |
Definition at line 78 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer().
|
private |
Definition at line 66 of file ElectronSeedProducer.h.
Referenced by beginRun(), ElectronSeedProducer(), and produce().
|
private |
Definition at line 82 of file ElectronSeedProducer.h.
Referenced by produce().
|
private |
Definition at line 83 of file ElectronSeedProducer.h.
Referenced by produce().
|
private |
Definition at line 84 of file ElectronSeedProducer.h.
Referenced by produce().
|
private |
Definition at line 85 of file ElectronSeedProducer.h.
Referenced by produce().
|
private |
Definition at line 68 of file ElectronSeedProducer.h.
Referenced by beginRun(), and ElectronSeedProducer().
|
private |
Definition at line 65 of file ElectronSeedProducer.h.
Referenced by beginRun(), and ElectronSeedProducer().
|
private |
Definition at line 102 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer(), and produce().
|
private |
Definition at line 79 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer(), produce(), and ~ElectronSeedProducer().
|
private |
Definition at line 64 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer(), and produce().
|
private |
Definition at line 69 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer(), produce(), and ~ElectronSeedProducer().
|
private |
Definition at line 92 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer().
|
private |
Definition at line 93 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer().
|
private |
Definition at line 90 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer().
|
private |
Definition at line 91 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer().
|
private |
Definition at line 103 of file ElectronSeedProducer.h.
Referenced by beginRun(), ElectronSeedProducer(), and produce().
|
private |
Definition at line 99 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer().
|
private |
Definition at line 70 of file ElectronSeedProducer.h.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 63 of file ElectronSeedProducer.h.
Referenced by ElectronSeedProducer(), and produce().
|
private |
Definition at line 72 of file ElectronSeedProducer.h.
Referenced by produce().