Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
ElectronSeedProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) final |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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_ |
bool | cutsFromDB |
HcalPFCuts const * | hcalCuts = nullptr |
edm::ESGetToken< HcalPFCuts, HcalPFCutsRcd > | hcalCutsToken_ |
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<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Description: EDProducer of ElectronSeed objects
Implementation: <Notes on="" implementation>="">
Definition at line 36 of file ElectronSeedProducer.cc.
|
explicit |
Definition at line 71 of file ElectronSeedProducer.cc.
References edm::ParameterSet::getParameter(), makeGlobalPositionRcd_cfg::tag, and edm::vector_transform().
|
override |
Definition at line 132 of file ElectronSeedProducer.cc.
References cutsFromDB, edm::EventSetup::getData(), hcalCuts, and hcalCutsToken_.
|
static |
Definition at line 223 of file ElectronSeedProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 187 of file ElectronSeedProducer.cc.
References allowHGCal_, applyHOverECut_, hgcalTestNeighbor_cfi::detector, EcalBarrel, EcalEndcap, PVValHelper::eta, hcalCuts, 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_2023v12_cff::superClusters.
Referenced by produce().
|
final |
Definition at line 138 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, DetachedQuadStep_cff::seeds, and superClusters_.
|
private |
Definition at line 61 of file ElectronSeedProducer.cc.
Referenced by filterClusters(), and produce().
|
private |
Definition at line 55 of file ElectronSeedProducer.cc.
Referenced by filterClusters().
|
private |
Definition at line 51 of file ElectronSeedProducer.cc.
Referenced by produce().
|
private |
Definition at line 65 of file ElectronSeedProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 66 of file ElectronSeedProducer.cc.
Referenced by beginRun(), and filterClusters().
|
private |
Definition at line 64 of file ElectronSeedProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 56 of file ElectronSeedProducer.cc.
Referenced by filterClusters(), and produce().
|
private |
Definition at line 62 of file ElectronSeedProducer.cc.
Referenced by filterClusters(), and produce().
|
private |
Definition at line 50 of file ElectronSeedProducer.cc.
Referenced by produce().
|
private |
Definition at line 53 of file ElectronSeedProducer.cc.
Referenced by produce().
|
private |
Definition at line 57 of file ElectronSeedProducer.cc.
Referenced by filterClusters().
|
private |
Definition at line 58 of file ElectronSeedProducer.cc.
Referenced by filterClusters().
|
private |
Definition at line 59 of file ElectronSeedProducer.cc.
Referenced by filterClusters().
|
private |
Definition at line 49 of file ElectronSeedProducer.cc.
Referenced by produce().