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::CallGlobalRunSummaryImpl< 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::RunContext const *iRC, std::shared_ptr< typename T::RunSummaryCache > &oCache)
 
static void globalEndRun (edm::Run const &iRun, edm::EventSetup const &iES, typename T::RunContext const *iContext, typename T::RunSummaryCache *iCache)
 
template<typename B >
static void streamEndRunSummary (B *iProd, edm::Run const &iRun, edm::EventSetup const &iES, typename T::RunSummaryCache *iCache)
 

Detailed Description

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

Definition at line 99 of file callAbilities.h.

Member Function Documentation

template<typename T , bool >
static void edm::stream::CallGlobalRunSummaryImpl< T, bool >::beginRun ( edm::Run const &  iRun,
edm::EventSetup const &  iES,
typename T::RunContext const *  iRC,
std::shared_ptr< typename T::RunSummaryCache > &  oCache 
)
inlinestatic

Definition at line 100 of file callAbilities.h.

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

103  {
104  oCache = T::globalBeginRunSummary(iRun,iES,iRC);
105  }
template<typename T , bool >
static void edm::stream::CallGlobalRunSummaryImpl< T, bool >::globalEndRun ( edm::Run const &  iRun,
edm::EventSetup const &  iES,
typename T::RunContext const *  iContext,
typename T::RunSummaryCache *  iCache 
)
inlinestatic

Definition at line 114 of file callAbilities.h.

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

117  {
118  T::globalEndRunSummary(iRun, iES, iContext,iCache);
119  }
template<typename T , bool >
template<typename B >
static void edm::stream::CallGlobalRunSummaryImpl< T, bool >::streamEndRunSummary ( B iProd,
edm::Run const &  iRun,
edm::EventSetup const &  iES,
typename T::RunSummaryCache *  iCache 
)
inlinestatic

Definition at line 107 of file callAbilities.h.

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

110  {
111  static_cast<T*>(iProd)->endRunSummary(iRun,iES,iCache);
112  }
long double T