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 //
10 
11 // system include files
12 
13 // user include files
16 
17 namespace edm {
18 
19  class ModuleCallingContext;
20 
21  namespace limited {
22  namespace outputmodule {
24  {
26  }
28  {
30  }
31  }
32  }
33 }
void doRespondToCloseInputFile_(FileBlock const &) final
virtual void respondToCloseInputFile(FileBlock const &)=0
HLT enums.
virtual void respondToOpenInputFile(FileBlock const &)=0