CMS 3D CMS Logo

edm::EventProcessHistoryID Struct Reference

#include <DataFormats/Provenance/interface/EventProcessHistoryID.h>

List of all members.

Public Member Functions

 EventProcessHistoryID (EventID const &id, ProcessHistoryID const &ph)
 EventProcessHistoryID ()

Public Attributes

EventID eventID_
ProcessHistoryID processHistoryID_


Detailed Description

Definition at line 9 of file EventProcessHistoryID.h.


Constructor & Destructor Documentation

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

Definition at line 10 of file EventProcessHistoryID.h.

00010 : eventID_(), processHistoryID_() {}

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

Definition at line 11 of file EventProcessHistoryID.h.

00011 : eventID_(id), processHistoryID_(ph) {}


Member Data Documentation

EventID edm::EventProcessHistoryID::eventID_

Definition at line 12 of file EventProcessHistoryID.h.

Referenced by edm::operator<().

ProcessHistoryID edm::EventProcessHistoryID::processHistoryID_

Definition at line 13 of file EventProcessHistoryID.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 9 18:40:54 2009 for CMSSW by  doxygen 1.5.4