#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 | |
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 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<> | |
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 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(), muonTagProbeFilters_cff::allTracks, hcaldqm::fEvent, mps_fire::i, HLT_2024v14_cff::jetTracks, mAssociator, mAssociatorAssigned, mJets, eostools::move(), mTracks, JetTracksAssociationDRVertex::produce(), JetTracksAssociationDRVertexAssigned::produce(), edm::Handle< T >::product(), pvSrc, useAssigned, and AlignmentTracksFromVertexSelector_cfi::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().