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
CondTools
RunInfo
interface
RunInfoRead.h
Go to the documentation of this file.
1
#ifndef CondTools_RunInfo_RunInfoRead_h
2
#define CondTools_RunInfo_RunInfoRead_h
3
4
#include "
CondFormats/RunInfo/interface/RunInfo.h
"
5
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
6
#include <string>
7
8
class
RunInfoRead
{
9
public
:
10
RunInfoRead
(
const
std::string
&
connectionString
,
const
edm::ParameterSet
& connectionPset);
11
~RunInfoRead
();
12
RunInfo
readData
(
const
std::string
& runinfo_schema,
const
std::string
& dcsenv_schema,
const
int
r_number);
13
14
private
:
15
std::string
m_connectionString
;
16
edm::ParameterSet
m_connectionPset
;
17
};
18
19
#endif
RunInfoRead::RunInfoRead
RunInfoRead(const std::string &connectionString, const edm::ParameterSet &connectionPset)
Definition:
RunInfoRead.cc:44
RunInfoRead
Definition:
RunInfoRead.h:8
RunInfo
Definition:
RunInfo.h:18
RunInfoRead::readData
RunInfo readData(const std::string &runinfo_schema, const std::string &dcsenv_schema, const int r_number)
Definition:
RunInfoRead.cc:49
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
RunInfoRead::m_connectionPset
edm::ParameterSet m_connectionPset
Definition:
RunInfoRead.h:16
RunInfo.h
edm::ParameterSet
Definition:
ParameterSet.h:47
RunInfoRead::m_connectionString
std::string m_connectionString
Definition:
RunInfoRead.h:15
RunInfoRead::~RunInfoRead
~RunInfoRead()
Definition:
RunInfoRead.cc:47
l1RCTOmdsFedVectorProducer_cfi.connectionString
connectionString
Definition:
l1RCTOmdsFedVectorProducer_cfi.py:4
Generated for CMSSW Reference Manual by
1.8.14