Main Page
Namespaces
Classes
Package Documentation
CondTools
RPC
plugins
RPCInverseCPPFLinkMapESProducer.h
Go to the documentation of this file.
1
#ifndef CondTools_RPC_RPCInverseCPPFLinkMapESProducer_h
2
#define CondTools_RPC_RPCInverseCPPFLinkMapESProducer_h
3
4
#include <memory>
5
6
#include "
FWCore/Framework/interface/ESProducer.h
"
7
#include "
FWCore/Framework/interface/ESProductHost.h
"
8
#include "
FWCore/Utilities/interface/ReusableObjectHolder.h
"
9
10
#include "
CondFormats/RPCObjects/interface/RPCInverseAMCLinkMap.h
"
11
12
namespace
edm
{
13
class
ParameterSet
;
14
class
ConfigurationDescriptions
;
15
}
// namespace edm
16
17
class
RPCCPPFLinkMapRcd
;
18
class
RPCInverseCPPFLinkMapRcd
;
19
20
class
RPCInverseCPPFLinkMapESProducer
21
:
public
edm::ESProducer
22
{
23
public
:
24
explicit
RPCInverseCPPFLinkMapESProducer
(
edm::ParameterSet
const
& _config);
25
26
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& _descs);
27
28
std::shared_ptr<RPCInverseAMCLinkMap> produce(
RPCInverseCPPFLinkMapRcd
const
& _rcd);
29
30
private
:
31
32
using
HostType
=
edm::ESProductHost
<
RPCInverseAMCLinkMap
,
33
RPCCPPFLinkMapRcd
>;
34
35
void
setupRPCCPPFLinkMap(
RPCCPPFLinkMapRcd
const
&,
36
RPCInverseAMCLinkMap*);
37
38
edm::ReusableObjectHolder<HostType>
holder_
;
39
};
40
41
#endif // CondTools_RPC_RPCInverseCPPFLinkMapESProducer_h
ReusableObjectHolder.h
ParameterSet
Definition:
Functions.h:16
RPCInverseCPPFLinkMapESProducer
Definition:
RPCInverseCPPFLinkMapESProducer.h:20
RPCCPPFLinkMapRcd
Definition:
RPCCPPFLinkMapRcd.h:6
edm::ESProductHost
Definition:
ESProductHost.h:93
RPCInverseCPPFLinkMapESProducer::holder_
edm::ReusableObjectHolder< HostType > holder_
Definition:
RPCInverseCPPFLinkMapESProducer.h:38
edm::ESProducer
Definition:
ESProducer.h:99
edm::ReusableObjectHolder< HostType >
RPCInverseAMCLinkMap
Definition:
RPCInverseAMCLinkMap.h:9
ConfigurationDescriptions
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
ESProducer.h
ESProductHost.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
RPCInverseAMCLinkMap.h
edm::ParameterSet
Definition:
ParameterSet.h:36
RPCInverseCPPFLinkMapRcd
Definition:
RPCInverseCPPFLinkMapRcd.h:9
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11