CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::SendEvent Class Reference

#include <StreamedProducts.h>

Public Member Functions

EventAuxiliary const & aux () const
 
BranchListIndexes const & branchListIndexes () const
 
EventSelectionIDVector const & eventSelectionIDs () const
 
ProcessHistory const & processHistory () const
 
SendProdsproducts ()
 
SendProds const & products () const
 
 SendEvent ()
 
 SendEvent (EventAuxiliary const &aux, ProcessHistory const &processHistory, EventSelectionIDVector const &eventSelectionIDs, BranchListIndexes const &branchListIndexes)
 

Private Attributes

EventAuxiliary aux_
 
BranchListIndexes branchListIndexes_
 
EventSelectionIDVector eventSelectionIDs_
 
ProcessHistory processHistory_
 
SendProds products_
 

Detailed Description

Definition at line 71 of file StreamedProducts.h.

Constructor & Destructor Documentation

◆ SendEvent() [1/2]

edm::SendEvent::SendEvent ( )
inline

Definition at line 73 of file StreamedProducts.h.

73 {}

◆ SendEvent() [2/2]

edm::SendEvent::SendEvent ( EventAuxiliary const &  aux,
ProcessHistory const &  processHistory,
EventSelectionIDVector const &  eventSelectionIDs,
BranchListIndexes const &  branchListIndexes 
)
inline

Member Function Documentation

◆ aux()

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

Definition at line 83 of file StreamedProducts.h.

83 { return aux_; }

References aux_.

◆ branchListIndexes()

BranchListIndexes const& edm::SendEvent::branchListIndexes ( ) const
inline

Definition at line 87 of file StreamedProducts.h.

87 { return branchListIndexes_; }

References branchListIndexes_.

◆ eventSelectionIDs()

EventSelectionIDVector const& edm::SendEvent::eventSelectionIDs ( ) const
inline

Definition at line 86 of file StreamedProducts.h.

86 { return eventSelectionIDs_; }

References eventSelectionIDs_.

◆ processHistory()

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

Definition at line 85 of file StreamedProducts.h.

85 { return processHistory_; }

References processHistory_.

◆ products() [1/2]

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

Definition at line 88 of file StreamedProducts.h.

88 { return products_; }

References products_.

◆ products() [2/2]

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

Definition at line 84 of file StreamedProducts.h.

84 { return products_; }

References products_.

Member Data Documentation

◆ aux_

EventAuxiliary edm::SendEvent::aux_
private

Definition at line 91 of file StreamedProducts.h.

Referenced by aux().

◆ branchListIndexes_

BranchListIndexes edm::SendEvent::branchListIndexes_
private

Definition at line 94 of file StreamedProducts.h.

Referenced by branchListIndexes().

◆ eventSelectionIDs_

EventSelectionIDVector edm::SendEvent::eventSelectionIDs_
private

Definition at line 93 of file StreamedProducts.h.

Referenced by eventSelectionIDs().

◆ processHistory_

ProcessHistory edm::SendEvent::processHistory_
private

Definition at line 92 of file StreamedProducts.h.

Referenced by processHistory().

◆ products_

SendProds edm::SendEvent::products_
private

Definition at line 95 of file StreamedProducts.h.

Referenced by products().

edm::SendEvent::branchListIndexes
BranchListIndexes const & branchListIndexes() const
Definition: StreamedProducts.h:87
edm::SendEvent::processHistory
ProcessHistory const & processHistory() const
Definition: StreamedProducts.h:85
edm::SendEvent::processHistory_
ProcessHistory processHistory_
Definition: StreamedProducts.h:92
edm::SendEvent::aux_
EventAuxiliary aux_
Definition: StreamedProducts.h:91
edm::SendEvent::branchListIndexes_
BranchListIndexes branchListIndexes_
Definition: StreamedProducts.h:94
edm::SendEvent::products_
SendProds products_
Definition: StreamedProducts.h:95
edm::SendEvent::aux
EventAuxiliary const & aux() const
Definition: StreamedProducts.h:83
edm::SendEvent::eventSelectionIDs_
EventSelectionIDVector eventSelectionIDs_
Definition: StreamedProducts.h:93
edm::SendEvent::eventSelectionIDs
EventSelectionIDVector const & eventSelectionIDs() const
Definition: StreamedProducts.h:86