#include <DQM/SiStripMonitorHardware/plugins/SiStripFEDMonitor.cc>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | getMajority (const std::vector< std::pair< unsigned int, unsigned int > > &aFeMajVec, unsigned int &aMajorityCounter, std::vector< unsigned int > &afedIds) |
std::shared_ptr< sifedmon::LumiErrors > | globalBeginLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &iSetup) const override |
void | globalEndLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &iSetup) override |
void | updateCabling (const SiStripFedCablingRcd &cablingRcd) |
Static Private Member Functions | |
static bool | pairComparison (const std::pair< unsigned int, unsigned int > &pair1, const std::pair< unsigned int, unsigned int > &pair2) |
Private Attributes | |
const SiStripFedCabling * | cabling_ |
bool | doFEMajorityCheck_ |
bool | doMedHists_ |
bool | doTkHistoMap_ |
bool | enableFEDerrLumi_ |
edm::ESGetToken< SiStripFedCabling, SiStripFedCablingRcd > | fedCablingToken_ |
edm::ESWatcher< SiStripFedCablingRcd > | fedCablingWatcher_ |
FEDErrors | fedErrors_ |
FEDHistograms | fedHists_ |
bool | fillAllDetailedHistograms_ |
bool | fillWithEvtNum_ |
std::string | folderName_ |
bool | fullDebugMode_ |
edm::EDGetTokenT< EventWithHistory > | heToken_ |
MonitorElement * | lumiErrfac_ |
unsigned int | maxFedBufferSize_ |
unsigned int | nEvt_ |
unsigned int | printDebug_ |
edm::InputTag | rawDataTag_ |
edm::EDGetTokenT< FEDRawDataCollection > | rawDataToken_ |
edm::ESGetToken< TkDetMap, TrackerTopologyRcd > | tkDetMapToken_ |
std::string | topFolderName_ |
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | tTopoToken_ |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer< edm::LuminosityBlockCache< sifedmon::LumiErrors > > | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
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 DQMOneEDAnalyzer< edm::LuminosityBlockCache< sifedmon::LumiErrors > > | |
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 | |
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) |
Protected Attributes inherited from DQMOneEDAnalyzer< edm::LuminosityBlockCache< sifedmon::LumiErrors > > | |
edm::EDPutTokenT< DQMToken > | runToken_ |
Description: DQM source application to produce data integrety histograms for SiStrip data
Definition at line 69 of file SiStripFEDMonitor.cc.
|
explicit |
Definition at line 139 of file SiStripFEDMonitor.cc.
References doFEMajorityCheck_, doMedHists_, doTkHistoMap_, enableFEDerrLumi_, edm::ParameterSet::exists(), fedHists_, fillAllDetailedHistograms_, fillWithEvtNum_, folderName_, edm::ParameterSet::getUntrackedParameter(), heToken_, ProducerED_cfi::InputTag, LogTrace, nEvt_, printDebug_, rawDataTag_, rawDataToken_, AlCaHLTBitMon_QueryRunRegistry::string, and topFolderName_.
|
override |
Definition at line 192 of file SiStripFEDMonitor.cc.
|
overrideprivatevirtual |
Reimplemented from DQMOneEDAnalyzer< edm::LuminosityBlockCache< sifedmon::LumiErrors > >.
Definition at line 199 of file SiStripFEDMonitor.cc.
References cabling_, edm::ESWatcher< T >::check(), doFEMajorityCheck_, doMedHists_, doTkHistoMap_, relativeConstraints::empty, mps_fire::end, fedCablingWatcher_, FEDRawDataCollection::FEDData(), fedErrors_, fedHists_, l1tstage2_dqm_sourceclient-live_cfg::fedId, fillWithEvtNum_, fullDebugMode_, edm::EventSetup::getData(), getMajority(), hcalSimParameters_cfi::he, heToken_, iEvent, maxFedBufferSize_, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, nEvt_, pairComparison(), printDebug_, rawDataToken_, FEDRawData::size(), findQualityFiles::size, jetUpdater_cfi::sort, and tTopoToken_.
|
overrideprivatevirtual |
Implements DQMOneEDAnalyzer< edm::LuminosityBlockCache< sifedmon::LumiErrors > >.
Definition at line 481 of file SiStripFEDMonitor.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::NavigatorBase::cd(), enableFEDerrLumi_, fedHists_, fillAllDetailedHistograms_, folderName_, fullDebugMode_, edm::EventSetup::getData(), lumiErrfac_, dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), and tkDetMapToken_.
|
private |
Definition at line 418 of file SiStripFEDMonitor.cc.
References gather_cfg::cout, jetUpdater_cfi::sort, and tier0::unique().
Referenced by analyze().
|
overrideprivate |
Definition at line 512 of file SiStripFEDMonitor.cc.
|
overrideprivate |
Definition at line 520 of file SiStripFEDMonitor.cc.
References enableFEDerrLumi_, dqm::impl::MonitorElement::Fill(), and lumiErrfac_.
|
staticprivate |
Definition at line 413 of file SiStripFEDMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 531 of file SiStripFEDMonitor.cc.
References cabling_, fedCablingToken_, and edm::eventsetup::EventSetupRecordImplementation< T >::get().
|
private |
Definition at line 111 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and updateCabling().
|
private |
Definition at line 121 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 120 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 119 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 131 of file SiStripFEDMonitor.cc.
Referenced by bookHistograms(), globalEndLuminosityBlock(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 114 of file SiStripFEDMonitor.cc.
Referenced by updateCabling().
|
private |
Definition at line 113 of file SiStripFEDMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 127 of file SiStripFEDMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 100 of file SiStripFEDMonitor.cc.
Referenced by analyze(), bookHistograms(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 105 of file SiStripFEDMonitor.cc.
Referenced by bookHistograms(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 107 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 103 of file SiStripFEDMonitor.cc.
Referenced by bookHistograms(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 129 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 97 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 132 of file SiStripFEDMonitor.cc.
Referenced by bookHistograms(), and globalEndLuminosityBlock().
|
private |
Definition at line 128 of file SiStripFEDMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 123 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 109 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 95 of file SiStripFEDMonitor.cc.
Referenced by SiStripFEDMonitorPlugin().
|
private |
Definition at line 96 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 116 of file SiStripFEDMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 102 of file SiStripFEDMonitor.cc.
Referenced by SiStripFEDMonitorPlugin().
|
private |
Definition at line 115 of file SiStripFEDMonitor.cc.
Referenced by analyze().