![]() |
![]() |
#include <HLTStreamFilter.h>
Static Public Member Functions | |
static void | makeHLTFilterDescription (edm::ParameterSetDescription &desc) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
bool | filter (edm::Event &event, const edm::EventSetup &setup) final |
virtual bool | hltFilter (edm::Event &event, const edm::EventSetup &setup, trigger::TriggerFilterObjectWithRefs &filterobject)=0 |
Private Attributes | |
const bool | saveTags_ |
Additional Inherited Members | |
![]() | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
![]() | |
typedef EDFilterAdaptorBase | ModuleType |
![]() | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
typedef ProductLabels | Labels |
![]() | |
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) |
This class derives from EDFilter and adds a few HLT specific items. All HLT filters that wish to save summary objects for the AOD must derive from the HLTStreamFilter class.
This class derives from EDFilter and adds a few HLT specific items. Any and all HLT filters must derive from the HLTStreamFilter class!
Definition at line 29 of file HLTStreamFilter.h.
|
explicit |
Definition at line 20 of file HLTStreamFilter.cc.
|
overridedefault |
Referenced by makeHLTFilterDescription().
|
finalprivate |
Definition at line 35 of file HLTStreamFilter.cc.
References hltFilter(), module(), eostools::move(), path(), and mps_fire::result.
|
privatepure virtual |
Implemented in HLTLevel1GTSeed, and HLTL1TSeed.
Referenced by filter().
|
static |
Definition at line 29 of file HLTStreamFilter.cc.
References edm::ParameterSetDescription::add(), and ~HLTStreamFilter().
Referenced by HLTL1TSeed::fillDescriptions(), and HLTLevel1GTSeed::fillDescriptions().
int HLTStreamFilter::module | ( | edm::Event const & | event | ) | const |
Definition at line 52 of file HLTStreamFilter.cc.
Referenced by filter(), and saveTags().
const std::string * HLTStreamFilter::moduleLabel | ( | ) | const |
Definition at line 66 of file HLTStreamFilter.cc.
References edm::stream::EDFilterBase::moduleDescription(), and edm::ModuleDescription::moduleLabel().
Referenced by saveTags().
int HLTStreamFilter::path | ( | edm::Event const & | event | ) | const |
Definition at line 48 of file HLTStreamFilter.cc.
Referenced by filter(), and saveTags().
const std::string * HLTStreamFilter::pathName | ( | edm::Event const & | event | ) | const |
Definition at line 62 of file HLTStreamFilter.cc.
Referenced by saveTags().
std::pair< int, int > HLTStreamFilter::pmid | ( | edm::Event const & | event | ) | const |
Definition at line 56 of file HLTStreamFilter.cc.
References edm::PlaceInPathContext::pathContext(), edm::PathContext::pathID(), and edm::PlaceInPathContext::placeInPath().
Referenced by saveTags().
|
inline |
Definition at line 46 of file HLTStreamFilter.h.
References module(), moduleLabel(), path(), pathName(), pmid(), saveTags_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by HLTL1TSeed::hltFilter(), and HLTLevel1GTSeed::hltFilter().
|
private |
Definition at line 43 of file HLTStreamFilter.h.
Referenced by saveTags().