#include <JetSubstructurePacker.h>
Public Member Functions | |
JetSubstructurePacker (const edm::ParameterSet &) | |
~JetSubstructurePacker () 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 | |
std::vector< std::string > | algoLabels_ |
std::vector< edm::InputTag > | algoTags_ |
std::vector< edm::EDGetTokenT < edm::View< pat::Jet > > > | algoTokens_ |
float | distMax_ |
bool | fixDaughters_ |
edm::EDGetTokenT< edm::View < pat::Jet > > | jetToken_ |
edm::EDGetTokenT < edm::Association < reco::PFCandidateCollection > > | pc2pf_ |
edm::EDGetTokenT < edm::Association < pat::PackedCandidateCollection > > | pf2pc_ |
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 |
Definition at line 34 of file JetSubstructurePacker.h.
|
explicit |
Definition at line 5 of file JetSubstructurePacker.cc.
References algoTags_, algoTokens_, fixDaughters_, edm::ParameterSet::getParameter(), pc2pf_, pf2pc_, GlobalPosition_Frontier_DevDB_cff::tag, and edm::vector_transform().
|
override |
Definition at line 23 of file JetSubstructurePacker.cc.
|
overrideprivate |
Definition at line 26 of file JetSubstructurePacker.cc.
References algoLabels_, algoTags_, algoTokens_, reco::deltaR(), distMax_, HLT_FULL_cff::dRMin, spr::find(), fixDaughters_, edm::Event::getByToken(), mps_fire::i, jetToken_, eostools::move(), pc2pf_, pf2pc_, edm::Event::put(), and edm::refToPtr().
|
private |
Definition at line 47 of file JetSubstructurePacker.h.
Referenced by produce().
|
private |
Definition at line 48 of file JetSubstructurePacker.h.
Referenced by JetSubstructurePacker(), and produce().
|
private |
Definition at line 49 of file JetSubstructurePacker.h.
Referenced by JetSubstructurePacker(), and produce().
|
private |
Definition at line 45 of file JetSubstructurePacker.h.
Referenced by produce().
|
private |
Definition at line 50 of file JetSubstructurePacker.h.
Referenced by JetSubstructurePacker(), and produce().
|
private |
Definition at line 46 of file JetSubstructurePacker.h.
Referenced by produce().
|
private |
Definition at line 52 of file JetSubstructurePacker.h.
Referenced by JetSubstructurePacker(), and produce().
|
private |
Definition at line 51 of file JetSubstructurePacker.h.
Referenced by JetSubstructurePacker(), and produce().