CMS 3D CMS Logo

SecondaryEventIDAndFileInfo.h
Go to the documentation of this file.
1 #ifndef DataFormats_Common_SecondaryEventIDAndFileInfo_h
2 #define DataFormats_Common_SecondaryEventIDAndFileInfo_h
3 
5 
6 // forward declarations
7 namespace edm {
9  public:
11  SecondaryEventIDAndFileInfo(EventID const& evID, size_t fNameHash) : eventID_(evID), fileNameHash_(fNameHash) {}
12  EventID const& eventID() const {
13  return eventID_;
14  }
15  size_t fileNameHash() const {
16  return fileNameHash_;
17  }
18  private:
20  size_t fileNameHash_;
21  };
22 }
23 #endif
HLT enums.
SecondaryEventIDAndFileInfo(EventID const &evID, size_t fNameHash)