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