CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
analyzerImplementors.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: FWCore/Framework
4 // Class : analyzerImplementors
5 //
6 // Implementation:
7 // Explicitly instantiate implementor templates for EDAnalyzerBase
8 //
9 // Original Author: Chris Jones
10 // Created: Thu, 01 Aug 2013 20:14:06 GMT
11 //
12 
13 // system include files
14 
15 // user include files
18 
19 namespace edm {
20  namespace one {
21  namespace impl {
22  template class RunWatcher<edm::one::EDAnalyzerBase>;
23  template class LuminosityBlockWatcher<edm::one::EDAnalyzerBase>;
24  }
25  }
26 }