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
DataFormats
Provenance
src
RunAux.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/RunAux.h
"
2
#include "
DataFormats/Provenance/interface/RunAuxiliary.h
"
3
#include "
DataFormats/Provenance/interface/Timestamp.h
"
4
5
/*----------------------------------------------------------------------
6
7
8
----------------------------------------------------------------------*/
9
10
namespace
edm
{
11
void
conversion
(
RunAux
const
& from,
RunAuxiliary
&
to
) {
12
to
.processHistoryID_ = from.
processHistoryID_
;
13
to
.id_ =
RunID
(from.
id_
);
14
to
.beginTime_ =
to
.endTime_ =
Timestamp::invalidTimestamp
();
15
}
16
}
// namespace edm
edm::RunAuxiliary
Definition:
RunAuxiliary.h:15
edm::Timestamp::invalidTimestamp
static Timestamp invalidTimestamp()
Definition:
Timestamp.h:75
RunAux.h
edm::RunAux
Definition:
RunAux.h:14
edm::RunAux::processHistoryID_
ProcessHistoryID processHistoryID_
Definition:
RunAux.h:18
Timestamp.h
to
edm::conversion
void conversion(EventAux const &from, EventAuxiliary &to)
Definition:
EventAux.cc:9
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::RunAux::id_
RunNumber_t id_
Definition:
RunAux.h:19
RunAuxiliary.h
edm::RunID
Definition:
RunID.h:20
Generated for CMSSW Reference Manual by
1.8.14