CondTools
RPC
interface
RPCDCCLinkMapHandler.h
Go to the documentation of this file.
1
#ifndef CondTools_RPC_RPCDCCLinkMapHandler_h
2
#define CondTools_RPC_RPCDCCLinkMapHandler_h
3
4
#include <string>
5
6
#include "
CondCore/CondDB/interface/ConnectionPool.h
"
7
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
8
#include "
CondFormats/Common/interface/Time.h
"
9
10
#include "
CondFormats/RPCObjects/interface/RPCDCCLinkMap.h
"
11
12
namespace
edm
{
13
class
ParameterSet
;
14
class
ConfigurationDescriptions
;
15
}
// namespace edm
16
17
class
RPCDCCLinkMapHandler
:
public
popcon::PopConSourceHandler
<RPCDCCLinkMap> {
18
public
:
19
RPCDCCLinkMapHandler
(
edm::ParameterSet
const
&
config
);
20
~RPCDCCLinkMapHandler
()
override
;
21
22
void
getNewObjects
()
override
;
23
std::string
id
()
const override
;
24
25
protected
:
26
std::string
id_
;
27
std::string
data_tag_
;
28
cond::Time_t
since_run_
;
29
30
std::string
txt_file_
;
31
32
std::string
connect_
;
33
cond::persistency::ConnectionPool
connection_
;
34
};
35
36
#endif // CondTools_RPC_RPCDCCLinkMapHandler_h
PopConSourceHandler.h
RPCDCCLinkMap.h
ConnectionPool.h
RPCDCCLinkMapHandler::RPCDCCLinkMapHandler
RPCDCCLinkMapHandler(edm::ParameterSet const &config)
Definition:
RPCDCCLinkMapHandler.cc:25
edm
HLT enums.
Definition:
AlignableModifier.h:19
Time.h
RPCDCCLinkMapHandler::~RPCDCCLinkMapHandler
~RPCDCCLinkMapHandler() override
Definition:
RPCDCCLinkMapHandler.cc:36
config
Definition:
config.py:1
RPCDCCLinkMapHandler::txt_file_
std::string txt_file_
Definition:
RPCDCCLinkMapHandler.h:30
RPCDCCLinkMapHandler::connect_
std::string connect_
Definition:
RPCDCCLinkMapHandler.h:32
cond::persistency::ConnectionPool
Definition:
ConnectionPool.h:35
RPCDCCLinkMapHandler::getNewObjects
void getNewObjects() override
Definition:
RPCDCCLinkMapHandler.cc:38
RPCDCCLinkMapHandler
Definition:
RPCDCCLinkMapHandler.h:17
edm::ParameterSet
Definition:
ParameterSet.h:47
RPCDCCLinkMapHandler::id_
std::string id_
Definition:
RPCDCCLinkMapHandler.h:26
ParameterSet
Definition:
Functions.h:16
cond::Time_t
unsigned long long Time_t
Definition:
Time.h:14
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:30
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
RPCDCCLinkMapHandler::id
std::string id() const override
Definition:
RPCDCCLinkMapHandler.cc:109
RPCDCCLinkMapHandler::data_tag_
std::string data_tag_
Definition:
RPCDCCLinkMapHandler.h:27
ConfigurationDescriptions
RPCDCCLinkMapHandler::since_run_
cond::Time_t since_run_
Definition:
RPCDCCLinkMapHandler.h:28
RPCDCCLinkMapHandler::connection_
cond::persistency::ConnectionPool connection_
Definition:
RPCDCCLinkMapHandler.h:33
Generated for CMSSW Reference Manual by
1.8.16