#include <TimeoutPoolOutputModule.h>
Public Member Functions | |
TimeoutPoolOutputModule & | operator= (TimeoutPoolOutputModule const &)=delete |
TimeoutPoolOutputModule (ParameterSet const &ps) | |
TimeoutPoolOutputModule (TimeoutPoolOutputModule const &)=delete | |
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 |
std::string const & | compressionAlgorithm () const |
int const & | compressionLevel () const |
std::string const & | currentFileName () const |
DropMetaData const & | dropMetaData () const |
int | 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 |
PoolOutputModule & | operator= (PoolOutputModule const &)=delete |
bool const & | overrideInputFileSplitLevels () const |
PoolOutputModule (ParameterSet const &ps) | |
PoolOutputModule (PoolOutputModule const &)=delete | |
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 |
BranchIDLists const * | branchIDLists () const |
std::array< bool, NumBranchTypes > const & | hasNewlyDroppedBranch () const |
SelectionsArray const & | keptProducts () const |
int | maxEvents () const |
OutputModule & | operator= (OutputModule const &)=delete |
OutputModule (ParameterSet const &pset) | |
OutputModule (OutputModule const &)=delete | |
std::string const & | processName () const |
int | remainingEvents () const |
bool | selected (BranchDescription const &desc) const |
void | selectProducts (ProductRegistry const &preg) |
bool | wantAllEvents () const |
virtual | ~OutputModule () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
virtual bool | shouldWeCloseFile () const |
allow inheriting classes to override but still be able to call this method in the overridden version More... | |
virtual void | write (EventPrincipal const &e) |
Protected Member Functions inherited from edm::OutputModule | |
void | configure (OutputModuleDescription const &desc) |
CurrentProcessingContext const * | currentContext () const |
ModuleDescription const & | description () const |
void | doBeginJob () |
bool | doBeginLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, CurrentProcessingContext const *cpc) |
bool | doBeginRun (RunPrincipal const &rp, EventSetup const &c, CurrentProcessingContext const *cpc) |
void | doEndJob () |
bool | doEndLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, CurrentProcessingContext const *cpc) |
bool | doEndRun (RunPrincipal const &rp, EventSetup const &c, CurrentProcessingContext const *cpc) |
bool | doEvent (EventPrincipal const &ep, EventSetup const &c, CurrentProcessingContext const *cpc) |
std::map< BranchID::value_type, BranchID::value_type > const & | droppedBranchIDToKeptBranchID () |
Trig | getTriggerResults (Event const &ep) const |
Trig | getTriggerResults (EventPrincipal const &ep) const |
ParameterSetID | selectorConfig () const |
void | setEventSelectionInfo (std::map< std::string, std::vector< std::pair< std::string, int > > > const &outputModulePathPositions, bool anyProductProduced) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Private Attributes | |
unsigned int | eventsWrittenInCurrentFile |
time_t | m_lastEvent |
int | m_timeout |
Additional Inherited Members | |
Public Types inherited from edm::PoolOutputModule | |
typedef std::array< AuxItem, NumBranchTypes > | AuxItemArray |
enum | DropMetaData { DropNone, DropDroppedPrior, DropPrior, DropAll } |
typedef std::vector< OutputItem > | OutputItemList |
typedef std::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) |
static void | prevalidate (ConfigurationDescriptions &) |
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.
|
delete |
|
delete |
|
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 33 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile(), and write().
|
mutableprivate |
Definition at line 32 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile().
|
mutableprivate |
Definition at line 34 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile().