Public Member Functions | |
ElectronSeedProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) final |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
reco::SuperClusterRefVector | filterClusters (math::XYZPoint const &beamSpotPosition, const edm::Handle< reco::SuperClusterCollection > &superClusters) const |
Private Attributes | |
bool | allowHGCal_ |
bool | applyHOverECut_ = true |
edm::EDGetTokenT< reco::BeamSpot > | beamSpotTag_ |
std::unique_ptr< ElectronHcalHelper > | hcalHelper_ = nullptr |
std::unique_ptr< hgcal::ClusterTools > | hgcClusterTools_ |
std::vector< edm::EDGetTokenT< TrajectorySeedCollection > > | initialSeeds_ |
std::unique_ptr< ElectronSeedGenerator > | matcher_ |
double | maxHOverEBarrel_ |
double | maxHOverEEndcaps_ |
double | SCEtCut_ |
edm::EDGetTokenT< reco::SuperClusterCollection > | superClusters_ [2] |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Description: EDProducer of ElectronSeed objects
Implementation: <Notes on="" implementation>="">
Definition at line 33 of file ElectronSeedProducer.cc.
|
explicit |
Definition at line 63 of file ElectronSeedProducer.cc.
References edm::ParameterSet::getParameter(), GlobalPosition_Frontier_DevDB_cff::tag, and edm::vector_transform().
|
static |
Definition at line 197 of file ElectronSeedProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 161 of file ElectronSeedProducer.cc.
References allowHGCal_, applyHOverECut_, hgcalTestNeighbor_cfi::detector, EcalBarrel, EcalEndcap, PVValHelper::eta, hcalHelper_, hgcClusterTools_, mps_fire::i, EcalTools::isHGCalDet(), LogDebug, maxHOverEBarrel_, maxHOverEEndcaps_, edm::RefVector< C, T, F >::push_back(), SCEtCut_, edm::RefVector< C, T, F >::size(), and HLT_FULL_cff::superClusters.
Referenced by produce().
|
final |
Definition at line 112 of file ElectronSeedProducer.cc.
References allowHGCal_, beamSpotTag_, MillePedeFileConverter_cfg::e, filterClusters(), hcalHelper_, hgcClusterTools_, mps_fire::i, edm::Ref< C, T, F >::id(), initialSeeds_, LogDebug, matcher_, eostools::move(), fileCollector::seed, InitialStep_cff::seeds, and superClusters_.
|
private |
Definition at line 57 of file ElectronSeedProducer.cc.
Referenced by filterClusters(), and produce().
|
private |
Definition at line 51 of file ElectronSeedProducer.cc.
Referenced by filterClusters().
|
private |
Definition at line 47 of file ElectronSeedProducer.cc.
Referenced by produce().
|
private |
Definition at line 52 of file ElectronSeedProducer.cc.
Referenced by filterClusters(), and produce().
|
private |
Definition at line 58 of file ElectronSeedProducer.cc.
Referenced by filterClusters(), and produce().
|
private |
Definition at line 46 of file ElectronSeedProducer.cc.
Referenced by produce().
|
private |
Definition at line 49 of file ElectronSeedProducer.cc.
Referenced by produce().
|
private |
Definition at line 53 of file ElectronSeedProducer.cc.
Referenced by filterClusters().
|
private |
Definition at line 54 of file ElectronSeedProducer.cc.
Referenced by filterClusters().
|
private |
Definition at line 55 of file ElectronSeedProducer.cc.
Referenced by filterClusters().
|
private |
Definition at line 45 of file ElectronSeedProducer.cc.
Referenced by produce().