This applies PFJet ID and produces a jet collection with jets that pass the ID. More...
#include <HLTPFJetIDProducer.h>
Public Member Functions | |
HLTPFJetIDProducer (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~HLTPFJetIDProducer () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
double | CEF_ |
charged EM fraction More... | |
double | CHF_ |
charged hadron fraction More... | |
edm::InputTag | inputTag_ |
input PFJet collection More... | |
edm::EDGetTokenT< reco::PFJetCollection > | m_thePFJetToken |
double | maxCF_ |
total charged energy fraction More... | |
double | maxEta_ |
double | minPt_ |
int | NCH_ |
number of charged constituents More... | |
double | NEF_ |
neutral EM fraction More... | |
double | NHF_ |
neutral hadron fraction More... | |
int | NTOT_ |
number of constituents More... | |
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 |
This applies PFJet ID and produces a jet collection with jets that pass the ID.
This receives a PFJet collection, selects jets that pass PFJet ID, and makes an output PFJet collection with only jets that pass.
See header file for documentation
Definition at line 27 of file HLTPFJetIDProducer.h.
|
explicit |
Definition at line 17 of file HLTPFJetIDProducer.cc.
References inputTag_, and m_thePFJetToken.
|
overridedefault |
|
static |
Definition at line 38 of file HLTPFJetIDProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
override |
Definition at line 54 of file HLTPFJetIDProducer.cc.
References funct::abs(), CHF_, PVValHelper::eta, iEvent, dqmiolumiharvest::j, m_thePFJetToken, maxEta_, minPt_, eostools::move(), NCH_, NEF_, gpuPixelDoublets::ntot, NTOT_, DiDispStaMuonMonitor_cfi::pt, and mps_fire::result.
|
private |
charged EM fraction
Definition at line 39 of file HLTPFJetIDProducer.h.
|
private |
charged hadron fraction
Definition at line 37 of file HLTPFJetIDProducer.h.
Referenced by produce().
|
private |
input PFJet collection
Definition at line 44 of file HLTPFJetIDProducer.h.
Referenced by HLTPFJetIDProducer().
|
private |
Definition at line 46 of file HLTPFJetIDProducer.h.
Referenced by HLTPFJetIDProducer(), and produce().
|
private |
total charged energy fraction
Definition at line 41 of file HLTPFJetIDProducer.h.
|
private |
Definition at line 36 of file HLTPFJetIDProducer.h.
Referenced by produce().
|
private |
Definition at line 35 of file HLTPFJetIDProducer.h.
Referenced by produce().
|
private |
number of charged constituents
Definition at line 42 of file HLTPFJetIDProducer.h.
Referenced by produce().
|
private |
|
private |
neutral hadron fraction
Definition at line 38 of file HLTPFJetIDProducer.h.
|
private |