CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
analyzerAbilityToImplementor.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_global_analyzerAbilityToImplementor_h
2 #define FWCore_Framework_global_analyzerAbilityToImplementor_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // File : analyzerAbilityToImplementor
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu, 18 Jul 2013 11:51:33 GMT
19 //
20 
21 // system include files
22 
23 // user include files
27 
28 // forward declarations
29 namespace edm {
30  namespace global {
31  namespace analyzer {
32  template<typename T> struct AbilityToImplementor;
33 
34  template<typename C>
37  };
38 
39  template<typename C>
40  struct AbilityToImplementor<edm::RunCache<C>> {
42  };
43 
44  template<typename C>
47  };
48 
49  template<typename C>
52  };
53 
54  template<typename C>
57  };
58  }
59  }
60 }
61 
62 #endif
edm::global::impl::LuminosityBlockSummaryCacheHolder< edm::global::EDAnalyzerBase, C > Type
edm::global::impl::LuminosityBlockCacheHolder< edm::global::EDAnalyzerBase, C > Type
edm::global::impl::StreamCacheHolder< edm::global::EDAnalyzerBase, C > Type
edm::global::impl::RunSummaryCacheHolder< edm::global::EDAnalyzerBase, C > Type
edm::global::impl::RunCacheHolder< edm::global::EDAnalyzerBase, C > Type