![]() |
![]() |
#include <HLTBool.h>
Public Member Functions | |
virtual bool | filter (edm::Event &, const edm::EventSetup &) |
HLTBool (const edm::ParameterSet &) | |
~HLTBool () | |
![]() | |
EDFilter () | |
virtual | ~EDFilter () |
![]() | |
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 () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Attributes | |
bool | result_ |
Boolean result. More... | |
Additional Inherited Members | |
![]() | |
typedef EDFilter | ModuleType |
typedef WorkerT< EDFilter > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
This class is an HLTFilter (-> EDFilter) returning always the same configurable Boolean value (good for tests)
See header file for documentation
|
explicit |
Definition at line 21 of file HLTBool.cc.
References LogDebug, and result_.
HLTBool::~HLTBool | ( | ) |
Definition at line 27 of file HLTBool.cc.
|
static |
Definition at line 32 of file HLTBool.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
virtual |