![]() |
![]() |
#include <FWCore/Modules/src/EventIDChecker.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) override |
void | beginJob () override |
void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | endJob () override |
void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
Private Attributes | |
std::vector< edm::EventID > | ids_ |
unsigned int | index_ |
unsigned int | multiProcessSequentialEvents_ |
bool | mustSearch_ |
unsigned int | numberOfEventsLeftBeforeSearch_ |
edm::LuminosityBlockNumber_t | presentLumi_ = 0 |
edm::RunNumber_t | presentRun_ = 0 |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzerBase | ModuleType |
![]() | |
typedef ProductLabels | Labels |
![]() | |
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) |
Description: Checks that the events passed to it come in the order specified in its configuration
Implementation: <Notes on="" implementation>="">
Definition at line 37 of file EventIDChecker.cc.
|
explicit |
Definition at line 74 of file EventIDChecker.cc.
|
override |
Definition at line 83 of file EventIDChecker.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 103 of file EventIDChecker.cc.
References edm::EventID::event(), Exception, edm::EventBase::id(), ids_, index_, edm::EventBase::luminosityBlock(), multiProcessSequentialEvents_, mustSearch_, numberOfEventsLeftBeforeSearch_, presentLumi_, presentRun_, edm::EventID::run(), and edm::Event::run().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 165 of file EventIDChecker.cc.
|
overrideprivate |
Definition at line 140 of file EventIDChecker.cc.
References Exception, edm::LuminosityBlockBase::luminosityBlock(), presentLumi_, presentRun_, and edm::LuminosityBlockBase::run().
|
overrideprivate |
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 168 of file EventIDChecker.cc.
|
overrideprivate |
Definition at line 148 of file EventIDChecker.cc.
References Exception, edm::LuminosityBlockBase::luminosityBlock(), presentLumi_, presentRun_, and edm::LuminosityBlockBase::run().
|
overrideprivate |
Definition at line 158 of file EventIDChecker.cc.
References Exception, presentRun_, and edm::RunBase::run().
|
static |
Definition at line 171 of file EventIDChecker.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 53 of file EventIDChecker.cc.
Referenced by analyze().
|
private |
Definition at line 54 of file EventIDChecker.cc.
Referenced by analyze().
|
private |
Definition at line 58 of file EventIDChecker.cc.
Referenced by analyze().
|
private |
Definition at line 60 of file EventIDChecker.cc.
Referenced by analyze().
|
private |
Definition at line 59 of file EventIDChecker.cc.
Referenced by analyze().
|
private |
Definition at line 56 of file EventIDChecker.cc.
Referenced by analyze(), beginLuminosityBlock(), and endLuminosityBlock().
|
private |
Definition at line 55 of file EventIDChecker.cc.
Referenced by analyze(), beginLuminosityBlock(), beginRun(), endLuminosityBlock(), and endRun().