EventProcessHistoryID.h
Go to the documentation of this file.
1 #ifndef art_Persistency_Provenance_EventProcessHistoryID_h
2 #define art_Persistency_Provenance_EventProcessHistoryID_h
3 
6 
7 namespace art {
11  : eventID_(id), processHistoryID_(ph)
12  {}
15  };
16  inline bool
18  {
19  return lh.eventID_ < rh.eventID_;
20  }
21 } // namespace art
22 
23 #endif /* art_Persistency_Provenance_EventProcessHistoryID_h */
24 
25 // Local Variables:
26 // mode: c++
27 // End:
bool operator<(ProductInfo const &a, ProductInfo const &b)
Definition: ProductInfo.cc:51
EventProcessHistoryID(EventID const &id, ProcessHistoryID const &ph)