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 { return eventID_; }
13  size_t fileNameHash() const { return fileNameHash_; }
14 
15  private:
17  size_t fileNameHash_;
18  };
19 } // namespace edm
20 #endif
HLT enums.
SecondaryEventIDAndFileInfo(EventID const &evID, size_t fNameHash)