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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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<> | |
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 |
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 28 of file HLTPFJetIDProducer.h.
|
explicit |
Definition at line 18 of file HLTPFJetIDProducer.cc.
References inputTag_, m_thePFJetToken, and ~HLTPFJetIDProducer().
|
overridedefault |
Referenced by HLTPFJetIDProducer().
|
static |
Definition at line 39 of file HLTPFJetIDProducer.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
override |
Definition at line 55 of file HLTPFJetIDProducer.cc.
References funct::abs(), CHF_, PVValHelper::eta, edm::Event::getByToken(), m_thePFJetToken, maxEta_, minPt_, eostools::move(), NCH_, NEF_, NTOT_, EnergyCorrector::pt, edm::Event::put(), and mps_fire::result.
|
private |
charged EM fraction
Definition at line 40 of file HLTPFJetIDProducer.h.
|
private |
charged hadron fraction
Definition at line 38 of file HLTPFJetIDProducer.h.
Referenced by produce().
|
private |
input PFJet collection
Definition at line 45 of file HLTPFJetIDProducer.h.
Referenced by HLTPFJetIDProducer().
|
private |
Definition at line 47 of file HLTPFJetIDProducer.h.
Referenced by HLTPFJetIDProducer(), and produce().
|
private |
total charged energy fraction
Definition at line 42 of file HLTPFJetIDProducer.h.
|
private |
Definition at line 37 of file HLTPFJetIDProducer.h.
Referenced by produce().
|
private |
Definition at line 36 of file HLTPFJetIDProducer.h.
Referenced by produce().
|
private |
number of charged constituents
Definition at line 43 of file HLTPFJetIDProducer.h.
Referenced by produce().
|
private |
|
private |
neutral hadron fraction
Definition at line 39 of file HLTPFJetIDProducer.h.
|
private |