#include <CommonTools/PileupAlgos/plugins/SoftKillerProducer.cc>
Public Types | |
typedef math::XYZTLorentzVector | LorentzVector |
typedef std::vector< LorentzVector > | LorentzVectorCollection |
typedef std::vector< reco::PFCandidate > | PFOutputCollection |
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 |
Public Member Functions | |
SoftKillerProducer (const edm::ParameterSet &) | |
~SoftKillerProducer () override | |
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 |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
double | Rho_EtaMax_ |
double | rParam_ |
edm::EDGetTokenT< reco::CandidateView > | tokenPFCandidates_ |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 42 of file SoftKillerProducer.cc.
Definition at line 44 of file SoftKillerProducer.cc.
typedef std::vector<LorentzVector> SoftKillerProducer::LorentzVectorCollection |
Definition at line 45 of file SoftKillerProducer.cc.
typedef std::vector<reco::PFCandidate> SoftKillerProducer::PFOutputCollection |
Definition at line 46 of file SoftKillerProducer.cc.
|
explicit |
Definition at line 71 of file SoftKillerProducer.cc.
References edm::ParameterSet::getParameter(), and tokenPFCandidates_.
|
override |
Definition at line 79 of file SoftKillerProducer.cc.
|
overrideprivate |
Definition at line 86 of file SoftKillerProducer.cc.
References edm::helper::Filler< Map >::fill(), mps_fire::i, l1ctLayer2EG_cff::id, iEvent, edm::helper::Filler< Map >::insert(), dqmiolumiharvest::j, eostools::move(), zmumugammaAnalyzer_cfi::pfCandidates, Rho_EtaMax_, rParam_, reco::LeafCandidate::setP4(), tokenPFCandidates_, reco::PFCandidate::translatePdgIdToType(), and heppy_batch::val.
|
private |
Definition at line 56 of file SoftKillerProducer.cc.
Referenced by produce().
|
private |
Definition at line 57 of file SoftKillerProducer.cc.
Referenced by produce().
|
private |
Definition at line 54 of file SoftKillerProducer.cc.
Referenced by produce(), and SoftKillerProducer().