#include <JetTracksAssociatorExplicit.h>
Public Member Functions | |
JetTracksAssociatorExplicit (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~JetTracksAssociatorExplicit () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
JetTracksAssociationExplicit | mAssociatorExplicit |
edm::EDGetTokenT< edm::View< reco::Jet > > | mJets |
edm::EDGetTokenT< reco::TrackCollection > | mTracks |
Additional Inherited Members | |
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 |
Definition at line 19 of file JetTracksAssociatorExplicit.h.
JetTracksAssociatorExplicit::JetTracksAssociatorExplicit | ( | const edm::ParameterSet & | fConfig | ) |
Definition at line 18 of file JetTracksAssociatorExplicit.cc.
References edm::ParameterSet::getParameter(), mJets, and mTracks.
|
override |
Definition at line 27 of file JetTracksAssociatorExplicit.cc.
|
override |
Definition at line 29 of file JetTracksAssociatorExplicit.cc.
References reco::JetExtendedAssociation::allJets(), allTracks_cfi::allTracks, edm::Event::getByToken(), mps_fire::i, impactParameterTagInfos_cfi::jetTracks, mAssociatorExplicit, mJets, eostools::move(), mTracks, JetTracksAssociationExplicit::produce(), and edm::Event::put().
|
private |
Definition at line 29 of file JetTracksAssociatorExplicit.h.
Referenced by produce().
|
private |
Definition at line 27 of file JetTracksAssociatorExplicit.h.
Referenced by JetTracksAssociatorExplicit(), and produce().
|
private |
Definition at line 28 of file JetTracksAssociatorExplicit.h.
Referenced by JetTracksAssociatorExplicit(), and produce().