CMS 3D CMS Logo

Public Member Functions | Private Attributes

edm::EventProcessHistoryID Class Reference

#include <EventProcessHistoryID.h>

List of all members.

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_

Detailed Description

Definition at line 11 of file EventProcessHistoryID.h.


Constructor & Destructor Documentation

edm::EventProcessHistoryID::EventProcessHistoryID ( ) [inline]

Definition at line 13 of file EventProcessHistoryID.h.

edm::EventProcessHistoryID::EventProcessHistoryID ( EventID const &  id,
ProcessHistoryID const &  ph 
) [inline]

Definition at line 14 of file EventProcessHistoryID.h.


Member Function Documentation

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_.


Member Data Documentation

Definition at line 18 of file EventProcessHistoryID.h.

Referenced by eventID().

Definition at line 19 of file EventProcessHistoryID.h.

Referenced by processHistoryID().