#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, int splitLevel, int basketSize) | |
~OutputItem () | |
Public Attributes | |
int | basketSize_ |
BranchDescription const * | branchDescription_ |
void const * | product_ |
int | splitLevel_ |
Definition at line 66 of file PoolOutputModule.h.
edm::PoolOutputModule::OutputItem::OutputItem | ( | ) |
Definition at line 109 of file PoolOutputModule.cc.
|
explicit |
Definition at line 115 of file PoolOutputModule.cc.
|
inline |
Definition at line 79 of file PoolOutputModule.h.
|
inline |
Definition at line 81 of file PoolOutputModule.h.
References branchDescription_, and edm::BranchDescription::branchID().
|
inline |
Definition at line 82 of file PoolOutputModule.h.
References branchDescription_, and edm::BranchDescription::branchName().
|
inline |
Definition at line 84 of file PoolOutputModule.h.
References branchDescription_.
int edm::PoolOutputModule::OutputItem::basketSize_ |
Definition at line 91 of file PoolOutputModule.h.
Referenced by edm::PoolOutputModule::fillSelectedItemList().
BranchDescription const* edm::PoolOutputModule::OutputItem::branchDescription_ |
Definition at line 88 of file PoolOutputModule.h.
Referenced by branchID(), branchName(), edm::PoolOutputModule::OutputItem::Sorter::operator()(), and operator<().
|
mutable |
Definition at line 89 of file PoolOutputModule.h.
int edm::PoolOutputModule::OutputItem::splitLevel_ |
Definition at line 90 of file PoolOutputModule.h.
Referenced by edm::PoolOutputModule::fillSelectedItemList().