#include <RecoTBCalo/IsTBH4Type/src/IsTBH4Type.cc>
Private Attributes | |
std::string | eventHeaderCollection_ |
collection of the event header More... | |
std::string | eventHeaderProducer_ |
producer of the event header More... | |
bool | notFound_ |
what to return in case no header is found More... | |
std::string | typeToFlag_ |
type of run to flag More... | |
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) |
Description: tag a given type of run
Implementation: <Notes on="" implementation>="">
Definition at line 36 of file IsTBH4Type.h.
|
explicit |
Definition at line 34 of file IsTBH4Type.cc.
References eventHeaderCollection_, eventHeaderProducer_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), notFound_, AlCaHLTBitMon_QueryRunRegistry::string, and typeToFlag_.
|
override |
Definition at line 44 of file IsTBH4Type.cc.
|
override |
Definition at line 57 of file IsTBH4Type.cc.
References eventHeaderProducer_, EcalTBEventHeader::eventType(), edm::Event::getByLabel(), edm::HandleBase::isValid(), notFound_, nullptr, edm::Handle< T >::product(), and typeToFlag_.
|
private |
collection of the event header
Definition at line 48 of file IsTBH4Type.h.
Referenced by IsTBH4Type().
|
private |
producer of the event header
Definition at line 50 of file IsTBH4Type.h.
Referenced by filter(), and IsTBH4Type().
|
private |
what to return in case no header is found
Definition at line 54 of file IsTBH4Type.h.
Referenced by filter(), and IsTBH4Type().
|
private |
type of run to flag
Definition at line 52 of file IsTBH4Type.h.
Referenced by filter(), and IsTBH4Type().