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
RunInfoUpdate.h
Go to the documentation of this file.
1
#ifndef CondTools_RunInfo_RunInfoUpdate_h
2
#define CondTools_RunInfo_RunInfoUpdate_h
3
4
#include "
CondFormats/RunInfo/interface/RunInfo.h
"
5
6
namespace
cond
{
7
namespace
persistency {
8
class
Session
;
9
}
10
}
// namespace cond
11
12
class
RunInfoUpdate
{
13
public
:
14
explicit
RunInfoUpdate
(
cond::persistency::Session
& dbSession);
15
16
~RunInfoUpdate
();
17
void
appendNewRun
(
const
RunInfo
&
run
);
18
19
size_t
import
(
size_t
maxEntries
,
const
std::string
&
tag
,
cond::persistency::Session
& sourceSession);
20
21
private
:
22
cond::persistency::Session
&
m_dbSession
;
23
};
24
25
#endif
RunInfoUpdate::RunInfoUpdate
RunInfoUpdate(cond::persistency::Session &dbSession)
Definition:
RunInfoUpdate.cc:29
RunInfoUpdate::~RunInfoUpdate
~RunInfoUpdate()
Definition:
RunInfoUpdate.cc:31
nano_postproc.maxEntries
maxEntries
Definition:
nano_postproc.py:86
RunInfo
Definition:
RunInfo.h:18
writedatasetfile.run
run
Definition:
writedatasetfile.py:27
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
makeGlobalPositionRcd_cfg.tag
tag
Definition:
makeGlobalPositionRcd_cfg.py:6
RunInfoUpdate::appendNewRun
void appendNewRun(const RunInfo &run)
Definition:
RunInfoUpdate.cc:33
RunInfoUpdate::m_dbSession
cond::persistency::Session & m_dbSession
Definition:
RunInfoUpdate.h:22
Session
RunInfoUpdate
Definition:
RunInfoUpdate.h:12
cond
cond::persistency::Session
Definition:
Session.h:63
RunInfo.h
Generated for CMSSW Reference Manual by
1.8.14