CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
implementorsMethods.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_global_implementorsMethods_h
2 #define FWCore_Framework_global_implementorsMethods_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // File : implementorsMethods
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu, 09 May 2013 20:13:53 GMT
19 //
20 
21 // system include files
22 
23 // user include files
25 
26 // forward declarations
27 
28 namespace edm {
29  namespace global {
30  namespace impl {
31  template< typename T>
33  this->globalBeginRunProduce(rp,c);
34  }
35 
36  template< typename T>
38  this->globalEndRunProduce(rp,c);
39  }
40 
41  template< typename T>
43  this->globalBeginLuminosityBlockProduce(rp,c);
44  }
45 
46  template< typename T>
48  this->globalEndLuminosityBlockProduce(rp,c);
49  }
50  }
51  }
52 }
53 
54 
55 #endif
void doEndLuminosityBlockProduce_(LuminosityBlock &lb, EventSetup const &c) overridefinal
void doEndRunProduce_(Run &rp, EventSetup const &c) overridefinal
void doBeginRunProduce_(Run &rp, EventSetup const &c) overridefinal
void doBeginLuminosityBlockProduce_(LuminosityBlock &lb, EventSetup const &c) overridefinal
Definition: Run.h:41