#include <CommonTools/RecoAlgos/plugins/PFClusterMatchedToPhotonsSelector.cc>
Public Member Functions | |
PFClusterMatchedToPhotonsSelector (const edm::ParameterSet &) | |
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 &) |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EDGetTokenT< reco::PFCluster::EEtoPSAssociation > | associationToken_ |
edm::EDGetTokenT< reco::GenParticleCollection > | genParticleToken_ |
double | matchMaxDEDR2_ |
double | matchMaxDR2_ |
edm::EDGetTokenT< reco::PFClusterCollection > | particleFlowClusterECALToken_ |
edm::EDGetTokenT< TrackingParticleCollection > | trackingParticleToken_ |
double | volumeRadius_EB_ |
double | volumeZ_EB_ |
double | volumeZ_EE_ |
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: Matches ECAL PF clusters to photons that do not convert
Implementation:
Definition at line 43 of file PFClusterMatchedToPhotonsSelector.cc.
PFClusterMatchedToPhotonsSelector::PFClusterMatchedToPhotonsSelector | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 63 of file PFClusterMatchedToPhotonsSelector.cc.
References associationToken_, genParticleToken_, edm::ParameterSet::getParameter(), matchMaxDEDR2_, matchMaxDR2_, particleFlowClusterECALToken_, trackingParticleToken_, volumeRadius_EB_, volumeZ_EB_, and volumeZ_EE_.
|
static |
Definition at line 84 of file PFClusterMatchedToPhotonsSelector.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_2022v15_cff::InputTag.
|
overrideprivate |
Definition at line 97 of file PFClusterMatchedToPhotonsSelector.cc.
References funct::abs(), associationToken_, reco::deltaR2(), edm::helper::Filler< Map >::fill(), genParticleToken_, mps_fire::i, iEvent, edm::helper::Filler< Map >::insert(), trackerHitRTTI::isMatched(), matchMaxDEDR2_, matchMaxDR2_, eostools::move(), MillePedeFileConverter_cfg::out, particleFlowClusterECALToken_, edm::Handle< T >::product(), jetsAK4_CHS_cff::sort, sortByKey(), trackingParticleToken_, volumeRadius_EB_, volumeZ_EB_, and volumeZ_EE_.
|
private |
Definition at line 53 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().
|
private |
Definition at line 51 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().
|
private |
Definition at line 56 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().
|
private |
Definition at line 55 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().
|
private |
Definition at line 52 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().
|
private |
Definition at line 54 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().
|
private |
Definition at line 59 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().
|
private |
Definition at line 58 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().
|
private |
Definition at line 60 of file PFClusterMatchedToPhotonsSelector.cc.
Referenced by PFClusterMatchedToPhotonsSelector(), and produce().