#include <TimeoutPoolOutputModule.h>
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, ModuleCallingContext const *) override |
Protected Member Functions inherited from edm::PoolOutputModule | |
virtual void | doExtrasAfterCloseFile () |
virtual std::pair< std::string, std::string > | physicalAndLogicalNameForNewFile () |
Protected Member Functions inherited from edm::one::OutputModuleBase | |
void | configure (OutputModuleDescription const &desc) |
ModuleDescription const & | description () const |
void | doBeginJob () |
bool | doBeginLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, ModuleCallingContext const *) |
bool | doBeginRun (RunPrincipal const &rp, EventSetup const &c, ModuleCallingContext const *) |
void | doEndJob () |
bool | doEndLuminosityBlock (LuminosityBlockPrincipal const &lbp, EventSetup const &c, ModuleCallingContext const *) |
bool | doEndRun (RunPrincipal const &rp, EventSetup const &c, ModuleCallingContext const *) |
bool | doEvent (EventPrincipal const &ep, EventSetup const &c, ActivityRegistry *, ModuleCallingContext const *) |
void | doPreallocate (PreallocationConfiguration const &) |
std::map< BranchID::value_type, BranchID::value_type > const & | droppedBranchIDToKeptBranchID () |
Trig | getTriggerResults (EventPrincipal const &ep, ModuleCallingContext const *) 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::one::OutputModuleBase | |
typedef OutputModuleBase | ModuleType |
Static Public Member Functions inherited from edm::PoolOutputModule | |
static void | fillDescription (ParameterSetDescription &desc) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::OutputModuleBase | |
static const std::string & | baseType () |
static void | fillDescription (ParameterSetDescription &desc) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 22 of file TimeoutPoolOutputModule.h.
|
explicit |
Definition at line 11 of file TimeoutPoolOutputModule.cc.
|
inlinevirtual |
Definition at line 25 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 19 of file TimeoutPoolOutputModule.cc.
References edm::PoolOutputModule::currentFileName(), eventsWrittenInCurrentFile, m_lastEvent, m_timeout, fileCollector::now, NULL, edm::PoolOutputModule::shouldWeCloseFile(), and cond::rpcobgas::time.
|
overrideprotectedvirtual |
Reimplemented from edm::PoolOutputModule.
Definition at line 6 of file TimeoutPoolOutputModule.cc.
References eventsWrittenInCurrentFile, and edm::PoolOutputModule::write().
|
mutableprivate |
Definition at line 34 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile(), and write().
|
mutableprivate |
Definition at line 33 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile().
|
mutableprivate |
Definition at line 35 of file TimeoutPoolOutputModule.h.
Referenced by shouldWeCloseFile().