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
EventToProcessBlockIndexes.h
Go to the documentation of this file.
1
#ifndef DataFormats_Provenance_EventToProcessBlockIndexes_h
2
#define DataFormats_Provenance_EventToProcessBlockIndexes_h
3
10
namespace
edm
{
11
12
class
EventToProcessBlockIndexes
{
13
public
:
14
EventToProcessBlockIndexes
() {}
15
16
unsigned
int
index
()
const
{
return
index_
; }
17
void
setIndex
(
unsigned
int
value
) {
index_
=
value
; }
18
19
private
:
20
unsigned
int
index_
= 0;
21
};
22
23
}
// namespace edm
24
#endif
edm::EventToProcessBlockIndexes::index
unsigned int index() const
Definition:
EventToProcessBlockIndexes.h:16
edm::EventToProcessBlockIndexes::index_
unsigned int index_
Definition:
EventToProcessBlockIndexes.h:20
value
Definition:
value.py:1
edm::EventToProcessBlockIndexes::EventToProcessBlockIndexes
EventToProcessBlockIndexes()
Definition:
EventToProcessBlockIndexes.h:14
relativeConstraints.value
value
Definition:
relativeConstraints.py:53
edm::EventToProcessBlockIndexes::setIndex
void setIndex(unsigned int value)
Definition:
EventToProcessBlockIndexes.h:17
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::EventToProcessBlockIndexes
Definition:
EventToProcessBlockIndexes.h:12
Generated for CMSSW Reference Manual by
1.8.14