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  template< typename T>
34  this->globalBeginRunProduce(rp,c);
35  }
36 
37  template< typename T>
39  this->globalEndRunProduce(rp,c);
40  }
41 
42  template< typename T>
44  this->globalBeginLuminosityBlockProduce(rp,c);
45  }
46 
47  template< typename T>
49  this->globalEndLuminosityBlockProduce(rp,c);
50  }
51 
52  template< typename T>
54  this->acquire(s, ev, es, holder);
55  }
56  }
57  }
58 }
59 
60 
61 #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
bool ev
void doAcquire_(StreamID, Event const &, edm::EventSetup const &, WaitingTaskWithArenaHolder &) final
HLT enums.
Definition: Run.h:43