#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<> | |
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 |
Public Member Functions | |
SoftKillerProducer (const edm::ParameterSet &) | |
~SoftKillerProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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 45 of file SoftKillerProducer.cc.
Definition at line 47 of file SoftKillerProducer.cc.
typedef std::vector<LorentzVector> SoftKillerProducer::LorentzVectorCollection |
Definition at line 48 of file SoftKillerProducer.cc.
typedef std::vector< reco::PFCandidate > SoftKillerProducer::PFOutputCollection |
Definition at line 49 of file SoftKillerProducer.cc.
|
explicit |
Definition at line 76 of file SoftKillerProducer.cc.
References edm::ParameterSet::getParameter(), and tokenPFCandidates_.
|
override |
Definition at line 90 of file SoftKillerProducer.cc.
|
overrideprivate |
Definition at line 102 of file SoftKillerProducer.cc.
References edm::View< T >::at(), edm::View< T >::begin(), reco::Candidate::charge(), DEFINE_FWK_MODULE, edm::View< T >::end(), edm::helper::Filler< Map >::fill(), edm::Event::getByToken(), mps_fire::i, triggerObjects_cff::id, edm::helper::Filler< Map >::insert(), eostools::move(), reco::Candidate::p4(), reco::Candidate::pdgId(), slimmedMuons_cfi::pfCandidates, edm::Event::put(), Rho_EtaMax_, rParam_, reco::LeafCandidate::setP4(), tokenPFCandidates_, reco::PFCandidate::translatePdgIdToType(), and heppy_batch::val.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 60 of file SoftKillerProducer.cc.
Referenced by produce().
|
private |
Definition at line 61 of file SoftKillerProducer.cc.
Referenced by produce().
|
private |
Definition at line 57 of file SoftKillerProducer.cc.
Referenced by produce(), and SoftKillerProducer().