#include <SiStripDaqInfo.h>
Classes | |
struct | SubDetMEs |
Private Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) override |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
void | bookStatus (DQMStore &dqm_store) |
void | fillDummyStatus (DQMStore &dqm_store) |
void | findExcludedModule (DQMStore &dqm_store, unsigned short fed_id, TrackerTopology const *tTopo) |
void | readFedIds (edm::ESHandle< SiStripFedCabling > const &fedcabling, edm::EventSetup const &iSetup) |
void | readSubdetFedFractions (DQMStore &dqm_store, std::vector< int > const &fed_ids, edm::EventSetup const &iSetup) |
Private Attributes | |
bool | bookedStatus_ {false} |
MonitorElement * | daqFraction_ { 0 } |
edm::ESHandle< SiStripFedCabling > | fedCabling_ |
unsigned long long | m_cacheID_ {} |
int | nFedTotal_ {} |
std::map< std::string, std::vector< unsigned short > > | subDetFedMap_ |
std::map< std::string, SubDetMEs > | subDetMEsMap_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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) |
DQM/SiStripMonitorCluster/interface/SiStripDaqInfo.h
Description: Checks the # of SiStrip FEDs from DAQ Usage: <usage>
Definition at line 42 of file SiStripDaqInfo.h.
SiStripDaqInfo::SiStripDaqInfo | ( | edm::ParameterSet const & | ps | ) |
Definition at line 33 of file SiStripDaqInfo.cc.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 100 of file SiStripDaqInfo.cc.
References bookedStatus_, bookStatus(), constexpr, daqFraction_, fedCabling_, MonitorElement::Fill(), fillDummyStatus(), edm::EventSetup::get(), edm::ESHandleBase::isValid(), m_cacheID_, RunInfo::m_fed_in, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, nFedTotal_, readFedIds(), readSubdetFedFractions(), MonitorElement::Reset(), and edm::EventSetup::tryToGet().
|
private |
Definition at line 42 of file SiStripDaqInfo.cc.
References bookedStatus_, DQMStore::bookFloat(), DQMStore::cd(), daqFraction_, SiStripUtility::getTopFolderPath(), eostools::move(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and subDetMEsMap_.
Referenced by beginRun(), and fillDummyStatus().
|
private |
Definition at line 84 of file SiStripDaqInfo.cc.
References bookedStatus_, bookStatus(), daqFraction_, MonitorElement::Fill(), MonitorElement::Reset(), and subDetMEsMap_.
Referenced by beginRun().
|
private |
Definition at line 232 of file SiStripDaqInfo.cc.
References DQMStore::bookInt(), DQMStore::cd(), DEFINE_FWK_MODULE, DQMStore::dirExists(), fedCabling_, SiStripFedCabling::fedConnections(), MonitorElement::Fill(), RemoveAddSevLevel::flag, DQMStore::get(), MonitorElement::getIntValue(), SiStripFolderOrganizer::getSubDetFolder(), SiStripUtility::goToDir(), DQMStore::pwd(), MonitorElement::Reset(), SiStripUtility::setBadModuleFlag(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by readSubdetFedFractions().
|
private |
Definition at line 156 of file SiStripDaqInfo.cc.
References fedCabling_, SiStripFedCabling::fedConnections(), SiStripFedCabling::fedIds(), edm::EventSetup::get(), SiStripUtility::getSubDetectorTag(), nFedTotal_, edm::ESHandle< T >::product(), AlCaHLTBitMon_QueryRunRegistry::string, xuti::subdet_tag(), and subDetFedMap_.
Referenced by beginRun().
|
private |
Definition at line 184 of file SiStripDaqInfo.cc.
References constexpr, l1t::stage2::layer2::fedId, findExcludedModule(), edm::EventSetup::get(), FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, dataset::name, edm::ESHandle< T >::product(), subDetFedMap_, and subDetMEsMap_.
Referenced by beginRun().
|
private |
Definition at line 74 of file SiStripDaqInfo.h.
Referenced by beginRun(), bookStatus(), and fillDummyStatus().
|
private |
Definition at line 63 of file SiStripDaqInfo.h.
Referenced by beginRun(), bookStatus(), and fillDummyStatus().
|
private |
Definition at line 76 of file SiStripDaqInfo.h.
Referenced by beginRun(), findExcludedModule(), and readFedIds().
|
private |
Definition at line 72 of file SiStripDaqInfo.h.
Referenced by beginRun().
|
private |
Definition at line 73 of file SiStripDaqInfo.h.
Referenced by beginRun(), and readFedIds().
|
private |
Definition at line 61 of file SiStripDaqInfo.h.
Referenced by readFedIds(), and readSubdetFedFractions().
|
private |
Definition at line 70 of file SiStripDaqInfo.h.
Referenced by bookStatus(), fillDummyStatus(), and readSubdetFedFractions().