#include <JetTracksAssociatorAtVertex.h>
Public Member Functions | |
JetTracksAssociatorAtVertex (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~JetTracksAssociatorAtVertex () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
JetTracksAssociationDRVertex | mAssociator |
JetTracksAssociationDRVertexAssigned | mAssociatorAssigned |
edm::EDGetTokenT< edm::View< reco::Jet > > | mJets |
int | mTrackQuality |
edm::EDGetTokenT< reco::TrackCollection > | mTracks |
edm::EDGetTokenT< reco::VertexCollection > | pvSrc |
if true, use the track/jet association with vertex assignment to tracks More... | |
bool | useAssigned |
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 JetTracksAssociatorAtVertex.h.
JetTracksAssociatorAtVertex::JetTracksAssociatorAtVertex | ( | const edm::ParameterSet & | fConfig | ) |
Definition at line 18 of file JetTracksAssociatorAtVertex.cc.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), mJets, mTracks, pvSrc, and useAssigned.
|
override |
Definition at line 33 of file JetTracksAssociatorAtVertex.cc.
|
override |
Definition at line 35 of file JetTracksAssociatorAtVertex.cc.
References reco::JetExtendedAssociation::allJets(), allTracks_cfi::allTracks, edm::Event::getByToken(), mps_fire::i, impactParameterTagInfos_cfi::jetTracks, mAssociator, mAssociatorAssigned, mJets, eostools::move(), mTracks, JetTracksAssociationDRVertex::produce(), JetTracksAssociationDRVertexAssigned::produce(), edm::Handle< T >::product(), edm::Event::put(), pvSrc, useAssigned, and electrons_cff::vertices.
|
private |
Definition at line 31 of file JetTracksAssociatorAtVertex.h.
Referenced by produce().
|
private |
Definition at line 32 of file JetTracksAssociatorAtVertex.h.
Referenced by produce().
|
private |
Definition at line 27 of file JetTracksAssociatorAtVertex.h.
Referenced by JetTracksAssociatorAtVertex(), and produce().
|
private |
Definition at line 30 of file JetTracksAssociatorAtVertex.h.
|
private |
Definition at line 28 of file JetTracksAssociatorAtVertex.h.
Referenced by JetTracksAssociatorAtVertex(), and produce().
|
private |
if true, use the track/jet association with vertex assignment to tracks
Definition at line 34 of file JetTracksAssociatorAtVertex.h.
Referenced by JetTracksAssociatorAtVertex(), and produce().
|
private |
Definition at line 33 of file JetTracksAssociatorAtVertex.h.
Referenced by JetTracksAssociatorAtVertex(), and produce().