CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
 
SendProds const & products () const
 
SendProdsproducts ()
 
 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

edm::SendEvent::SendEvent ( )
inline

Definition at line 73 of file StreamedProducts.h.

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

Definition at line 74 of file StreamedProducts.h.

77  :
78  aux_(aux),
82  products_() {}
EventAuxiliary const & aux() const
ProcessHistory processHistory_
BranchListIndexes branchListIndexes_
EventAuxiliary aux_
SendProds products_
EventSelectionIDVector eventSelectionIDs_
EventSelectionIDVector const & eventSelectionIDs() const
ProcessHistory const & processHistory() const
BranchListIndexes const & branchListIndexes() const

Member Function Documentation

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

Definition at line 83 of file StreamedProducts.h.

References aux_.

83 {return aux_;}
EventAuxiliary aux_
BranchListIndexes const& edm::SendEvent::branchListIndexes ( ) const
inline

Definition at line 87 of file StreamedProducts.h.

References branchListIndexes_.

87 {return branchListIndexes_;}
BranchListIndexes branchListIndexes_
EventSelectionIDVector const& edm::SendEvent::eventSelectionIDs ( ) const
inline

Definition at line 86 of file StreamedProducts.h.

References eventSelectionIDs_.

86 {return eventSelectionIDs_;}
EventSelectionIDVector eventSelectionIDs_
ProcessHistory const& edm::SendEvent::processHistory ( ) const
inline

Definition at line 85 of file StreamedProducts.h.

References processHistory_.

85 {return processHistory_;}
ProcessHistory processHistory_
SendProds const& edm::SendEvent::products ( ) const
inline

Definition at line 84 of file StreamedProducts.h.

References products_.

84 {return products_;}
SendProds products_
SendProds& edm::SendEvent::products ( )
inline

Definition at line 88 of file StreamedProducts.h.

References products_.

88 {return products_;}
SendProds products_

Member Data Documentation

EventAuxiliary edm::SendEvent::aux_
private

Definition at line 90 of file StreamedProducts.h.

Referenced by aux().

BranchListIndexes edm::SendEvent::branchListIndexes_
private

Definition at line 93 of file StreamedProducts.h.

Referenced by branchListIndexes().

EventSelectionIDVector edm::SendEvent::eventSelectionIDs_
private

Definition at line 92 of file StreamedProducts.h.

Referenced by eventSelectionIDs().

ProcessHistory edm::SendEvent::processHistory_
private

Definition at line 91 of file StreamedProducts.h.

Referenced by processHistory().

SendProds edm::SendEvent::products_
private

Definition at line 94 of file StreamedProducts.h.

Referenced by products().