#include <JetTracksAssociatorAtCaloFace.h>
Public Member Functions | |
JetTracksAssociatorAtCaloFace (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~JetTracksAssociatorAtCaloFace () 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 | |
double | dR_ |
JetTracksAssociationXtrpCalo | mAssociator |
edm::EDGetTokenT< std::vector< reco::TrackExtrapolation > > | mExtrapolations |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | mGeometry |
edm::EDGetTokenT< edm::View< reco::Jet > > | mJets |
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 21 of file JetTracksAssociatorAtCaloFace.h.
JetTracksAssociatorAtCaloFace::JetTracksAssociatorAtCaloFace | ( | const edm::ParameterSet & | fConfig | ) |
Definition at line 18 of file JetTracksAssociatorAtCaloFace.cc.
References edm::ParameterSet::getParameter(), mExtrapolations, and mJets.
|
inlineoverride |
Definition at line 24 of file JetTracksAssociatorAtCaloFace.h.
|
override |
Definition at line 27 of file JetTracksAssociatorAtCaloFace.cc.
References reco::JetExtendedAssociation::allJets(), runTheMatrix::const, dR_, Exception, hcaldqm::fEvent, edm::EventSetup::getData(), mps_fire::i, HLT_2024v12_cff::jetTracks, mAssociator, mExtrapolations, mGeometry, mJets, eostools::move(), and JetTracksAssociationXtrpCalo::produce().
|
private |
Definition at line 34 of file JetTracksAssociatorAtCaloFace.h.
Referenced by produce().
|
private |
Definition at line 33 of file JetTracksAssociatorAtCaloFace.h.
Referenced by produce().
|
private |
Definition at line 30 of file JetTracksAssociatorAtCaloFace.h.
Referenced by JetTracksAssociatorAtCaloFace(), and produce().
|
private |
Definition at line 31 of file JetTracksAssociatorAtCaloFace.h.
Referenced by produce().
|
private |
Definition at line 29 of file JetTracksAssociatorAtCaloFace.h.
Referenced by JetTracksAssociatorAtCaloFace(), and produce().