#include <FWCore/Modules/src/RunLumiEventChecker.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::global::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (edm::StreamID, edm::Event const &, edm::EventSetup const &) const override |
void | beginJob () override |
void | check (edm::EventID const &iID, bool isEvent) const |
void | endJob () override |
std::shared_ptr< rlec::Cache > | globalBeginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &es) const override |
std::shared_ptr< rlec::Cache > | globalBeginRun (edm::Run const &run, edm::EventSetup const &es) const override |
void | globalEndLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &es) const override |
void | globalEndRun (edm::Run const &run, edm::EventSetup const &es) const override |
Private Attributes | |
std::vector< edm::EventID > | ids_ |
std::atomic< unsigned int > | index_ |
bool | unorderedEvents_ |
Additional Inherited Members | |
Public Types inherited from edm::global::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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) |
Description: Checks that the events passed to it come in the order specified in its configuration
Implementation: <Notes on="" implementation>="">
Definition at line 46 of file RunLumiEventChecker.cc.
|
explicit |
Definition at line 83 of file RunLumiEventChecker.cc.
|
override |
Definition at line 92 of file RunLumiEventChecker.cc.
|
overrideprivatevirtual |
Implements edm::global::EDAnalyzerBase.
Definition at line 121 of file RunLumiEventChecker.cc.
References check(), and edm::EventBase::id().
|
overrideprivatevirtual |
Reimplemented from edm::global::EDAnalyzerBase.
Definition at line 149 of file RunLumiEventChecker.cc.
|
private |
Definition at line 102 of file RunLumiEventChecker.cc.
References Exception, spr::find(), ids_, index_, and unorderedEvents_.
Referenced by analyze(), globalBeginLuminosityBlock(), globalBeginRun(), globalEndLuminosityBlock(), and globalEndRun().
|
overrideprivatevirtual |
Reimplemented from edm::global::EDAnalyzerBase.
Definition at line 154 of file RunLumiEventChecker.cc.
References Exception, ids_, and index_.
|
static |
Definition at line 162 of file RunLumiEventChecker.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and DEFINE_FWK_MODULE.
|
overrideprivate |
Definition at line 136 of file RunLumiEventChecker.cc.
References check(), edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), and edm::LuminosityBlockID::run().
|
overrideprivate |
Definition at line 126 of file RunLumiEventChecker.cc.
References check(), edm::RunBase::id(), and edm::RunID::run().
|
overrideprivate |
Definition at line 142 of file RunLumiEventChecker.cc.
References check(), edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), and edm::LuminosityBlockID::run().
|
overrideprivate |
Definition at line 131 of file RunLumiEventChecker.cc.
References check(), edm::RunBase::id(), and edm::RunID::run().
|
private |
Definition at line 66 of file RunLumiEventChecker.cc.
|
mutableprivate |
Definition at line 67 of file RunLumiEventChecker.cc.
|
private |
Definition at line 68 of file RunLumiEventChecker.cc.
Referenced by check().