CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
EventProcessHistoryID.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_EventProcessHistoryID_h
2 #define DataFormats_Provenance_EventProcessHistoryID_h
3 
6 
7 // This class needed for backward compatibility only.
8 // It is relevant if and only if fileFormatVersion.eventHistoryBranch() is true.
9 
10 namespace edm {
12  public:
15  EventID const& eventID() const { return eventID_; }
17 
18  private:
21  };
22  inline bool operator<(EventProcessHistoryID const& lh, EventProcessHistoryID const& rh) {
23  return lh.eventID() < rh.eventID();
24  }
25 } // namespace edm
26 
27 #endif
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
Definition: DetSet.h:89
ProcessHistoryID const & processHistoryID() const
bool int lh
Definition: SIMDVec.h:20
EventProcessHistoryID(EventID const &id, ProcessHistoryID const &ph)
EventID const & eventID() const