CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Static Public Member Functions
edm::stream::CallGlobalRunImpl< T, bool > Struct Template Reference

#include <callAbilities.h>

Static Public Member Functions

static void beginRun (edm::Run const &iRun, edm::EventSetup const &iES, typename T::GlobalCache const *iGC, std::shared_ptr< typename T::RunCache const > &oCache)
 
static void endRun (edm::Run const &iRun, edm::EventSetup const &iES, typename T::RunContext const *iContext)
 
template<typename B >
static void set (B *iProd, typename T::RunCache const *iCache)
 

Detailed Description

template<typename T, bool>
struct edm::stream::CallGlobalRunImpl< T, bool >

Definition at line 58 of file callAbilities.h.

Member Function Documentation

template<typename T , bool >
static void edm::stream::CallGlobalRunImpl< T, bool >::beginRun ( edm::Run const &  iRun,
edm::EventSetup const &  iES,
typename T::GlobalCache const *  iGC,
std::shared_ptr< typename T::RunCache const > &  oCache 
)
inlinestatic

Definition at line 59 of file callAbilities.h.

Referenced by edm::stream::ProducingModuleAdaptor< T, M, B >::doBeginRun(), and edm::stream::EDAnalyzerAdaptor< T >::doBeginRun().

62  {
63  oCache = T::globalBeginRun(iRun,iES,iGC);
64  }
template<typename T , bool >
static void edm::stream::CallGlobalRunImpl< T, bool >::endRun ( edm::Run const &  iRun,
edm::EventSetup const &  iES,
typename T::RunContext const *  iContext 
)
inlinestatic

Definition at line 71 of file callAbilities.h.

Referenced by edm::stream::ProducingModuleAdaptor< T, M, B >::doEndRun(), and edm::stream::EDAnalyzerAdaptor< T >::doEndRun().

73  {
74  T::globalEndRun(iRun, iES, iContext);
75  }
template<typename T , bool >
template<typename B >
static void edm::stream::CallGlobalRunImpl< T, bool >::set ( B iProd,
typename T::RunCache const *  iCache 
)
inlinestatic

Definition at line 67 of file callAbilities.h.

Referenced by betterConfigParser.BetterConfigParser::getGeneral(), edm::stream::ProducingModuleAdaptor< T, M, B >::setupRun(), and edm::stream::EDAnalyzerAdaptor< T >::setupRun().

67  {
68  static_cast<T*>(iProd)->setRunCache(iCache);
69  }
long double T