Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
DQM
RPCMonitorClient
interface
RPCDBHandler.h
Go to the documentation of this file.
1
#ifndef RPCDBHandler_h
2
#define RPCDBHandler_h
3
4
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
5
#include "
CondFormats/RPCObjects/interface/RPCDQMObject.h
"
6
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
7
8
#include <string>
9
10
class
RPCDBHandler
:
public
popcon::PopConSourceHandler
<RPCDQMObject> {
11
public
:
12
void
getNewObjects
()
override
;
13
std::string
id
()
const override
{
return
m_name
; }
14
~RPCDBHandler
()
override
=
default
;
15
RPCDBHandler
(
const
edm::ParameterSet
&
pset
);
16
17
void
initObject
(
RPCDQMObject
*);
18
19
private
:
20
std::string
m_name
;
21
unsigned
int
sinceTime
;
22
RPCDQMObject
*
rpcDQMObject
;
23
};
24
25
#endif
RPCDBHandler::id
std::string id() const override
Definition:
RPCDBHandler.h:13
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:30
RPCDBHandler::RPCDBHandler
RPCDBHandler(const edm::ParameterSet &pset)
Definition:
RPCDBHandler.cc:5
RPCDQMObject.h
RPCDBHandler
Definition:
RPCDBHandler.h:10
RPCDBHandler::getNewObjects
void getNewObjects() override
Definition:
RPCDBHandler.cc:9
RPCDBHandler::m_name
std::string m_name
Definition:
RPCDBHandler.h:20
PopConSourceHandler.h
RPCDBHandler::sinceTime
unsigned int sinceTime
Definition:
RPCDBHandler.h:21
RPCDBHandler::initObject
void initObject(RPCDQMObject *)
Definition:
RPCDBHandler.cc:27
edm::ParameterSet
Definition:
ParameterSet.h:48
RPCDQMObject
Definition:
RPCDQMObject.h:10
RPCDBHandler::rpcDQMObject
RPCDQMObject * rpcDQMObject
Definition:
RPCDBHandler.h:22
RPCDBHandler::~RPCDBHandler
~RPCDBHandler() override=default
Generated for CMSSW Reference Manual by
1.8.14