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, true > 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 *iRS)
 

Detailed Description

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

Definition at line 273 of file callAbilities.h.

Member Function Documentation

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

Definition at line 274 of file callAbilities.h.

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

277  {
278  T::globalEndRunProduce(iRun,iES,iRC, iRS);
279  }