#include <JsonWritingTimeoutPoolOutputModule.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &) |
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 &) |
Protected Member Functions | |
virtual void | doExtrasAfterCloseFile () override |
virtual std::pair< std::string, std::string > | physicalAndLogicalNameForNewFile () override |
Protected Member Functions inherited from edm::TimeoutPoolOutputModule | |
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::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) |
Protected Attributes | |
std::string | currentFileName_ |
std::string | currentJsonName_ |
std::string | outputPath_ |
uint32_t | runNumber_ |
uint32_t | sequence_ |
std::string | streamLabel_ |
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 |
Definition at line 11 of file JsonWritingTimeoutPoolOutputModule.h.
|
explicit |
Definition at line 13 of file JsonWritingTimeoutPoolOutputModule.cc.
References edm::ParameterSet::getUntrackedParameter(), outputPath_, runNumber_, sequence_, streamLabel_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlinevirtual |
Definition at line 14 of file JsonWritingTimeoutPoolOutputModule.h.
|
overrideprotectedvirtual |
Reimplemented from edm::PoolOutputModule.
Definition at line 39 of file JsonWritingTimeoutPoolOutputModule.cc.
References currentFileName_, currentJsonName_, DQMFileSaver::fillJson(), EnergyCorrector::pt, runNumber_, sequence_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 48 of file JsonWritingTimeoutPoolOutputModule.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), edm::ParameterSetDescription::setComment(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprotectedvirtual |
Reimplemented from edm::PoolOutputModule.
Definition at line 25 of file JsonWritingTimeoutPoolOutputModule.cc.
References newFWLiteAna::base, currentFileName_, currentJsonName_, cmsPerfStripChart::format, outputPath_, AlCaHLTBitMon_ParallelJobs::p, cmsHarvester::path, runNumber_, sequence_, streamLabel_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 29 of file JsonWritingTimeoutPoolOutputModule.h.
Referenced by doExtrasAfterCloseFile(), and physicalAndLogicalNameForNewFile().
|
protected |
Definition at line 30 of file JsonWritingTimeoutPoolOutputModule.h.
Referenced by doExtrasAfterCloseFile(), and physicalAndLogicalNameForNewFile().
|
protected |
Definition at line 27 of file JsonWritingTimeoutPoolOutputModule.h.
Referenced by JsonWritingTimeoutPoolOutputModule(), and physicalAndLogicalNameForNewFile().
|
protected |
Definition at line 25 of file JsonWritingTimeoutPoolOutputModule.h.
Referenced by doExtrasAfterCloseFile(), JsonWritingTimeoutPoolOutputModule(), and physicalAndLogicalNameForNewFile().
|
protected |
Definition at line 24 of file JsonWritingTimeoutPoolOutputModule.h.
Referenced by doExtrasAfterCloseFile(), JsonWritingTimeoutPoolOutputModule(), and physicalAndLogicalNameForNewFile().
|
protected |
Definition at line 26 of file JsonWritingTimeoutPoolOutputModule.h.
Referenced by JsonWritingTimeoutPoolOutputModule(), and physicalAndLogicalNameForNewFile().