#include <HLTCountNumberOfObject.h>
Public Member Functions | |
HLTCountNumberOfObject (const edm::ParameterSet &iConfig) | |
~HLTCountNumberOfObject () | |
Public Member Functions inherited from HLTFilter | |
HLTFilter (const edm::ParameterSet &config) | |
int | module () const |
const std::string * | moduleLabel () const |
int | path () const |
const std::string * | pathName () const |
std::pair< int, int > | pmid () const |
bool | saveTags () const |
virtual | ~HLTFilter () |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
virtual | ~EDFilter () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
virtual bool | hltFilter (edm::Event &iEvent, const edm::EventSetup &, trigger::TriggerFilterObjectWithRefs &filterproduct) |
Private Attributes | |
int | maxN_ |
int | minN_ |
edm::InputTag | src_ |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
typedef WorkerT< EDFilter > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from HLTFilter | |
static void | makeHLTFilterDescription (edm::ParameterSetDescription &desc) |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDFilter | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Description: templated EDFilter to count the number of object in a given collection, using View
Definition at line 26 of file HLTCountNumberOfObject.h.
|
inlineexplicit |
Definition at line 28 of file HLTCountNumberOfObject.h.
|
inline |
Definition at line 34 of file HLTCountNumberOfObject.h.
|
inlineprivatevirtual |
Implements HLTFilter.
Definition at line 37 of file HLTCountNumberOfObject.h.
References submit::answer, edm::Event::getByLabel(), LogDebug, HLTCountNumberOfObject< OColl >::maxN_, HLTCountNumberOfObject< OColl >::minN_, HLTFilter::module(), alignCSCRings::s, and HLTCountNumberOfObject< OColl >::src_.
|
private |
Definition at line 51 of file HLTCountNumberOfObject.h.
Referenced by HLTCountNumberOfObject< OColl >::hltFilter().
|
private |
Definition at line 51 of file HLTCountNumberOfObject.h.
Referenced by HLTCountNumberOfObject< OColl >::hltFilter().
|
private |
Definition at line 50 of file HLTCountNumberOfObject.h.
Referenced by HLTCountNumberOfObject< OColl >::hltFilter().