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::CallBeginRunProduceImpl< T, bool > Struct Template Reference

#include <callAbilities.h>

Static Public Member Functions

static void produce (edm::Run &iRun, edm::EventSetup const &iES, typename T::RunContext const *iRC)
 

Detailed Description

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

Definition at line 233 of file callAbilities.h.

Member Function Documentation

template<typename T , bool >
static void edm::stream::CallBeginRunProduceImpl< T, bool >::produce ( edm::Run iRun,
edm::EventSetup const &  iES,
typename T::RunContext const *  iRC 
)
inlinestatic

Definition at line 234 of file callAbilities.h.

Referenced by edm::stream::ProducingModuleAdaptor< T, M, B >::doBeginRun(), JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

236  {
237  T::globalBeginRunProduce(iRun,iES,iRC);
238  }