#include <PFJetFilter.h>
Private Member Functions | |
void | beginJob () override |
void | endJob () override |
bool | filter (edm::Event &, const edm::EventSetup &) override |
double | resolution (double, bool) |
double | response (double, bool) |
Private Attributes | |
PFBenchmarkAlgo * | algo_ |
double | deltaEt_max |
double | deltaEt_min |
double | deltaR_max |
double | deltaR_min |
unsigned int | entry |
double | eta_max |
double | eta_min |
double | genPt_cut |
edm::EDGetTokenT< edm::View< reco::Candidate > > | inputRecoLabel_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | inputTruthLabel_ |
double | recPt_cut |
bool | verbose |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 13 of file PFJetFilter.h.
|
explicit |
Definition at line 16 of file PFJetFilter.cc.
References mps_splice::entry, MuonTCMETValueMapProducer_cff::eta_max, MuonME0RecHits_cfi::eta_min, and edm::ParameterSet::getParameter().
|
override |
Definition at line 37 of file PFJetFilter.cc.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
|
overrideprivate |
Definition at line 43 of file PFJetFilter.cc.
References funct::abs(), gather_cfg::cout, reco::deltaR(), promptTrackCountingComputer_cfi::deltaRmin, mps_splice::entry, reco::Candidate::eta(), MuonTCMETValueMapProducer_cff::eta_max, MuonME0RecHits_cfi::eta_min, edm::Event::getByToken(), mps_fire::i, trackingPlots::other, reco::Candidate::phi(), edm::Handle< T >::product(), EnergyCorrector::pt, reco::Candidate::pt(), ptmin, and fftjetproducer_cfi::resolution.
|
private |
Definition at line 174 of file PFJetFilter.cc.
References p1, p2, EnergyCorrector::pt, and mathSSE::sqrt().
|
private |
|
private |
Definition at line 40 of file PFJetFilter.h.
|
private |
Definition at line 29 of file PFJetFilter.h.
|
private |
Definition at line 28 of file PFJetFilter.h.
|
private |
Definition at line 31 of file PFJetFilter.h.
|
private |
Definition at line 30 of file PFJetFilter.h.
|
private |
Definition at line 37 of file PFJetFilter.h.
|
private |
Definition at line 33 of file PFJetFilter.h.
|
private |
Definition at line 32 of file PFJetFilter.h.
|
private |
Definition at line 27 of file PFJetFilter.h.
|
private |
Definition at line 35 of file PFJetFilter.h.
|
private |
Definition at line 34 of file PFJetFilter.h.
|
private |
Definition at line 26 of file PFJetFilter.h.
|
private |
Definition at line 38 of file PFJetFilter.h.