Main Page
Namespaces
Classes
Package Documentation
CondTools
RPC
plugins
RPCInverseLBLinkMapESProducer.h
Go to the documentation of this file.
1
#ifndef CondTools_RPC_RPCInverseLBLinkMapESProducer_h
2
#define CondTools_RPC_RPCInverseLBLinkMapESProducer_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/RPCInverseLBLinkMap.h
"
11
12
namespace
edm
{
13
class
ParameterSet
;
14
class
ConfigurationDescriptions
;
15
}
// namespace edm
16
17
class
RPCLBLinkMapRcd
;
18
class
RPCInverseLBLinkMapRcd
;
19
20
class
RPCInverseLBLinkMapESProducer
21
:
public
edm::ESProducer
22
{
23
public
:
24
explicit
RPCInverseLBLinkMapESProducer
(
edm::ParameterSet
const
& _config);
25
26
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& _descs);
27
28
std::shared_ptr<RPCInverseLBLinkMap> produce(
RPCInverseLBLinkMapRcd
const
& _rcd);
29
30
private
:
31
32
using
HostType
=
edm::ESProductHost
<
RPCInverseLBLinkMap
,
33
RPCLBLinkMapRcd
>;
34
35
void
setupRPCLBLinkMap(
RPCLBLinkMapRcd
const
&,
36
RPCInverseLBLinkMap*);
37
38
edm::ReusableObjectHolder<HostType>
holder_
;
39
};
40
41
#endif // CondTools_RPC_RPCInverseLBLinkMapESProducer_h
ReusableObjectHolder.h
ParameterSet
Definition:
Functions.h:16
RPCInverseLBLinkMap
Definition:
RPCInverseLBLinkMap.h:11
edm::ESProductHost
Definition:
ESProductHost.h:93
edm::ESProducer
Definition:
ESProducer.h:97
RPCInverseLBLinkMapESProducer
Definition:
RPCInverseLBLinkMapESProducer.h:20
edm::ReusableObjectHolder
Definition:
ReusableObjectHolder.h:77
RPCInverseLBLinkMapRcd
Definition:
RPCInverseLBLinkMapRcd.h:9
RPCInverseLBLinkMap.h
ConfigurationDescriptions
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
RPCInverseLBLinkMapESProducer::holder_
edm::ReusableObjectHolder< HostType > holder_
Definition:
RPCInverseLBLinkMapESProducer.h:38
RPCLBLinkMapRcd
Definition:
RPCLBLinkMapRcd.h:6
ESProducer.h
ESProductHost.h
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
Generated for CMSSW Reference Manual by
1.8.11