src
FWCore
Framework
interface
global
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
24
#include "
FWCore/Framework/interface/moduleAbilities.h
"
25
#include "
FWCore/Framework/interface/global/implementors.h
"
26
#include "
FWCore/Framework/interface/global/EDAnalyzerBase.h
"
27
28
// forward declarations
29
namespace
edm
{
30
namespace
global {
31
namespace
analyzer
{
32
template
<
typename
T>
33
struct
AbilityToImplementor
;
34
35
template
<
typename
C>
36
struct
AbilityToImplementor
<
edm
::
StreamCache
<C>> {
37
using
Type
=
edm::global::impl::StreamCacheHolder<edm::global::EDAnalyzerBase, C>
;
38
};
39
40
template
<
typename
... Cs>
41
struct
AbilityToImplementor
<
edm
::
InputProcessBlockCache
<Cs...>> {
42
using
Type
=
edm::global::impl::InputProcessBlockCacheHolder
<
edm::global::EDAnalyzerBase
, Cs...>;
43
};
44
45
template
<
typename
C>
46
struct
AbilityToImplementor
<
edm
::
RunCache
<C>> {
47
using
Type
=
edm::global::impl::RunCacheHolder<edm::global::EDAnalyzerBase, C>
;
48
};
49
50
template
<
typename
C>
51
struct
AbilityToImplementor
<
edm
::
RunSummaryCache
<C>> {
52
using
Type
=
edm::global::impl::RunSummaryCacheHolder<edm::global::EDAnalyzerBase, C>
;
53
};
54
55
template
<
typename
C>
56
struct
AbilityToImplementor
<
edm
::
LuminosityBlockCache
<C>> {
57
using
Type
=
edm::global::impl::LuminosityBlockCacheHolder<edm::global::EDAnalyzerBase, C>
;
58
};
59
60
template
<
typename
C>
61
struct
AbilityToImplementor
<
edm
::
LuminosityBlockSummaryCache
<C>> {
62
using
Type
=
edm::global::impl::LuminosityBlockSummaryCacheHolder<edm::global::EDAnalyzerBase, C>
;
63
};
64
65
template
<>
66
struct
AbilityToImplementor
<
edm
::
WatchProcessBlock
> {
67
using
Type
=
edm::global::impl::WatchProcessBlock<edm::global::EDAnalyzerBase>
;
68
};
69
}
// namespace analyzer
70
}
// namespace global
71
}
// namespace edm
72
73
#endif
edm::global::impl::WatchProcessBlock
Definition:
implementors.h:290
edm::LuminosityBlockCache
Definition:
moduleAbilities.h:59
edm::global::analyzer::AbilityToImplementor
Definition:
analyzerAbilityToImplementor.h:33
edm::StreamCache
Definition:
moduleAbilities.h:42
edm::RunSummaryCache
Definition:
moduleAbilities.h:65
implementors.h
EDAnalyzerBase.h
edm::InputProcessBlockCache
Definition:
moduleAbilities.h:48
edm::LuminosityBlockSummaryCache
Definition:
moduleAbilities.h:71
moduleAbilities.h
edm::global::impl::StreamCacheHolder
Definition:
implementors.h:59
edm::global::EDAnalyzerBase
Definition:
EDAnalyzerBase.h:46
edm::global::impl::RunSummaryCacheHolder
Definition:
implementors.h:209
edm::RunCache
Definition:
moduleAbilities.h:53
edm::WatchProcessBlock
Definition:
moduleAbilities.h:76
edm::global::impl::LuminosityBlockSummaryCacheHolder
Definition:
implementors.h:249
edm::global::impl::InputProcessBlockCacheHolder
Definition:
implementors.h:106
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::global::impl::RunCacheHolder
Definition:
implementors.h:153
edm::global::impl::LuminosityBlockCacheHolder
Definition:
implementors.h:178
analyzer
Definition:
SiPixelLorentzAngle.h:82
Generated for CMSSW Reference Manual by
1.8.14