Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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_
Definition:
EventToProcessBlockIndexes.h:20
relativeConstraints.value
tuple value
Definition:
relativeConstraints.py:55
edm::EventToProcessBlockIndexes::EventToProcessBlockIndexes
EventToProcessBlockIndexes()
Definition:
EventToProcessBlockIndexes.h:14
edm::EventToProcessBlockIndexes::setIndex
void setIndex(unsigned int value)
Definition:
EventToProcessBlockIndexes.h:17
edm::EventToProcessBlockIndexes
Definition:
EventToProcessBlockIndexes.h:12
edm::EventToProcessBlockIndexes::index
unsigned int index() const
Definition:
EventToProcessBlockIndexes.h:16
Generated for CMSSW Reference Manual by
1.8.5