CMS 3D CMS Logo

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
26 
27 // forward declarations
28 
29 namespace edm {
30  namespace global {
31  namespace impl {
32 
33  template <typename T>
35  this->beginProcessBlock(pb);
36  }
37 
38  template <typename T>
40  this->endProcessBlock(pb);
41  }
42 
43  template <typename T>
45  this->beginProcessBlockProduce(pb);
46  }
47 
48  template <typename T>
50  this->endProcessBlockProduce(pb);
51  }
52 
53  template <typename T>
55  this->globalBeginRunProduce(rp, c);
56  }
57 
58  template <typename T>
60  this->globalEndRunProduce(rp, c);
61  }
62 
63  template <typename T>
65  this->globalBeginLuminosityBlockProduce(rp, c);
66  }
67 
68  template <typename T>
70  this->globalEndLuminosityBlockProduce(rp, c);
71  }
72 
73  template <typename T>
75  Event const& ev,
76  edm::EventSetup const& es,
78  this->acquire(s, ev, es, holder);
79  }
80  } // namespace impl
81  } // namespace global
82 } // namespace edm
83 
84 #endif
void doBeginLuminosityBlockProduce_(LuminosityBlock &lb, EventSetup const &c) final
void doEndRunProduce_(Run &rp, EventSetup const &c) final
void doEndLuminosityBlockProduce_(LuminosityBlock &lb, EventSetup const &c) final
void doBeginRunProduce_(Run &rp, EventSetup const &c) final
void doBeginProcessBlock_(ProcessBlock const &) final
void doEndProcessBlock_(ProcessBlock const &) final
void doAcquire_(StreamID, Event const &, edm::EventSetup const &, WaitingTaskWithArenaHolder &) final
void doBeginProcessBlockProduce_(ProcessBlock &) final
void doEndProcessBlockProduce_(ProcessBlock &) final
HLT enums.
Definition: Run.h:45