#include <EvFOutputModule.h>
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 | beginRun (edm::RunForOutput const &run) override |
void | endRun (edm::RunForOutput const &) override |
Trig | getTriggerResults (edm::EDGetTokenT< edm::TriggerResults > const &token, edm::EventForOutput const &e) const |
std::shared_ptr < EvFOutputEventWriter > | globalBeginLuminosityBlock (edm::LuminosityBlockForOutput const &iLB) const override |
void | globalEndLuminosityBlock (edm::LuminosityBlockForOutput const &iLB) override |
void | write (edm::EventForOutput const &e) override |
void | writeLuminosityBlock (edm::LuminosityBlockForOutput const &) override |
void | writeRun (edm::RunForOutput const &) override |
Private Attributes | |
evf::FastMonitoringService * | fms_ |
std::unique_ptr < evf::EvFOutputJSONWriter > | jsonWriter_ |
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::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 () 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 74 of file EvFOutputModule.h.
|
explicit |
Definition at line 108 of file EvFOutputModule.cc.
References Exception, fms_, streamLabel_, AlCaHLTBitMon_QueryRunRegistry::string, and to_lower().
|
override |
Definition at line 138 of file EvFOutputModule.cc.
|
overrideprivate |
Definition at line 149 of file EvFOutputModule.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(), jsonWriter_, 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().
|
inlineoverrideprivate |
Definition at line 87 of file EvFOutputModule.h.
|
static |
Definition at line 140 of file EvFOutputModule.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), submitPVResolutionJobs::desc, edm::StreamerOutputModuleCommon::fillDescription(), and edm::core::OutputModuleCore::fillDescription().
|
private |
Definition at line 215 of file EvFOutputModule.cc.
References edm::OccurrenceForOutput::getByToken(), mps_fire::result, and unpackBuffers-CaloStage2::token.
Referenced by write().
|
overrideprivate |
Definition at line 222 of file EvFOutputModule.cc.
References edm::LuminosityBlockForOutput::luminosityBlock(), and streamLabel_.
|
overrideprivate |
Definition at line 240 of file EvFOutputModule.cc.
References fms_, evf::FastMonitoringService::getEventsProcessedForLumi(), edm::LuminosityBlockForOutput::index(), jsonWriter_, edm::LuminosityBlockForOutput::luminosityBlock(), fed_dqm_sourceclient-live_cfg::path, edm_modernize_messagelogger::stat, streamLabel_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
Implements edm::core::OutputModuleCore.
Definition at line 229 of file EvFOutputModule.cc.
References alignCSCRings::e, edm::EventForOutput::getLuminosityBlock(), getTriggerResults(), edm::LuminosityBlockForOutput::index(), jsonWriter_, mps_check::msg, edm::core::OutputModuleCore::selectorConfig(), triggerResults, and trToken_.
Referenced by pkg.AbstractPkg::generate().
|
inlineoverrideprivatevirtual |
|
inlineoverrideprivatevirtual |
|
private |
Definition at line 100 of file EvFOutputModule.h.
Referenced by EvFOutputModule(), and globalEndLuminosityBlock().
|
private |
Definition at line 102 of file EvFOutputModule.h.
Referenced by beginRun(), globalEndLuminosityBlock(), and write().
|
private |
Definition at line 95 of file EvFOutputModule.h.
Referenced by beginRun().
|
private |
Definition at line 98 of file EvFOutputModule.h.
Referenced by beginRun().
|
private |
Definition at line 96 of file EvFOutputModule.h.
Referenced by beginRun(), EvFOutputModule(), globalBeginLuminosityBlock(), and globalEndLuminosityBlock().
|
private |
Definition at line 97 of file EvFOutputModule.h.
Referenced by write().