CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::EventProcessHistoryID Class Reference

#include <EventProcessHistoryID.h>

Public Member Functions

EventID const & eventID () const
 
 EventProcessHistoryID ()
 
 EventProcessHistoryID (EventID const &id, ProcessHistoryID const &ph)
 
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<().

ProcessHistoryID const& edm::EventProcessHistoryID::processHistoryID ( ) const
inline

Definition at line 16 of file EventProcessHistoryID.h.

References processHistoryID_.

16 {return processHistoryID_;}

Member Data Documentation

EventID edm::EventProcessHistoryID::eventID_
private

Definition at line 18 of file EventProcessHistoryID.h.

Referenced by eventID().

ProcessHistoryID edm::EventProcessHistoryID::processHistoryID_
private

Definition at line 19 of file EventProcessHistoryID.h.

Referenced by processHistoryID().