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::CallEndRunProduceImpl< T, true, false > 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, typename T::RunSummaryCache const *)
 

Detailed Description

template<typename T>
struct edm::stream::CallEndRunProduceImpl< T, true, false >

Definition at line 263 of file callAbilities.h.

Member Function Documentation

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

Definition at line 264 of file callAbilities.h.

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

267  {
268  T::globalEndRunProduce(iRun,iES,iRC);
269  }