#include <ESIntegrityTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
Analyze. More... | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | calculateDIFraction (const edm::LuminosityBlock &lumi, const edm::EventSetup &c) |
Calculate Data Integrity Fraction. More... | |
void | dqmEndRun (const edm::Run &r, const edm::EventSetup &c) override |
EndRun. More... | |
void | endJob (void) override |
EndJob. More... | |
std::shared_ptr< ESIntLSCache > | globalBeginLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &c) const override |
Begin Lumi. More... | |
void | globalEndLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &c) override |
End Lumi. More... | |
Protected Member Functions inherited from DQMOneEDAnalyzer< edm::LuminosityBlockCache< ESIntLSCache > > | |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
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 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) |
Definition at line 17 of file ESIntegrityTask.h.
ESIntegrityTask::ESIntegrityTask | ( | const edm::ParameterSet & | ps | ) |
Definition at line 25 of file ESIntegrityTask.cc.
References gather_cfg::cout, FCDTask_cfi::fiber, geometryDiff::file, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), mps_fire::i, ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::ix(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::iy(), dqmiolumiharvest::j, isotrackApplyRegressor::k, and visualization-live-secondInstance_cfg::m.
|
inlineoverride |
Definition at line 20 of file ESIntegrityTask.h.
|
overrideprotectedvirtual |
Analyze.
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< ESIntLSCache > >.
Definition at line 231 of file ESIntegrityTask.cc.
References edm::SortedCollection< T, SORT >::begin(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::barrel::dcc(), MillePedeFileConverter_cfg::e, edm::SortedCollection< T, SORT >::end(), sistrip::extrainfo::gain_, ESKCHIPBlock::getBC(), ESKCHIPBlock::getEC(), ESKCHIPBlock::getFlag1(), ESKCHIPBlock::getFlag2(), ESKCHIPBlock::getOptoBC(), ESKCHIPBlock::getOptoEC(), mps_fire::i, ESKCHIPBlock::id(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::ix(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::iy(), and dqmiolumiharvest::j.
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer< edm::LuminosityBlockCache< ESIntLSCache > >.
Definition at line 99 of file ESIntegrityTask.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), timingPdfMaker::histo, mps_fire::i, dqmiolumiharvest::j, dqm::impl::MonitorElement::setAxisTitle(), and dqm::implementation::NavigatorBase::setCurrentFolder().
|
protected |
Calculate Data Integrity Fraction.
Definition at line 383 of file ESIntegrityTask.cc.
References mps_fire::i, dqmiolumiharvest::j, heppy_batch::val, and x.
|
overrideprotectedvirtual |
EndRun.
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< ESIntLSCache > >.
Definition at line 63 of file ESIntegrityTask.cc.
|
overrideprotectedvirtual |
EndJob.
Reimplemented from edm::one::EDProducerBase.
Definition at line 229 of file ESIntegrityTask.cc.
|
overrideprotected |
Begin Lumi.
Definition at line 68 of file ESIntegrityTask.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::ix(), and ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::endcap::iy().
|
overrideprotected |
End Lumi.
Definition at line 95 of file ESIntegrityTask.cc.
References DummyCfis::c.
|
private |
Definition at line 78 of file ESIntegrityTask.h.
|
private |
Definition at line 49 of file ESIntegrityTask.h.
|
private |
Definition at line 81 of file ESIntegrityTask.h.
|
private |
Definition at line 78 of file ESIntegrityTask.h.
|
private |
Definition at line 80 of file ESIntegrityTask.h.
|
private |
Definition at line 80 of file ESIntegrityTask.h.
|
private |
Definition at line 79 of file ESIntegrityTask.h.
|
private |
Definition at line 78 of file ESIntegrityTask.h.
|
private |
Definition at line 45 of file ESIntegrityTask.h.
|
private |
Definition at line 79 of file ESIntegrityTask.h.
|
private |
Definition at line 80 of file ESIntegrityTask.h.
|
private |
Definition at line 50 of file ESIntegrityTask.h.
|
private |
Definition at line 76 of file ESIntegrityTask.h.
|
private |
Definition at line 57 of file ESIntegrityTask.h.
|
private |
Definition at line 58 of file ESIntegrityTask.h.
|
private |
Definition at line 56 of file ESIntegrityTask.h.
|
private |
Definition at line 72 of file ESIntegrityTask.h.
|
private |
Definition at line 73 of file ESIntegrityTask.h.
|
private |
Definition at line 74 of file ESIntegrityTask.h.
|
private |
Definition at line 67 of file ESIntegrityTask.h.
|
private |
Definition at line 53 of file ESIntegrityTask.h.
|
private |
Definition at line 62 of file ESIntegrityTask.h.
|
private |
Definition at line 63 of file ESIntegrityTask.h.
|
private |
Definition at line 64 of file ESIntegrityTask.h.
|
private |
Definition at line 65 of file ESIntegrityTask.h.
|
private |
Definition at line 66 of file ESIntegrityTask.h.
|
private |
Definition at line 52 of file ESIntegrityTask.h.
|
private |
Definition at line 70 of file ESIntegrityTask.h.
|
private |
Definition at line 71 of file ESIntegrityTask.h.
|
private |
Definition at line 68 of file ESIntegrityTask.h.
|
private |
Definition at line 69 of file ESIntegrityTask.h.
|
private |
Definition at line 60 of file ESIntegrityTask.h.
|
private |
Definition at line 61 of file ESIntegrityTask.h.
|
private |
Definition at line 59 of file ESIntegrityTask.h.
|
private |
Definition at line 54 of file ESIntegrityTask.h.
|
private |
Definition at line 55 of file ESIntegrityTask.h.
|
private |
Definition at line 79 of file ESIntegrityTask.h.
|
private |
Definition at line 78 of file ESIntegrityTask.h.
|
private |
Definition at line 47 of file ESIntegrityTask.h.
|
private |
Definition at line 78 of file ESIntegrityTask.h.
|
private |
Definition at line 78 of file ESIntegrityTask.h.
|
private |
Definition at line 78 of file ESIntegrityTask.h.
|
private |
Definition at line 79 of file ESIntegrityTask.h.