#include <TimeoutPoolOutputModule.h>
Public Member Functions | |
TimeoutPoolOutputModule (ParameterSet const &ps) | |
virtual | ~TimeoutPoolOutputModule () |
Public Member Functions inherited from edm::PoolOutputModule | |
AuxItemArray const & | auxItems () const |
std::string const & | basketOrder () const |
int const & | basketSize () const |
std::string const & | catalog () const |
int const & | compressionLevel () const |
std::string const & | currentFileName () const |
DropMetaData const & | dropMetaData () const |
int const | eventAutoFlushSize () const |
std::string const & | fileName () const |
int const & | inputFileCount () const |
std::string const & | logicalFileName () const |
unsigned int const & | maxFileSize () const |
std::string const & | moduleLabel () const |
bool const & | overrideInputFileSplitLevels () const |
PoolOutputModule (ParameterSet const &ps) | |
OutputItemListArray const & | selectedOutputItemList () const |
int const & | splitLevel () const |
int const & | treeMaxVirtualSize () const |
int const & | whyNotFastClonable () const |
virtual | ~PoolOutputModule () |
Public Member Functions inherited from edm::OutputModule | |
BranchChildren const & | branchChildren () const |
boost::array< bool, NumBranchTypes > const & | hasNewlyDroppedBranch () const |
SelectionsArray const & | keptProducts () const |
int | maxEvents () const |
OutputModule (ParameterSet const &pset) | |
std::string const & | processName () const |
int | remainingEvents () const |
bool | selected (BranchDescription const &desc) const |
void | selectProducts () |
bool | wantAllEvents () const |
virtual | ~OutputModule () |
Private Attributes | |
unsigned int | eventsWrittenInCurrentFile |
time_t | m_lastEvent |
int | m_timeout |
Additional Inherited Members | |
Public Types inherited from edm::PoolOutputModule | |
typedef boost::array< AuxItem, NumBranchTypes > | AuxItemArray |
enum | DropMetaData { DropNone, DropDroppedPrior, DropPrior, DropAll } |
typedef std::vector< OutputItem > | OutputItemList |
typedef boost::array < OutputItemList, NumBranchTypes > | OutputItemListArray |
Public Types inherited from edm::OutputModule | |
typedef OutputModule | ModuleType |
typedef OutputWorker | WorkerType |
Static Public Member Functions inherited from edm::PoolOutputModule | |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::OutputModule | |
static const std::string & | baseType () |
static void | fillDescription (ParameterSetDescription &desc) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Definition at line 21 of file TimeoutPoolOutputModule.h.
|
explicit |
Definition at line 11 of file TimeoutPoolOutputModule.cc.
|
inlinevirtual |
Definition at line 24 of file TimeoutPoolOutputModule.h.
|
protectedvirtual |
allow inheriting classes to override but still be able to call this method in the overridden version
Reimplemented from edm::PoolOutputModule.
Definition at line 18 of file TimeoutPoolOutputModule.cc.
References edm::PoolOutputModule::currentFileName(), eventsWrittenInCurrentFile, m_lastEvent, m_timeout, cmsPerfSuiteHarvest::now, NULL, edm::PoolOutputModule::shouldWeCloseFile(), and cond::rpcobgas::time.
|
protectedvirtual |
Reimplemented from edm::PoolOutputModule.
Definition at line 6 of file TimeoutPoolOutputModule.cc.
References eventsWrittenInCurrentFile, and edm::PoolOutputModule::write().
|
mutableprivate |
Definition at line 31 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile(), and write().
|
mutableprivate |
Definition at line 30 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile().
|
mutableprivate |
Definition at line 32 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile().