#include <FWCore/ConditionDumperInEdm/src/ConditionDumperInEdm.cc>
Private Member Functions | |
void | endLuminosityBlockProduce (edm::LuminosityBlock &, edm::EventSetup const &) final |
void | endRunProduce (edm::Run &, const edm::EventSetup &) final |
std::shared_ptr < edm::ConditionsInLumiBlock > | globalBeginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) const final |
std::shared_ptr < edm::ConditionsInRunBlock > | globalBeginRun (edm::Run const &, const edm::EventSetup &) const final |
void | globalEndLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) final |
void | globalEndRun (edm::Run const &, const edm::EventSetup &) final |
void | produce (edm::Event &, const edm::EventSetup &) final |
Private Attributes | |
edm::ConditionsInEventBlock | eventBlock_ |
const edm::EDPutTokenT < edm::ConditionsInEventBlock > | eventToken_ |
const edm::InputTag | gtEvmDigisLabel_ |
const edm::EDGetTokenT < L1GlobalTriggerEvmReadoutRecord > | gtEvmDigisLabelToken_ |
const edm::EDPutTokenT < edm::ConditionsInLumiBlock > | lumiToken_ |
const edm::ESGetToken< RunInfo, RunInfoRcd > | runInfoToken_ |
const edm::EDPutTokenT < edm::ConditionsInRunBlock > | runToken_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
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 () |
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: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 49 of file ConditionDumperInEdm.h.
|
explicit |
Definition at line 12 of file ConditionDumperInEdm.cc.
References eventToken_, edm::ParameterSet::getParameter(), gtEvmDigisLabel_, gtEvmDigisLabelToken_, lumiToken_, runInfoToken_, and runToken_.
|
override |
Definition at line 23 of file ConditionDumperInEdm.cc.
|
finalprivate |
Definition at line 33 of file ConditionDumperInEdm.cc.
References edm::LuminosityBlock::emplace(), edm::LuminosityBlock::index(), and lumiToken_.
|
finalprivate |
Definition at line 42 of file ConditionDumperInEdm.cc.
References edm::Run::emplace(), edm::EventSetup::getData(), edm::Run::index(), runInfoToken_, and runToken_.
|
finalprivate |
Definition at line 28 of file ConditionDumperInEdm.cc.
|
finalprivate |
Definition at line 37 of file ConditionDumperInEdm.cc.
|
inlinefinalprivate |
Definition at line 60 of file ConditionDumperInEdm.h.
|
inlinefinalprivate |
Definition at line 63 of file ConditionDumperInEdm.h.
|
finalprivatevirtual |
Implements edm::one::EDProducerBase.
Definition at line 56 of file ConditionDumperInEdm.cc.
References L1GtfeExtWord::beamMode(), L1GtfeExtWord::beamMomentum(), edm::ConditionsInEventBlock::bstMasterStatus, L1GtfeExtWord::bstMasterStatus(), edm::Event::emplace(), eventBlock_, eventToken_, edm::Event::getByToken(), edm::Event::getLuminosityBlock(), edm::Event::getRun(), gtEvmDigisLabel_, gtEvmDigisLabelToken_, edm::LuminosityBlock::index(), edm::Run::index(), edm::HandleBase::isValid(), L1GtfeExtWord::lhcFillNumber(), LogDebug, L1GtfeExtWord::totalIntensityBeam1(), L1GtfeExtWord::totalIntensityBeam2(), edm::ConditionsInEventBlock::turnCountNumber, and L1GtfeExtWord::turnCountNumber().
|
private |
Definition at line 71 of file ConditionDumperInEdm.h.
Referenced by produce().
|
private |
Definition at line 77 of file ConditionDumperInEdm.h.
Referenced by ConditionDumperInEdm(), and produce().
|
private |
Definition at line 69 of file ConditionDumperInEdm.h.
Referenced by ConditionDumperInEdm(), and produce().
|
private |
Definition at line 73 of file ConditionDumperInEdm.h.
Referenced by ConditionDumperInEdm(), and produce().
|
private |
Definition at line 75 of file ConditionDumperInEdm.h.
Referenced by ConditionDumperInEdm(), and endLuminosityBlockProduce().
|
private |
Definition at line 74 of file ConditionDumperInEdm.h.
Referenced by ConditionDumperInEdm(), and endRunProduce().
|
private |
Definition at line 76 of file ConditionDumperInEdm.h.
Referenced by ConditionDumperInEdm(), and endRunProduce().