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
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::SecondaryEventIDAndFileInfo
Definition: SecondaryEventIDAndFileInfo.h:8
EventID.h
mitigatedMETSequence_cff.U
U
Definition: mitigatedMETSequence_cff.py:36
edm::SecondaryEventIDAndFileInfo::SecondaryEventIDAndFileInfo
SecondaryEventIDAndFileInfo()
Definition: SecondaryEventIDAndFileInfo.h:10
edm::SecondaryEventIDAndFileInfo::eventID
EventID const & eventID() const
Definition: SecondaryEventIDAndFileInfo.h:12
edm::SecondaryEventIDAndFileInfo::eventID_
EventID eventID_
Definition: SecondaryEventIDAndFileInfo.h:16
edm::SecondaryEventIDAndFileInfo::fileNameHash
size_t fileNameHash() const
Definition: SecondaryEventIDAndFileInfo.h:13
edm::SecondaryEventIDAndFileInfo::fileNameHash_
size_t fileNameHash_
Definition: SecondaryEventIDAndFileInfo.h:17
edm::SecondaryEventIDAndFileInfo::SecondaryEventIDAndFileInfo
SecondaryEventIDAndFileInfo(EventID const &evID, size_t fNameHash)
Definition: SecondaryEventIDAndFileInfo.h:11
edm::EventID
Definition: EventID.h:31