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
interface
LuminosityBlockAux.h
Go to the documentation of this file.
1
#ifndef DataFormats_Provenance_LuminosityBlockAux_h
2
#define DataFormats_Provenance_LuminosityBlockAux_h
3
4
#include <iosfwd>
5
6
#include "
DataFormats/Provenance/interface/LuminosityBlockID.h
"
7
#include "
DataFormats/Provenance/interface/ProcessHistoryID.h
"
8
#include "
DataFormats/Provenance/interface/RunID.h
"
9
10
// Auxiliary luminosity block data that is persistent
11
namespace
edm
{
12
class
LuminosityBlockAuxiliary;
13
class
LuminosityBlockAux
{
14
public
:
15
LuminosityBlockAux
() :
processHistoryID_
(),
id_
(),
runID_
() {}
16
~LuminosityBlockAux
() {}
17
ProcessHistoryID
processHistoryID_
;
18
LuminosityBlockNumber_t
id_
;
19
RunNumber_t
runID_
;
20
};
21
void
conversion
(
LuminosityBlockAux
const
& from,
LuminosityBlockAuxiliary
&
to
);
22
}
// namespace edm
23
#endif
LuminosityBlockID.h
RunID.h
edm::Hash< ProcessHistoryType >
edm::LuminosityBlockAux::processHistoryID_
ProcessHistoryID processHistoryID_
Definition:
LuminosityBlockAux.h:17
edm::LuminosityBlockNumber_t
unsigned int LuminosityBlockNumber_t
Definition:
RunLumiEventNumber.h:13
edm::LuminosityBlockAux::~LuminosityBlockAux
~LuminosityBlockAux()
Definition:
LuminosityBlockAux.h:16
edm::LuminosityBlockAux::LuminosityBlockAux
LuminosityBlockAux()
Definition:
LuminosityBlockAux.h:15
edm::LuminosityBlockAux::runID_
RunNumber_t runID_
Definition:
LuminosityBlockAux.h:19
to
edm::conversion
void conversion(EventAux const &from, EventAuxiliary &to)
Definition:
EventAux.cc:9
ProcessHistoryID.h
edm::LuminosityBlockAux::id_
LuminosityBlockNumber_t id_
Definition:
LuminosityBlockAux.h:18
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::LuminosityBlockAuxiliary
Definition:
LuminosityBlockAuxiliary.h:15
edm::RunNumber_t
unsigned int RunNumber_t
Definition:
RunLumiEventNumber.h:14
edm::LuminosityBlockAux
Definition:
LuminosityBlockAux.h:13
Generated for CMSSW Reference Manual by
1.8.14