![]() |
![]() |
#include "FWCore/Framework/interface/stream/EDAnalyzer.h"
Public Types | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
![]() | |
typedef EDAnalyzerAdaptorBase | ModuleType |
![]() | |
typedef ProductLabels | Labels |
Additional Inherited Members | |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Description: Base class for stream based EDAnalyzers
Usage: <usage>
Definition at line 31 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::CacheTypes = CacheContexts<T...> |
Definition at line 33 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::GlobalCache = typename CacheTypes::GlobalCache |
Definition at line 35 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::HasAbility = AbilityChecker<T...> |
Definition at line 44 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
Definition at line 36 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
Definition at line 38 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::LuminosityBlockContext = LuminosityBlockContextT<LuminosityBlockCache, RunCache, GlobalCache> |
Definition at line 40 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
Definition at line 42 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::RunCache = typename CacheTypes::RunCache |
Definition at line 37 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::RunContext = RunContextT<RunCache, GlobalCache> |
Definition at line 39 of file EDAnalyzer.h.
using edm::stream::EDAnalyzer< T >::RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 41 of file EDAnalyzer.h.
|
default |
|
delete |
void EDAnalyzerBase::callWhenNewProductsRegistered |
Definition at line 61 of file EDAnalyzerBase.cc.
|
delete |