#include <PFFilter.h>
Private Attributes | |
std::vector< std::string > | collections_ |
std::vector< int > | doMax_ |
std::vector< int > | doMin_ |
std::vector< double > | max_ |
std::vector< double > | min_ |
std::vector< std::string > | variables_ |
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 11 of file PFFilter.h.
|
explicit |
Definition at line 11 of file PFFilter.cc.
References collections_, doMax_, doMin_, edm::ParameterSet::getParameter(), max_, min_, and variables_.
|
override |
Definition at line 20 of file PFFilter.cc.
|
overridevirtual |
Reimplemented from edm::EDFilter.
Definition at line 56 of file PFFilter.cc.
bool PFFilter::checkInput | ( | ) |
Definition at line 22 of file PFFilter.cc.
References collections_, gather_cfg::cout, doMax_, doMin_, max_, min_, and variables_.
Referenced by filter().
|
overridevirtual |
Reimplemented from edm::EDFilter.
Definition at line 213 of file PFFilter.cc.
|
override |
Definition at line 60 of file PFFilter.cc.
References checkInput(), collections_, gather_cfg::cout, delta, doMax_, doMin_, reco::Candidate::et(), reco::Candidate::eta(), edm::Event::getByLabel(), M_PI, max_, min_, reco::Candidate::phi(), edm::Handle< T >::product(), findQualityFiles::size, createPayload::skip, AlCaHLTBitMon_QueryRunRegistry::string, and variables_.
|
private |
Definition at line 22 of file PFFilter.h.
Referenced by checkInput(), filter(), and PFFilter().
|
private |
Definition at line 27 of file PFFilter.h.
Referenced by checkInput(), filter(), and PFFilter().
|
private |
Definition at line 26 of file PFFilter.h.
Referenced by checkInput(), filter(), and PFFilter().
|
private |
Definition at line 25 of file PFFilter.h.
Referenced by checkInput(), filter(), and PFFilter().
|
private |
Definition at line 24 of file PFFilter.h.
Referenced by checkInput(), filter(), and PFFilter().
|
private |
Definition at line 23 of file PFFilter.h.
Referenced by checkInput(), filter(), and PFFilter().