CMS 3D CMS Logo

edm::SendEvent Class Reference

#include <DataFormats/Streamer/interface/StreamedProducts.h>

List of all members.

Public Member Functions

EventAuxiliary const & aux () const
ProcessHistory const & processHistory () const
SendProdsproducts ()
SendProds const & products () const
 SendEvent (EventAuxiliary const &aux, ProcessHistory const &processHistory)
 SendEvent ()

Private Attributes

EventAuxiliary aux_
ProcessHistory processHistory_
SendProds products_


Detailed Description

Definition at line 79 of file StreamedProducts.h.


Constructor & Destructor Documentation

edm::SendEvent::SendEvent (  )  [inline]

Definition at line 81 of file StreamedProducts.h.

00081 { }

edm::SendEvent::SendEvent ( EventAuxiliary const &  aux,
ProcessHistory const &  processHistory 
) [inline]

Definition at line 82 of file StreamedProducts.h.

00082                                                                                :
00083         aux_(aux), processHistory_(processHistory), products_() {}
    EventAuxiliary const& aux() const {return aux_;}


Member Function Documentation

EventAuxiliary const& edm::SendEvent::aux (  )  const [inline]

Definition at line 84 of file StreamedProducts.h.

References aux_.

00084 {return aux_;}

ProcessHistory const& edm::SendEvent::processHistory (  )  const [inline]

Definition at line 86 of file StreamedProducts.h.

References processHistory_.

00086 {return processHistory_;}

SendProds& edm::SendEvent::products (  )  [inline]

Definition at line 87 of file StreamedProducts.h.

References products_.

00087 {return products_;}

SendProds const& edm::SendEvent::products (  )  const [inline]

Definition at line 85 of file StreamedProducts.h.

References products_.

00085 {return products_;}


Member Data Documentation

EventAuxiliary edm::SendEvent::aux_ [private]

Definition at line 89 of file StreamedProducts.h.

Referenced by aux().

ProcessHistory edm::SendEvent::processHistory_ [private]

Definition at line 90 of file StreamedProducts.h.

Referenced by processHistory().

SendProds edm::SendEvent::products_ [private]

Definition at line 91 of file StreamedProducts.h.

Referenced by products().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:44:15 2009 for CMSSW by  doxygen 1.5.4