Static Public Member Functions | |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::core::OutputModuleCore | |
static const std::string & | baseType () |
static void | fillDescription (ParameterSetDescription &desc, std::vector< std::string > const &iDefaultOutputCommands=ProductSelectorRules::defaultSelectionStrings()) |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
void | endJob () override |
std::shared_ptr< int > | globalBeginLuminosityBlock (LuminosityBlockForOutput const &) const override |
std::shared_ptr< int > | globalBeginRun (RunForOutput const &) const override |
void | globalEndLuminosityBlock (LuminosityBlockForOutput const &) override |
void | globalEndRun (RunForOutput const &) override |
void | respondToCloseInputFile (FileBlock const &) override |
void | respondToOpenInputFile (FileBlock const &) override |
void | testFileBlock (FileBlock const &) |
void | write (EventForOutput const &e) override |
void | writeLuminosityBlock (LuminosityBlockForOutput const &) override |
void | writeProcessBlock (ProcessBlockForOutput const &) override |
void | writeRun (RunForOutput const &) override |
Additional Inherited Members | |
Public Types inherited from edm::one::OutputModuleBase | |
typedef OutputModuleBase | ModuleType |
Public Types inherited from edm::core::OutputModuleCore | |
typedef OutputModuleCore | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::one::OutputModuleBase | |
void | configure (OutputModuleDescription const &desc) |
void | doBeginJob () |
bool | doEvent (EventTransitionInfo const &, ActivityRegistry *, ModuleCallingContext const *) |
void | doPreallocate (PreallocationConfiguration const &) |
Protected Member Functions inherited from edm::core::OutputModuleCore | |
void | configure (OutputModuleDescription const &desc) |
ModuleDescription const & | description () const |
void | doAccessInputProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *) |
void | doBeginJob_ () |
bool | doBeginLuminosityBlock (LumiTransitionInfo const &, ModuleCallingContext const *) |
void | doBeginProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *) |
bool | doBeginRun (RunTransitionInfo const &, ModuleCallingContext const *) |
void | doEndJob () |
bool | doEndLuminosityBlock (LumiTransitionInfo const &, ModuleCallingContext const *) |
void | doEndProcessBlock (ProcessBlockPrincipal const &, ModuleCallingContext const *) |
bool | doEndRun (RunTransitionInfo const &, ModuleCallingContext const *) |
bool | doEvent_ (EventTransitionInfo const &, ActivityRegistry *, ModuleCallingContext const *) |
void | doPreallocate_ (PreallocationConfiguration const &) |
std::map< BranchID::value_type, BranchID::value_type > const & | droppedBranchIDToKeptBranchID () |
virtual void | preallocLumis (unsigned int) |
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) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Protected Attributes inherited from edm::core::OutputModuleCore | |
std::atomic< int > | remainingEvents_ |
Definition at line 24 of file TestOneOutput.cc.
|
explicit |
Definition at line 76 of file TestOneOutput.cc.
|
override |
Definition at line 113 of file TestOneOutput.cc.
|
overrideprivatevirtual |
Reimplemented from edm::core::OutputModuleCore.
Definition at line 367 of file TestOneOutput.cc.
References countWriteProcessBlockTransitions_, Exception, and expectedWriteProcessBlockTransitions_.
|
static |
Definition at line 376 of file TestOneOutput.cc.
References edm::ConfigurationDescriptions::addDefault(), submitPVResolutionJobs::desc, kDoNotTest, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
|
overrideprivate |
Definition at line 337 of file TestOneOutput.cc.
References edm::ConstProductRegistry::productList(), and verbose_.
|
overrideprivate |
|
overrideprivate |
|
overrideprivate |
Definition at line 306 of file TestOneOutput.cc.
References testFileBlock(), and verbose_.
|
overrideprivate |
Definition at line 298 of file TestOneOutput.cc.
References countInputFiles_, testFileBlock(), and verbose_.
|
private |
Definition at line 313 of file TestOneOutput.cc.
References Exception, edm::FileBlock::lumiTree(), edm::FileBlock::processBlockTree(), edm::FileBlock::processBlockTrees(), edm::FileBlock::processesWithProcessBlockTrees(), requireNullTTreesInFileBlock_, edm::FileBlock::runTree(), AlCaHLTBitMon_QueryRunRegistry::string, testTTreesInFileBlock_, and edm::FileBlock::tree().
Referenced by respondToCloseInputFile(), and respondToOpenInputFile().
|
overrideprivatevirtual |
Implements edm::core::OutputModuleCore.
Definition at line 115 of file TestOneOutput.cc.
References verbose_.
Referenced by pkg.AbstractPkg::generate().
|
overrideprivatevirtual |
Implements edm::core::OutputModuleCore.
Definition at line 121 of file TestOneOutput.cc.
References verbose_.
|
overrideprivatevirtual |
Reimplemented from edm::core::OutputModuleCore.
Definition at line 133 of file TestOneOutput.cc.
References edm::ProcessBlockHelperBase::addedProcesses(), edm::ProcessBlockHelperBase::cacheEntriesPerFile(), edm::ProcessBlockHelperBase::cacheIndexVectorsPerFile(), countInputFiles_, countWriteProcessBlockTransitions_, Exception, expectedAddedProcesses_, expectedCacheEntriesPerFile0_, expectedCacheEntriesPerFile1_, expectedCacheEntriesPerFile2_, expectedCacheIndexSize_, expectedCacheIndexVectorsPerFile_, expectedNAddedProcesses_, expectedNEntries0_, expectedNEntries1_, expectedNEntries2_, expectedOuterOffset_, expectedProcessesInFirstFile_, expectedProcessesWithProcessBlockProducts_, expectedProcessNamesAtWrite_, expectedProductsFromInputKept_, expectedTopAddedProcesses_, expectedTopCacheIndices0_, expectedTopCacheIndices1_, expectedTopCacheIndices2_, expectedTopProcessesWithProcessBlockProducts_, expectedTranslateFromStoredIndex_, mps_fire::i, dqmiolumiharvest::j, kDoNotTest, edm::ProcessBlockHelperBase::nEntries(), edm::ProcessBlockHelperBase::nProcessesInFirstFile(), edm::ProcessBlockHelperBase::outerOffset(), edm::core::OutputModuleCore::outputProcessBlockHelper(), LaserDQM_cfg::process, edm::ProcessBlockHelperBase::processBlockCacheIndices(), edm::OutputProcessBlockHelper::processBlockHelper(), edm::OutputProcessBlockHelper::processesWithProcessBlockProducts(), edm::ProcessBlockForOutput::processName(), findQualityFiles::size, edm::ProcessBlockHelperBase::topProcessBlockHelper(), edm::ProcessBlockHelperBase::topProcessesWithProcessBlockProducts(), edm::OutputProcessBlockHelper::translateFromStoredIndex(), and verbose_.
|
overrideprivatevirtual |
Implements edm::core::OutputModuleCore.
Definition at line 127 of file TestOneOutput.cc.
References verbose_.
|
private |
Definition at line 58 of file TestOneOutput.cc.
Referenced by respondToOpenInputFile(), and writeProcessBlock().
|
private |
Definition at line 57 of file TestOneOutput.cc.
Referenced by endJob(), and writeProcessBlock().
|
private |
Definition at line 50 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 67 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 68 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 69 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 61 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 63 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 72 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 64 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 65 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 66 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 70 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 62 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 48 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 55 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 73 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 51 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 52 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 53 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 54 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 49 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 71 of file TestOneOutput.cc.
Referenced by writeProcessBlock().
|
private |
Definition at line 56 of file TestOneOutput.cc.
Referenced by endJob().
|
private |
Definition at line 59 of file TestOneOutput.cc.
Referenced by testFileBlock().
|
private |
Definition at line 60 of file TestOneOutput.cc.
Referenced by testFileBlock().
|
private |
Definition at line 47 of file TestOneOutput.cc.
Referenced by globalBeginLuminosityBlock(), globalBeginRun(), globalEndLuminosityBlock(), globalEndRun(), respondToCloseInputFile(), respondToOpenInputFile(), write(), writeLuminosityBlock(), writeProcessBlock(), and writeRun().