#include <DataFormats/Streamer/interface/StreamedProducts.h>
Public Member Functions | |
EventAuxiliary const & | aux () const |
ProcessHistory const & | processHistory () const |
SendProds & | products () |
SendProds const & | products () const |
SendEvent (EventAuxiliary const &aux, ProcessHistory const &processHistory) | |
SendEvent () | |
Private Attributes | |
EventAuxiliary | aux_ |
ProcessHistory | processHistory_ |
SendProds | products_ |
Definition at line 79 of file StreamedProducts.h.
edm::SendEvent::SendEvent | ( | ) | [inline] |
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_;}
EventAuxiliary const& edm::SendEvent::aux | ( | ) | const [inline] |
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] |
SendProds const& edm::SendEvent::products | ( | ) | const [inline] |
EventAuxiliary edm::SendEvent::aux_ [private] |
SendProds edm::SendEvent::products_ [private] |