CMS 3D CMS Logo

outputmoduleImplementors.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: FWCore/Framework
4 // Class : outputmoduleImplementors
5 //
6 // Implementation:
7 // Explicitly instantiate implementor templates for OutputModuleBase
8 //
9 // Original Author: Chris Jones
10 // Created: Thu, 09 May 2013 20:14:06 GMT
11 //
12 
13 // system include files
14 
15 // user include files
18 
19 namespace edm {
20 
21  class ModuleCallingContext;
22 
23  namespace one {
24  namespace impl {
25  template class SharedResourcesUser<edm::one::OutputModuleBase>;
26  }
27  namespace outputmodule {
29  beginRun(r);
30  }
32  endRun(r);
33  }
34 
36  beginLuminosityBlock(lb);
37  }
39  endLuminosityBlock(lb);
40  }
41  void InputFileWatcher::doRespondToOpenInputFile_(FileBlock const& iB)
42  {
43  respondToOpenInputFile(iB);
44  }
45  void InputFileWatcher::doRespondToCloseInputFile_(FileBlock const& iB)
46  {
47  respondToCloseInputFile(iB);
48  }
49  }
50  }
51 }
void doEndRun_(Run const &rp, EventSetup const &c) final
virtual void endRun(edm::Run const &, edm::EventSetup const &)=0
void doBeginLuminosityBlock_(LuminosityBlock const &rp, EventSetup const &c) final
void doBeginRun_(Run const &rp, EventSetup const &c) final
void doEndLuminosityBlock_(LuminosityBlock const &rp, EventSetup const &c) final
virtual void beginRun(edm::Run const &, edm::EventSetup const &)=0
HLT enums.