#include <PoolOutputModule.h>
Classes | |
class | Sorter |
Public Member Functions | |
BranchID | branchID () const |
std::string const & | branchName () const |
bool | operator< (OutputItem const &rh) const |
OutputItem () | |
OutputItem (BranchDescription const *bd, EDGetToken const &token, int splitLevel, int basketSize) | |
~OutputItem () | |
Public Attributes | |
int | basketSize_ |
BranchDescription const * | branchDescription_ |
void const * | product_ |
int | splitLevel_ |
EDGetToken | token_ |
Definition at line 78 of file PoolOutputModule.h.
edm::PoolOutputModule::OutputItem::OutputItem | ( | ) |
Definition at line 122 of file PoolOutputModule.cc.
|
explicit |
Definition at line 129 of file PoolOutputModule.cc.
|
inline |
Definition at line 92 of file PoolOutputModule.h.
|
inline |
Definition at line 94 of file PoolOutputModule.h.
|
inline |
Definition at line 95 of file PoolOutputModule.h.
|
inline |
Definition at line 97 of file PoolOutputModule.h.
References branchDescription_.
int edm::PoolOutputModule::OutputItem::basketSize_ |
Definition at line 103 of file PoolOutputModule.h.
Referenced by edm::PoolOutputModule::fillSelectedItemList().
BranchDescription const* edm::PoolOutputModule::OutputItem::branchDescription_ |
Definition at line 99 of file PoolOutputModule.h.
Referenced by edm::PoolOutputModule::OutputItem::Sorter::operator()(), and operator<().
|
mutable |
Definition at line 101 of file PoolOutputModule.h.
int edm::PoolOutputModule::OutputItem::splitLevel_ |
Definition at line 102 of file PoolOutputModule.h.
Referenced by edm::PoolOutputModule::fillSelectedItemList().
EDGetToken edm::PoolOutputModule::OutputItem::token_ |
Definition at line 100 of file PoolOutputModule.h.