#include <EventProcessHistoryID.h>
Public Member Functions | |
EventID const & | eventID () const |
EventProcessHistoryID (EventID const &id, ProcessHistoryID const &ph) | |
EventProcessHistoryID () | |
ProcessHistoryID const & | processHistoryID () const |
Private Attributes | |
EventID | eventID_ |
ProcessHistoryID | processHistoryID_ |
Definition at line 11 of file EventProcessHistoryID.h.
edm::EventProcessHistoryID::EventProcessHistoryID | ( | ) | [inline] |
Definition at line 13 of file EventProcessHistoryID.h.
: eventID_(), processHistoryID_() {}
edm::EventProcessHistoryID::EventProcessHistoryID | ( | EventID const & | id, |
ProcessHistoryID const & | ph | ||
) | [inline] |
Definition at line 14 of file EventProcessHistoryID.h.
: eventID_(id), processHistoryID_(ph) {}
EventID const& edm::EventProcessHistoryID::eventID | ( | ) | const [inline] |
Definition at line 15 of file EventProcessHistoryID.h.
References eventID_.
Referenced by edm::operator<().
{return eventID_;}
ProcessHistoryID const& edm::EventProcessHistoryID::processHistoryID | ( | ) | const [inline] |
Definition at line 16 of file EventProcessHistoryID.h.
References processHistoryID_.
{return processHistoryID_;}
EventID edm::EventProcessHistoryID::eventID_ [private] |
Definition at line 18 of file EventProcessHistoryID.h.
Referenced by eventID().
Definition at line 19 of file EventProcessHistoryID.h.
Referenced by processHistoryID().