Static Public Member Functions | |
static void | fillDescriptions (edm::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 | acquire (edm::StreamID, edm::EventForOutput const &, edm::WaitingTaskWithArenaHolder) const final |
std::unique_ptr < edm::StreamerOutputModuleCommon > | beginStream (edm::StreamID) const final |
Trig | getTriggerResults (edm::EDGetTokenT< edm::TriggerResults > const &token, edm::EventForOutput const &e) const |
std::shared_ptr < GlobalEvFOutputEventWriter > | globalBeginLuminosityBlock (edm::LuminosityBlockForOutput const &iLB) const final |
std::shared_ptr < GlobalEvFOutputJSONDef > | globalBeginRun (edm::RunForOutput const &run) const final |
void | globalEndLuminosityBlock (edm::LuminosityBlockForOutput const &iLB) const final |
void | globalEndRun (edm::RunForOutput const &) const final |
void | write (edm::EventForOutput const &e) final |
void | writeLuminosityBlock (edm::LuminosityBlockForOutput const &) final |
void | writeRun (edm::RunForOutput const &) final |
Private Attributes | |
evf::FastMonitoringService * | fms_ |
edm::ParameterSet const & | ps_ |
edm::EDGetTokenT < edm::SendJobHeader::ParameterSetMap > | psetToken_ |
std::string | streamLabel_ |
edm::EDGetTokenT < edm::TriggerResults > | trToken_ |
Additional Inherited Members | |
Public Types inherited from edm::global::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::global::OutputModuleBase | |
void | doAcquire (EventTransitionInfo const &, ActivityRegistry *, ModuleCallingContext const *, WaitingTaskWithArenaHolder &) |
void | doBeginJob () |
void | doBeginStream (StreamID id) |
void | doEndStream (StreamID id) |
bool | doEvent (EventTransitionInfo const &, ActivityRegistry *, ModuleCallingContext const *) |
void | doPreallocate (PreallocationConfiguration const &) |
void | preActionBeforeRunEventAsync (WaitingTaskHolder iTask, ModuleCallingContext const &iModuleCallingContext, Principal const &iPrincipal) 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 () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
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 121 of file GlobalEvFOutputModule.cc.
|
explicit |
Definition at line 236 of file GlobalEvFOutputModule.cc.
References Exception, fms_, streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, and to_lower().
|
override |
Definition at line 267 of file GlobalEvFOutputModule.cc.
|
finalprivate |
Definition at line 365 of file GlobalEvFOutputModule.cc.
References alignCSCRings::e, edm::EventForOutput::getLuminosityBlock(), getTriggerResults(), edm::LuminosityBlockForOutput::index(), edm::WaitingTaskWithArenaHolder::makeWaitingTaskHolderAndRelease(), eostools::move(), mps_check::msg, edm::core::OutputModuleCore::selectorConfig(), triggerResults, and trToken_.
|
finalprivate |
Definition at line 278 of file GlobalEvFOutputModule.cc.
References edm::core::OutputModuleCore::description(), edm::InEvent, edm::core::OutputModuleCore::keptProducts(), edm::ModuleDescription::moduleLabel(), and ps_.
|
static |
Definition at line 269 of file GlobalEvFOutputModule.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, edm::StreamerOutputModuleCommon::fillDescription(), and edm::core::OutputModuleCore::fillDescription().
|
private |
Definition at line 351 of file GlobalEvFOutputModule.cc.
References edm::OccurrenceForOutput::getByToken(), mps_fire::result, and unpackBuffers-CaloStage2::token.
Referenced by acquire().
|
finalprivate |
Definition at line 358 of file GlobalEvFOutputModule.cc.
References edm::LuminosityBlockForOutput::luminosityBlock(), and streamLabel_.
|
finalprivate |
Definition at line 283 of file GlobalEvFOutputModule.cc.
References cms::Adler32(), StreamerOutputFile::adler32(), edm::core::OutputModuleCore::branchIDLists(), StreamerOutputFile::close(), edm::core::OutputModuleCore::description(), Exception, edm::OccurrenceForOutput::getHandle(), edm::InEvent, edm::Hash< I >::isValid(), edm::core::OutputModuleCore::keptProducts(), LogDebug, edm::ModuleDescription::mainParameterSetID(), edm::core::OutputModuleCore::moduleDescription(), edm::ModuleDescription::moduleLabel(), FSQHLTOfflineSource_cfi::processName, ps_, psetToken_, alcazmumu_cfi::src, edm_modernize_messagelogger::stat, streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, edm::core::OutputModuleCore::thinnedAssociationsHelper(), and StreamerOutputFile::write().
|
finalprivate |
Definition at line 380 of file GlobalEvFOutputModule.cc.
References fms_, evf::FastMonitoringService::getEventsProcessedForLumi(), edm::LuminosityBlockForOutput::getRun(), edm::LuminosityBlockForOutput::index(), edm::RunForOutput::index(), edm::LuminosityBlockForOutput::luminosityBlock(), fed_dqm_sourceclient-live_cfg::path, edm_modernize_messagelogger::stat, streamLabel_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlinefinalprivate |
Definition at line 138 of file GlobalEvFOutputModule.cc.
|
finalprivatevirtual |
Implements edm::core::OutputModuleCore.
Definition at line 378 of file GlobalEvFOutputModule.cc.
Referenced by pkg.AbstractPkg::generate().
|
inlinefinalprivatevirtual |
Implements edm::core::OutputModuleCore.
Definition at line 136 of file GlobalEvFOutputModule.cc.
|
inlinefinalprivatevirtual |
Implements edm::core::OutputModuleCore.
Definition at line 137 of file GlobalEvFOutputModule.cc.
|
private |
Definition at line 151 of file GlobalEvFOutputModule.cc.
Referenced by globalEndLuminosityBlock(), and GlobalEvFOutputModule().
|
private |
Definition at line 146 of file GlobalEvFOutputModule.cc.
Referenced by beginStream(), and globalBeginRun().
|
private |
Definition at line 149 of file GlobalEvFOutputModule.cc.
Referenced by globalBeginRun().
|
private |
Definition at line 147 of file GlobalEvFOutputModule.cc.
Referenced by globalBeginLuminosityBlock(), globalBeginRun(), globalEndLuminosityBlock(), and GlobalEvFOutputModule().
|
private |
Definition at line 148 of file GlobalEvFOutputModule.cc.
Referenced by acquire().