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
DataFormats
Provenance
src
EventAux.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/EventAux.h
"
2
#include "
DataFormats/Provenance/interface/EventAuxiliary.h
"
3
4
/*----------------------------------------------------------------------
5
6
----------------------------------------------------------------------*/
7
8
namespace
edm
{
9
void
conversion
(
EventAux
const
& from,
EventAuxiliary
&
to
) {
10
to
.processHistoryID_ = from.
processHistoryID_
;
11
to
.id_ = from.
id_
;
12
to
.time_ = from.
time_
;
13
to
.luminosityBlock_ = from.
luminosityBlockID_
;
14
}
15
}
// namespace edm
edm::conversion
void conversion(EventAux const &from, EventAuxiliary &to)
Definition:
EventAux.cc:9
edm
HLT enums.
Definition:
AlignableModifier.h:19
to
edm::EventAux::luminosityBlockID_
LuminosityBlockNumber_t luminosityBlockID_
Definition:
EventAux.h:22
edm::EventAux
Definition:
EventAux.h:15
edm::EventAuxiliary
Definition:
EventAuxiliary.h:14
edm::EventAux::processHistoryID_
ProcessHistoryID processHistoryID_
Definition:
EventAux.h:19
EventAuxiliary.h
edm::EventAux::time_
Timestamp time_
Definition:
EventAux.h:21
EventAux.h
edm::EventAux::id_
EventID id_
Definition:
EventAux.h:20
Generated for CMSSW Reference Manual by
1.8.16