#include "FWCore/Framework/interface/stream/EDProducer.h"
Public Types | |
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 |
Public Member Functions | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | doAcquire_ (Event const &ev, EventSetup const &es, WaitingTaskWithArenaHolder &holder) override final |
EDProducer (const EDProducer &)=delete | |
const EDProducer & | operator= (const EDProducer &)=delete |
Description: Base class for stream based EDProducers
Usage: <usage>
Definition at line 38 of file EDProducer.h.
typedef CacheContexts<T...> edm::stream::EDProducer< T >::CacheTypes |
Definition at line 45 of file EDProducer.h.
typedef CacheTypes::GlobalCache edm::stream::EDProducer< T >::GlobalCache |
Definition at line 47 of file EDProducer.h.
typedef AbilityChecker<T...> edm::stream::EDProducer< T >::HasAbility |
Definition at line 57 of file EDProducer.h.
typedef CacheTypes::LuminosityBlockCache edm::stream::EDProducer< T >::LuminosityBlockCache |
Definition at line 49 of file EDProducer.h.
typedef LuminosityBlockContextT<LuminosityBlockCache, RunCache, GlobalCache> edm::stream::EDProducer< T >::LuminosityBlockContext |
Definition at line 53 of file EDProducer.h.
typedef CacheTypes::LuminosityBlockSummaryCache edm::stream::EDProducer< T >::LuminosityBlockSummaryCache |
Definition at line 55 of file EDProducer.h.
typedef CacheTypes::RunCache edm::stream::EDProducer< T >::RunCache |
Definition at line 48 of file EDProducer.h.
typedef RunContextT<RunCache,GlobalCache> edm::stream::EDProducer< T >::RunContext |
Definition at line 50 of file EDProducer.h.
typedef CacheTypes::RunSummaryCache edm::stream::EDProducer< T >::RunSummaryCache |
Definition at line 54 of file EDProducer.h.
|
default |
|
privatedelete |
|
inlinefinaloverrideprivate |
Definition at line 82 of file EDProducer.h.
|
inlinefinal |
Definition at line 64 of file EDProducer.h.
|
inlinefinal |
Definition at line 60 of file EDProducer.h.
|
privatedelete |