#include <StreamedProducts.h>
Public Member Functions | |
EventAuxiliary const & | aux () const |
BranchListIndexes const & | branchListIndexes () const |
EventSelectionIDVector const & | eventSelectionIDs () const |
ProcessHistory const & | processHistory () const |
SendProds const & | products () const |
SendProds & | products () |
SendEvent (EventAuxiliary const &aux, ProcessHistory const &processHistory, EventSelectionIDVector const &eventSelectionIDs, BranchListIndexes const &branchListIndexes) | |
SendEvent () | |
Private Attributes | |
EventAuxiliary | aux_ |
BranchListIndexes | branchListIndexes_ |
EventSelectionIDVector | eventSelectionIDs_ |
ProcessHistory | processHistory_ |
SendProds | products_ |
Definition at line 76 of file StreamedProducts.h.
edm::SendEvent::SendEvent | ( | ) | [inline] |
Definition at line 78 of file StreamedProducts.h.
{ }
edm::SendEvent::SendEvent | ( | EventAuxiliary const & | aux, |
ProcessHistory const & | processHistory, | ||
EventSelectionIDVector const & | eventSelectionIDs, | ||
BranchListIndexes const & | branchListIndexes | ||
) | [inline] |
Definition at line 79 of file StreamedProducts.h.
EventAuxiliary const& edm::SendEvent::aux | ( | ) | const [inline] |
BranchListIndexes const& edm::SendEvent::branchListIndexes | ( | ) | const [inline] |
Definition at line 92 of file StreamedProducts.h.
References branchListIndexes_.
{return branchListIndexes_;}
EventSelectionIDVector const& edm::SendEvent::eventSelectionIDs | ( | ) | const [inline] |
Definition at line 91 of file StreamedProducts.h.
References eventSelectionIDs_.
{return eventSelectionIDs_;}
ProcessHistory const& edm::SendEvent::processHistory | ( | ) | const [inline] |
Definition at line 90 of file StreamedProducts.h.
References processHistory_.
{return processHistory_;}
SendProds const& edm::SendEvent::products | ( | ) | const [inline] |
SendProds& edm::SendEvent::products | ( | ) | [inline] |
EventAuxiliary edm::SendEvent::aux_ [private] |
Definition at line 95 of file StreamedProducts.h.
Referenced by aux().
Definition at line 98 of file StreamedProducts.h.
Referenced by branchListIndexes().
Definition at line 97 of file StreamedProducts.h.
Referenced by eventSelectionIDs().
Definition at line 96 of file StreamedProducts.h.
Referenced by processHistory().
SendProds edm::SendEvent::products_ [private] |
Definition at line 99 of file StreamedProducts.h.
Referenced by products().