#include <DTDataIntegrityUrosOffline.h>
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Private Types | |
enum | histoTypes { uROSEventLength = 0, uROSError = 1, TDCError = 4, TTSValues = 7 } |
Private Member Functions | |
void | bookHistos (DQMStore::IBooker &, const int fedMin, const int fedMax) |
void | bookHistos (DQMStore::IBooker &, std::string folder, const int fed) |
void | bookHistosROS (DQMStore::IBooker &, const int wheel, const int ros) |
void | bookHistosuROS (DQMStore::IBooker &, const int fed, const int uRos) |
int | theDDU (int crate, int slot, int link, bool tenDDU) |
int | theROS (int slot, int link) |
std::string | topFolder (bool isFEDIntegrity) const |
Private Attributes | |
std::map< std::string, std::map< int, MonitorElement * > > | fedHistos |
int | FEDIDmax |
int | FEDIDmin |
std::string | fedIntegrityFolder |
edm::EDGetTokenT< DTuROSFEDDataCollection > | fedToken |
MonitorElement * | hFEDEntry |
MonitorElement * | nEventMonitor |
int | nevents |
int | neventsFED |
int | nEventsLS |
int | neventsuROS |
const int | NuROS = 12 |
std::map< std::string, std::map< int, MonitorElement * > > | summaryHistos |
std::map< unsigned int, MonitorElement * > | urosHistos |
Class for DT Data Integrity Offline expected to monitor uROS to follow DTDataIntegrityTask which contains also MEs vs Time/LS
Definition at line 33 of file DTDataIntegrityUrosOffline.h.
|
private |
Enumerator | |
---|---|
uROSEventLength | |
uROSError | |
TDCError | |
TTSValues |
Definition at line 72 of file DTDataIntegrityUrosOffline.h.
DTDataIntegrityUrosOffline::DTDataIntegrityUrosOffline | ( | const edm::ParameterSet & | ps | ) |
Definition at line 27 of file DTDataIntegrityUrosOffline.cc.
References FEDIDmax, FEDIDmin, fedIntegrityFolder, fedToken, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), LogTrace, FEDNumbering::MAXDTUROSFEDID, FEDNumbering::MINDTUROSFEDID, neventsFED, and neventsuROS.
|
override |
|
overridevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 488 of file DTDataIntegrityUrosOffline.cc.
References DOCESLOTS, MillePedeFileConverter_cfg::e, FEDIDmax, FEDIDmin, fedToken, dqm::impl::MonitorElement::Fill(), DTuROSFEDData::getfed(), DTuROSROSData::getslot(), DTuROSFEDData::getslotsize(), DTuROSFEDData::getuROS(), edm::HandleBase::isValid(), dqmiolumiharvest::j, LogTrace, nEventMonitor, nevents, processFED(), and processuROS().
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 57 of file DTDataIntegrityUrosOffline.cc.
References bookHistos(), bookHistosROS(), bookHistosuROS(), FEDIDmax, FEDIDmin, LogTrace, NuROS, and makeMuonMisalignmentScenario::wheel.
|
private |
Definition at line 94 of file DTDataIntegrityUrosOffline.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookFloat(), FEDIDmax, FEDIDmin, hFEDEntry, timingPdfMaker::histo, HltBtagPostValidation_cff::histoName, nEventMonitor, dqm::implementation::NavigatorBase::setCurrentFolder(), summaryHistos, topFolder(), and makeMuonMisalignmentScenario::wheel.
Referenced by bookHistograms().
|
private |
|
private |
Definition at line 242 of file DTDataIntegrityUrosOffline.cc.
References dqm::implementation::IBooker::book2D(), timingPdfMaker::histo, HltBtagPostValidation_cff::histoName, plotFactory::keyHisto, MainPageGenerator::link, dqm::implementation::NavigatorBase::setCurrentFolder(), topFolder(), uROSError, urosHistos, and makeMuonMisalignmentScenario::wheel.
Referenced by bookHistograms().
|
private |
Definition at line 272 of file DTDataIntegrityUrosOffline.cc.
References dqm::implementation::NavigatorBase::setCurrentFolder(), and topFolder().
Referenced by bookHistograms().
void DTDataIntegrityUrosOffline::processFED | ( | DTuROSFEDData & | data, |
int | fed | ||
) |
Definition at line 465 of file DTDataIntegrityUrosOffline.cc.
References data, fedHistos, FEDIDmax, dqm::impl::MonitorElement::Fill(), hFEDEntry, LogTrace, and neventsFED.
Referenced by analyze().
void DTDataIntegrityUrosOffline::processuROS | ( | DTuROSROSData & | data, |
int | fed, | ||
int | uRos | ||
) |
Definition at line 278 of file DTDataIntegrityUrosOffline.cc.
References newFWLiteAna::bin, data, relativeConstraints::error, fedHistos, dqm::impl::MonitorElement::Fill(), HcalObjRepresent::Fill(), RemoveAddSevLevel::flag, plotFactory::keyHisto, MainPageGenerator::link, LogTrace, neventsuROS, summaryHistos, theDDU(), theROS(), uROSError, urosHistos, makeMuonMisalignmentScenario::wheel, and testProducerWithPsetDescEmpty_cfi::x1.
Referenced by analyze().
|
private |
Definition at line 523 of file DTDataIntegrityUrosOffline.cc.
References MainPageGenerator::link, FEDNumbering::MAXDTUROSFEDID, FEDNumbering::MINDTUROSFEDID, and theROS().
Referenced by processuROS().
|
private |
Definition at line 554 of file DTDataIntegrityUrosOffline.cc.
References MainPageGenerator::link.
Referenced by processuROS(), and theDDU().
|
private |
Definition at line 482 of file DTDataIntegrityUrosOffline.cc.
References printsummarytable::folder.
Referenced by bookHistos(), bookHistosROS(), and bookHistosuROS().
|
private |
Definition at line 64 of file DTDataIntegrityUrosOffline.h.
Referenced by processFED(), and processuROS().
|
private |
Definition at line 83 of file DTDataIntegrityUrosOffline.h.
Referenced by analyze(), bookHistograms(), bookHistos(), DTDataIntegrityUrosOffline(), and processFED().
|
private |
Definition at line 82 of file DTDataIntegrityUrosOffline.h.
Referenced by analyze(), bookHistograms(), bookHistos(), and DTDataIntegrityUrosOffline().
|
private |
Definition at line 88 of file DTDataIntegrityUrosOffline.h.
Referenced by DTDataIntegrityUrosOffline().
|
private |
Definition at line 91 of file DTDataIntegrityUrosOffline.h.
Referenced by analyze(), and DTDataIntegrityUrosOffline().
|
private |
Definition at line 75 of file DTDataIntegrityUrosOffline.h.
Referenced by bookHistos(), and processFED().
|
private |
Definition at line 62 of file DTDataIntegrityUrosOffline.h.
Referenced by analyze(), and bookHistos().
|
private |
Definition at line 59 of file DTDataIntegrityUrosOffline.h.
Referenced by analyze().
|
private |
Definition at line 79 of file DTDataIntegrityUrosOffline.h.
Referenced by DTDataIntegrityUrosOffline(), processFED(), and ~DTDataIntegrityUrosOffline().
|
private |
Definition at line 77 of file DTDataIntegrityUrosOffline.h.
|
private |
Definition at line 80 of file DTDataIntegrityUrosOffline.h.
Referenced by DTDataIntegrityUrosOffline(), and processuROS().
|
private |
Definition at line 86 of file DTDataIntegrityUrosOffline.h.
Referenced by bookHistograms().
|
private |
Definition at line 66 of file DTDataIntegrityUrosOffline.h.
Referenced by bookHistos(), and processuROS().
|
private |
Definition at line 68 of file DTDataIntegrityUrosOffline.h.
Referenced by bookHistosROS(), and processuROS().