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
8
#include "
CondFormats/RPCObjects/interface/RPCInverseAMCLinkMap.h
"
9
10
namespace
edm
{
11
class
ParameterSet
;
12
class
ConfigurationDescriptions
;
13
}
// namespace edm
14
15
class
RPCCPPFLinkMapRcd
;
16
class
RPCInverseCPPFLinkMapRcd
;
17
18
class
RPCInverseCPPFLinkMapESProducer
19
:
public
edm::ESProducer
20
{
21
public
:
22
explicit
RPCInverseCPPFLinkMapESProducer
(
edm::ParameterSet
const
& _config);
23
24
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& _descs);
25
26
void
RPCCPPFLinkMapCallback(
RPCCPPFLinkMapRcd
const
& _rcd);
27
28
std::shared_ptr<RPCInverseAMCLinkMap> produce(
RPCInverseCPPFLinkMapRcd
const
& _rcd);
29
30
protected
:
31
std::shared_ptr<RPCInverseAMCLinkMap>
inverse_linkmap_
;
32
};
33
34
#endif // CondTools_RPC_RPCInverseCPPFLinkMapESProducer_h
ParameterSet
Definition:
Functions.h:16
RPCInverseCPPFLinkMapESProducer
Definition:
RPCInverseCPPFLinkMapESProducer.h:18
RPCCPPFLinkMapRcd
Definition:
RPCCPPFLinkMapRcd.h:6
edm::ESProducer
Definition:
ESProducer.h:97
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
ConfigurationDescriptions
ESProducer.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
RPCInverseCPPFLinkMapESProducer::inverse_linkmap_
std::shared_ptr< RPCInverseAMCLinkMap > inverse_linkmap_
Definition:
RPCInverseCPPFLinkMapESProducer.h:31
Generated for CMSSW Reference Manual by
1.8.11