#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 (void) |
Calculate Data Integrity Fraction. More... | |
void | dqmBeginLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &c) override |
Begin Lumi. More... | |
void | dqmEndLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &c) override |
End Lumi. More... | |
void | dqmEndRun (const edm::Run &r, const edm::EventSetup &c) override |
EndRun. More... | |
void | endJob (void) override |
EndJob. More... | |
Protected Member Functions inherited from DQMOneLumiEDAnalyzer<> | |
virtual void | dqmBeginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | dqmEndLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
Protected Member Functions inherited from DQMOneEDAnalyzer< edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, Args... > | |
virtual void | analyze (edm::Event const &, edm::EventSetup const &) |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
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) |
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<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) |
Private Attributes | |
int | dac_ |
edm::EDGetTokenT< ESRawDataCollection > | dccCollections_ |
bool | doLumiAnalysis_ |
int | eCount_ |
int | fed_ [2][2][40][40] |
int | fiber_ [2][2][40][40] |
int | firstDAC_ |
int | gain_ |
int | ievt_ |
int | isPed_ |
int | kchip_ [2][2][40][40] |
edm::EDGetTokenT< ESLocalRawDataCollection > | kchipCollections_ |
edm::FileInPath | lookup_ |
MonitorElement * | meDCCCRCErr_ |
MonitorElement * | meDCCErr_ |
MonitorElement * | meDIErrors_ [2][2] |
MonitorElement * | meDIErrorsLS_ [2][2] |
MonitorElement * | meDIFraction_ |
MonitorElement * | meEVDR_ |
MonitorElement * | meFED_ |
MonitorElement * | meFiberBadStatus_ |
MonitorElement * | meFiberErrCode_ |
MonitorElement * | meFiberOff_ |
MonitorElement * | meGain_ |
MonitorElement * | meKBC_ |
MonitorElement * | meKEC_ |
MonitorElement * | meKF1_ |
MonitorElement * | meKF2_ |
MonitorElement * | meOptoBC_ |
MonitorElement * | meOptoRX_ |
MonitorElement * | meSLinkCRCErr_ |
int | nDAC_ |
int | precision_ |
std::string | prefixME_ |
int | runNum_ |
int | runtype_ |
int | seqtype_ |
int | vDAC_ [5] |
Definition at line 12 of file ESIntegrityTask.h.
ESIntegrityTask::ESIntegrityTask | ( | const edm::ParameterSet & | ps | ) |
Definition at line 25 of file ESIntegrityTask.cc.
References gather_cfg::cout, FrontierConditions_GlobalTag_cff::file, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, and visualization-live-secondInstance_cfg::m.
|
inlineoverride |
Definition at line 15 of file ESIntegrityTask.h.
References analyze(), bookHistograms(), HltBtagPostValidation_cff::c, calculateDIFraction(), dqmBeginLuminosityBlock(), dqmEndLuminosityBlock(), dqmEndRun(), MillePedeFileConverter_cfg::e, endJob(), and alignCSCRings::r.
|
overrideprotected |
Analyze.
Definition at line 188 of file ESIntegrityTask.cc.
References edm::SortedCollection< T, SORT >::begin(), edm::SortedCollection< T, SORT >::end(), ESDCCHeaderBlock::fedId(), sistrip::extrainfo::gain_, ESKCHIPBlock::getBC(), ESDCCHeaderBlock::getBX(), edm::Event::getByToken(), ESDCCHeaderBlock::getDAC(), ESDCCHeaderBlock::getDCCErrors(), ESKCHIPBlock::getEC(), ESDCCHeaderBlock::getFEChannelStatus(), ESKCHIPBlock::getFlag1(), ESKCHIPBlock::getFlag2(), ESDCCHeaderBlock::getGain(), ESKCHIPBlock::getOptoBC(), ESDCCHeaderBlock::getOptoBC0(), ESDCCHeaderBlock::getOptoBC1(), ESDCCHeaderBlock::getOptoBC2(), ESKCHIPBlock::getOptoEC(), ESDCCHeaderBlock::getOptoRX0(), ESDCCHeaderBlock::getOptoRX1(), ESDCCHeaderBlock::getOptoRX2(), ESDCCHeaderBlock::getPrecision(), ESDCCHeaderBlock::getRunType(), ESDCCHeaderBlock::getSeqType(), mps_fire::i, ESKCHIPBlock::id(), and dqmiolumiharvest::j.
Referenced by ~ESIntegrityTask().
|
overrideprotectedvirtual |
Implements DQMOneEDAnalyzer< edm::EndLuminosityBlockProducer, edm::one::WatchLuminosityBlocks, Args... >.
Definition at line 90 of file ESIntegrityTask.cc.
References dqm::dqmstoreimpl::DQMStore::IBooker::book1D(), dqm::dqmstoreimpl::DQMStore::IBooker::book2D(), timingPdfMaker::histo, mps_fire::i, dqmiolumiharvest::j, dqm::impl::MonitorElement::setAxisTitle(), dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), and dqm::impl::MonitorElement::setLumiFlag().
Referenced by ~ESIntegrityTask().
|
protected |
Calculate Data Integrity Fraction.
Definition at line 318 of file ESIntegrityTask.cc.
References DEFINE_FWK_MODULE, mps_fire::i, dqmiolumiharvest::j, and heppy_batch::val.
Referenced by ~ESIntegrityTask().
|
overrideprotected |
Begin Lumi.
Definition at line 70 of file ESIntegrityTask.cc.
References mps_fire::i, and dqmiolumiharvest::j.
Referenced by ~ESIntegrityTask().
|
overrideprotected |
End Lumi.
Definition at line 85 of file ESIntegrityTask.cc.
Referenced by ~ESIntegrityTask().
|
overrideprotected |
|
overrideprotectedvirtual |
EndJob.
Reimplemented from edm::one::EDProducerBase.
Definition at line 186 of file ESIntegrityTask.cc.
Referenced by ~ESIntegrityTask().
|
private |
Definition at line 67 of file ESIntegrityTask.h.
|
private |
Definition at line 43 of file ESIntegrityTask.h.
|
private |
Definition at line 70 of file ESIntegrityTask.h.
|
private |
Definition at line 67 of file ESIntegrityTask.h.
|
private |
Definition at line 69 of file ESIntegrityTask.h.
|
private |
Definition at line 69 of file ESIntegrityTask.h.
|
private |
Definition at line 68 of file ESIntegrityTask.h.
|
private |
Definition at line 67 of file ESIntegrityTask.h.
|
private |
Definition at line 39 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 44 of file ESIntegrityTask.h.
|
private |
Definition at line 65 of file ESIntegrityTask.h.
|
private |
Definition at line 50 of file ESIntegrityTask.h.
|
private |
Definition at line 49 of file ESIntegrityTask.h.
|
private |
Definition at line 61 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 56 of file ESIntegrityTask.h.
|
private |
Definition at line 47 of file ESIntegrityTask.h.
|
private |
Definition at line 53 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 46 of file ESIntegrityTask.h.
|
private |
Definition at line 59 of file ESIntegrityTask.h.
|
private |
Definition at line 60 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 52 of file ESIntegrityTask.h.
|
private |
Definition at line 51 of file ESIntegrityTask.h.
|
private |
Definition at line 48 of file ESIntegrityTask.h.
|
private |
Definition at line 68 of file ESIntegrityTask.h.
|
private |
Definition at line 67 of file ESIntegrityTask.h.
|
private |
Definition at line 41 of file ESIntegrityTask.h.
|
private |
Definition at line 67 of file ESIntegrityTask.h.
|
private |
Definition at line 67 of file ESIntegrityTask.h.
|
private |
Definition at line 67 of file ESIntegrityTask.h.
|
private |
Definition at line 68 of file ESIntegrityTask.h.