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