CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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  private:
20  };
21  inline
23  return lh.eventID() < rh.eventID();
24  }
25 }
26 
27 
28 #endif
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
Definition: DetSet.h:91
ProcessHistoryID const & processHistoryID() const
bool int lh
Definition: SSEVec.h:55
EventProcessHistoryID(EventID const &id, ProcessHistoryID const &ph)
EventID const & eventID() const