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

◆ EventProcessHistoryID() [1/2]

edm::EventProcessHistoryID::EventProcessHistoryID ( )
inline

Definition at line 13 of file EventProcessHistoryID.h.

◆ EventProcessHistoryID() [2/2]

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

Member Function Documentation

◆ eventID()

EventID const& edm::EventProcessHistoryID::eventID ( ) const
inline

Definition at line 15 of file EventProcessHistoryID.h.

References eventID_.

Referenced by edm::operator<().

◆ processHistoryID()

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

Definition at line 16 of file EventProcessHistoryID.h.

References processHistoryID_.

16 { return processHistoryID_; }

Member Data Documentation

◆ eventID_

EventID edm::EventProcessHistoryID::eventID_
private

Definition at line 19 of file EventProcessHistoryID.h.

Referenced by eventID().

◆ processHistoryID_

ProcessHistoryID edm::EventProcessHistoryID::processHistoryID_
private

Definition at line 20 of file EventProcessHistoryID.h.

Referenced by processHistoryID().