#include <RecoBTag/JetVertexChecker/src/JetVertexChecker.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
virtual bool | filter (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EDGetTokenT < reco::JetTracksAssociationCollection > | m_associator |
edm::EDGetTokenT< reco::BeamSpot > | m_beamSpot |
double | m_cutMinPt |
double | m_cutMinPtRatio |
bool | m_doFilter |
int32_t | m_maxNjets |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 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) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 47 of file JetVertexChecker.cc.
|
explicit |
Definition at line 78 of file JetVertexChecker.cc.
References edm::ParameterSet::getParameter(), m_associator, m_beamSpot, m_cutMinPt, m_cutMinPtRatio, m_doFilter, and m_maxNjets.
JetVertexChecker::~JetVertexChecker | ( | ) |
Definition at line 92 of file JetVertexChecker.cc.
|
static |
Definition at line 159 of file JetVertexChecker.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
overrideprivatevirtual |
Implements edm::EDFilter.
Definition at line 107 of file JetVertexChecker.cc.
References SiPixelRawToDigiRegional_cfi::beamSpot, edm::RefVector< C, T, F >::begin(), alignCSCRings::e, edm::RefVector< C, T, F >::end(), edm::Event::getByToken(), i, m_associator, m_beamSpot, m_cutMinPt, m_cutMinPtRatio, m_doFilter, m_maxNjets, AlCaHLTBitMon_ParallelJobs::p, edm::Event::put(), query::result, and testEve_cfg::tracks.
|
private |
Definition at line 58 of file JetVertexChecker.cc.
Referenced by filter(), and JetVertexChecker().
|
private |
Definition at line 59 of file JetVertexChecker.cc.
Referenced by filter(), and JetVertexChecker().
|
private |
Definition at line 61 of file JetVertexChecker.cc.
Referenced by filter(), and JetVertexChecker().
|
private |
Definition at line 62 of file JetVertexChecker.cc.
Referenced by filter(), and JetVertexChecker().
|
private |
Definition at line 60 of file JetVertexChecker.cc.
Referenced by filter(), and JetVertexChecker().
|
private |
Definition at line 63 of file JetVertexChecker.cc.
Referenced by filter(), and JetVertexChecker().