CMS 3D CMS Logo

implementorsMethods.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_limited_implementorsMethods_h
2 #define FWCore_Framework_limited_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 limited {
30  namespace impl {
31  template <typename T>
33  this->beginProcessBlock(pb);
34  }
35 
36  template <typename T>
38  this->endProcessBlock(pb);
39  }
40 
41  template <typename T>
43  this->beginProcessBlockProduce(pb);
44  }
45 
46  template <typename T>
48  this->endProcessBlockProduce(pb);
49  }
50 
51  template <typename T>
53  this->globalBeginRunProduce(rp, c);
54  }
55 
56  template <typename T>
58  this->globalEndRunProduce(rp, c);
59  }
60 
61  template <typename T>
63  this->globalBeginLuminosityBlockProduce(rp, c);
64  }
65 
66  template <typename T>
68  this->globalEndLuminosityBlockProduce(rp, c);
69  }
70  } // namespace impl
71  } // namespace limited
72 } // namespace edm
73 
74 #endif
void doEndLuminosityBlockProduce_(LuminosityBlock &lb, EventSetup const &c) final
void doEndProcessBlockProduce_(ProcessBlock &) final
void doBeginProcessBlockProduce_(ProcessBlock &) final
void doBeginLuminosityBlockProduce_(LuminosityBlock &lb, EventSetup const &c) final
HLT enums.
void doEndRunProduce_(Run &rp, EventSetup const &c) final
void doEndProcessBlock_(ProcessBlock const &) final
void doBeginRunProduce_(Run &rp, EventSetup const &c) final
Definition: Run.h:45
void doBeginProcessBlock_(ProcessBlock const &) final