#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_ |
unsigned int | maxNEvents_ = 0 |
unsigned int | minNEvents_ = 0 |
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) |
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 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) |
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 86 of file RunLumiEventChecker.cc.
|
override |
Definition at line 95 of file RunLumiEventChecker.cc.
|
overrideprivatevirtual |
Implements edm::global::EDAnalyzerBase.
Definition at line 124 of file RunLumiEventChecker.cc.
References check(), and iEvent.
|
overrideprivatevirtual |
Reimplemented from edm::global::EDAnalyzerBase.
Definition at line 147 of file RunLumiEventChecker.cc.
|
private |
Definition at line 104 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 150 of file RunLumiEventChecker.cc.
References Exception, ids_, index_, maxNEvents_, and minNEvents_.
|
static |
Definition at line 165 of file RunLumiEventChecker.cc.
References edm::ConfigurationDescriptions::add(), and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 136 of file RunLumiEventChecker.cc.
References check().
|
overrideprivate |
Definition at line 128 of file RunLumiEventChecker.cc.
References check(), and writedatasetfile::run.
|
overrideprivate |
Definition at line 142 of file RunLumiEventChecker.cc.
References check().
|
overrideprivate |
Definition at line 132 of file RunLumiEventChecker.cc.
References check(), and writedatasetfile::run.
|
private |
Definition at line 68 of file RunLumiEventChecker.cc.
|
mutableprivate |
Definition at line 69 of file RunLumiEventChecker.cc.
|
private |
Definition at line 71 of file RunLumiEventChecker.cc.
Referenced by endJob().
|
private |
Definition at line 70 of file RunLumiEventChecker.cc.
Referenced by endJob().
|
private |
Definition at line 72 of file RunLumiEventChecker.cc.
Referenced by check().