#include <PoolOutputModule.h>
Classes | |
class | Sorter |
Public Member Functions | |
int | basketSize () const |
BranchDescription const * | branchDescription () const |
BranchID | branchID () const |
std::string const & | branchName () const |
bool | operator< (OutputItem const &rh) const |
OutputItem (BranchDescription const *bd, EDGetToken const &token, int splitLevel, int basketSize) | |
void const *const | product () const |
void const *& | product () |
void | setProduct (void const *iProduct) |
int | splitLevel () const |
EDGetToken | token () const |
Private Attributes | |
int | basketSize_ |
BranchDescription const * | branchDescription_ |
void const * | product_ |
int | splitLevel_ |
EDGetToken | token_ |
Definition at line 83 of file PoolOutputModule.h.
|
explicit |
Definition at line 124 of file PoolOutputModule.cc.
|
inline |
Definition at line 106 of file PoolOutputModule.h.
References basketSize_.
Referenced by edm::PoolOutputModule::fillSelectedItemList().
|
inline |
Definition at line 100 of file PoolOutputModule.h.
References branchDescription_.
|
inline |
Definition at line 95 of file PoolOutputModule.h.
References branchDescription_, and edm::BranchDescription::branchID().
Referenced by edm::PoolOutputModule::updateBranchParentsForOneBranch().
|
inline |
Definition at line 96 of file PoolOutputModule.h.
References branchDescription_, and edm::BranchDescription::branchName().
|
inline |
Definition at line 98 of file PoolOutputModule.h.
References branchDescription_.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 105 of file PoolOutputModule.h.
References splitLevel_.
Referenced by edm::PoolOutputModule::fillSelectedItemList().
|
inline |
|
private |
Definition at line 113 of file PoolOutputModule.h.
Referenced by basketSize(), and edm::PoolOutputModule::fillSelectedItemList().
|
private |
Definition at line 109 of file PoolOutputModule.h.
Referenced by branchDescription(), branchID(), branchName(), edm::PoolOutputModule::OutputItem::Sorter::operator()(), and operator<().
|
private |
Definition at line 111 of file PoolOutputModule.h.
Referenced by product(), and setProduct().
|
private |
Definition at line 112 of file PoolOutputModule.h.
Referenced by edm::PoolOutputModule::fillSelectedItemList(), and splitLevel().
|
private |
Definition at line 110 of file PoolOutputModule.h.
Referenced by token().