#include <DataFormats/Provenance/interface/EventProcessHistoryID.h>
Public Member Functions | |
EventProcessHistoryID (EventID const &id, ProcessHistoryID const &ph) | |
EventProcessHistoryID () | |
Public Attributes | |
EventID | eventID_ |
ProcessHistoryID | processHistoryID_ |
Definition at line 9 of file EventProcessHistoryID.h.
edm::EventProcessHistoryID::EventProcessHistoryID | ( | ) | [inline] |
edm::EventProcessHistoryID::EventProcessHistoryID | ( | EventID const & | id, | |
ProcessHistoryID const & | ph | |||
) | [inline] |
Definition at line 11 of file EventProcessHistoryID.h.
00011 : eventID_(id), processHistoryID_(ph) {}
Definition at line 13 of file EventProcessHistoryID.h.