CMS 3D CMS Logo

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 
13  public:
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
Definition: value.py:1
HLT enums.