CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Private Member Functions
edm::stream::EDProducer< T > Class Template Reference

#include "FWCore/Framework/interface/stream/EDProducer.h"

Inheritance diagram for edm::stream::EDProducer< T >:
ZdcSimpleReconstructor

Public Types

typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
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 EDProduceroperator= (const EDProducer &)=delete
 

Detailed Description

template<typename... T>
class edm::stream::EDProducer< T >

Description: Base class for stream based EDProducers

Usage: <usage>

Definition at line 38 of file EDProducer.h.

Member Typedef Documentation

template<typename... T>
typedef CacheContexts<T...> edm::stream::EDProducer< T >::CacheTypes

Definition at line 45 of file EDProducer.h.

template<typename... T>
typedef CacheTypes::GlobalCache edm::stream::EDProducer< T >::GlobalCache

Definition at line 47 of file EDProducer.h.

template<typename... T>
typedef AbilityChecker<T...> edm::stream::EDProducer< T >::HasAbility

Definition at line 57 of file EDProducer.h.

template<typename... T>
typedef CacheTypes::LuminosityBlockCache edm::stream::EDProducer< T >::LuminosityBlockCache

Definition at line 49 of file EDProducer.h.

Definition at line 53 of file EDProducer.h.

template<typename... T>
typedef CacheTypes::LuminosityBlockSummaryCache edm::stream::EDProducer< T >::LuminosityBlockSummaryCache

Definition at line 55 of file EDProducer.h.

template<typename... T>
typedef CacheTypes::RunCache edm::stream::EDProducer< T >::RunCache

Definition at line 48 of file EDProducer.h.

template<typename... T>
typedef RunContextT<RunCache,GlobalCache> edm::stream::EDProducer< T >::RunContext

Definition at line 50 of file EDProducer.h.

template<typename... T>
typedef CacheTypes::RunSummaryCache edm::stream::EDProducer< T >::RunSummaryCache

Definition at line 54 of file EDProducer.h.

Constructor & Destructor Documentation

template<typename... T>
edm::stream::EDProducer< T >::EDProducer ( )
default
template<typename... T>
edm::stream::EDProducer< T >::EDProducer ( const EDProducer< T > &  )
privatedelete

Member Function Documentation

template<typename... T>
void edm::stream::EDProducer< T >::doAcquire_ ( Event const &  ev,
EventSetup const &  es,
WaitingTaskWithArenaHolder holder 
)
inlinefinaloverrideprivate

Definition at line 82 of file EDProducer.h.

84  {
85  doAcquireIfNeeded(this, ev, es, holder);
86  }
bool ev
void doAcquireIfNeeded(impl::ExternalWork *, Event const &, EventSetup const &, WaitingTaskWithArenaHolder &)
template<typename... T>
bool edm::stream::EDProducer< T >::hasAbilityToProduceInLumis ( ) const
inlinefinal

Definition at line 64 of file EDProducer.h.

64  {
65  return HasAbilityToProduceInLumis<T...>::value;
66  }
long double T
template<typename... T>
bool edm::stream::EDProducer< T >::hasAbilityToProduceInRuns ( ) const
inlinefinal

Definition at line 60 of file EDProducer.h.

60  {
61  return HasAbilityToProduceInRuns<T...>::value;
62  }
long double T
template<typename... T>
const EDProducer& edm::stream::EDProducer< T >::operator= ( const EDProducer< T > &  )
privatedelete