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
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
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
CondTools
RunInfo
interface
RunInfoHandler.h
Go to the documentation of this file.
1
#ifndef RUNINFO_HANDLER_H
2
#define RUNINFO_HANDLER_H
3
4
#include <string>
5
6
#include "
CondCore/PopCon/interface/PopConSourceHandler.h
"
7
#include "
CondFormats/RunInfo/interface/RunInfo.h
"
8
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
9
10
class
RunInfoHandler
:
public
popcon::PopConSourceHandler
<RunInfo> {
11
public
:
12
void
getNewObjects
()
override
;
13
std::string
id
()
const override
{
return
m_name
; }
14
~RunInfoHandler
()
override
;
15
RunInfoHandler
(
const
edm::ParameterSet
&
pset
);
16
17
private
:
18
unsigned
long
long
m_since
;
19
std::string
m_name
;
20
21
// for reading from omds
22
std::string
m_runinfo_schema
;
23
std::string
m_dcsenv_schema
;
24
std::string
m_connectionString
;
25
edm::ParameterSet
m_connectionPset
;
26
};
27
28
#endif
PopConSourceHandler.h
RunInfoHandler::getNewObjects
void getNewObjects() override
Definition:
RunInfoHandler.cc:18
RunInfoHandler::m_since
unsigned long long m_since
Definition:
RunInfoHandler.h:18
RunInfoHandler::id
std::string id() const override
Definition:
RunInfoHandler.h:13
RunInfoHandler::m_connectionPset
edm::ParameterSet m_connectionPset
Definition:
RunInfoHandler.h:25
RunInfoHandler::m_runinfo_schema
std::string m_runinfo_schema
Definition:
RunInfoHandler.h:22
RunInfoHandler::RunInfoHandler
RunInfoHandler(const edm::ParameterSet &pset)
Definition:
RunInfoHandler.cc:8
edm::ParameterSet
Definition:
ParameterSet.h:47
popcon::PopConSourceHandler
Definition:
PopConSourceHandler.h:30
RunInfoHandler::m_connectionString
std::string m_connectionString
Definition:
RunInfoHandler.h:24
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
RunInfoHandler::~RunInfoHandler
~RunInfoHandler() override
Definition:
RunInfoHandler.cc:16
RunInfo.h
RunInfoHandler
Definition:
RunInfoHandler.h:10
RunInfoHandler::m_name
std::string m_name
Definition:
RunInfoHandler.h:19
RunInfoHandler::m_dcsenv_schema
std::string m_dcsenv_schema
Definition:
RunInfoHandler.h:23
ParameterSet.h
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
Generated for CMSSW Reference Manual by
1.8.16