Classes | |
struct | SubDetMEs |
Public Types | |
typedef dqm::harvesting::DQMStore | DQMStore |
typedef dqm::harvesting::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) override |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
void | bookSiStripCertificationMEs (DQMStore &dqm_store) |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &iSetup) override |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
void | fillDummySiStripCertification (DQMStore &dqm_store) |
void | fillSiStripCertificationMEs (DQMStore &dqm_store, edm::EventSetup const &eSetup) |
void | fillSiStripCertificationMEsAtLumi (DQMStore &dqm_store) |
void | resetSiStripCertificationMEs (DQMStore &dqm_store) |
Private Attributes | |
edm::ESHandle< SiStripDetCabling > | detCabling_ {} |
const edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd > | detCablingToken_ |
int | nFEDConnected_ {} |
const edm::ESGetToken< RunInfo, RunInfoRcd > | runInfoToken_ |
MonitorElement * | SiStripCertification {nullptr} |
bool | sistripCertificationBooked_ {false} |
MonitorElement * | SiStripCertificationMap {nullptr} |
MonitorElement * | SiStripCertificationSummaryMap {nullptr} |
std::map< std::string, SubDetMEs > | SubDetMEsMap {} |
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | tTopoToken_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 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<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 28 of file SiStripCertificationInfo.cc.
Definition at line 32 of file SiStripCertificationInfo.cc.
Definition at line 31 of file SiStripCertificationInfo.cc.
SiStripCertificationInfo::SiStripCertificationInfo | ( | const edm::ParameterSet & | ps | ) |
Definition at line 73 of file SiStripCertificationInfo.cc.
References ProducerED_cfi::InputTag.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 190 of file SiStripCertificationInfo.cc.
|
inlineoverrideprivate |
Definition at line 38 of file SiStripCertificationInfo.cc.
|
overrideprivate |
Definition at line 82 of file SiStripCertificationInfo.cc.
References bookSiStripCertificationMEs(), detCabling_, detCablingToken_, fillDummySiStripCertification(), edm::EventSetup::getData(), edm::EventSetup::getHandle(), LogDebug, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, nFEDConnected_, runInfoToken_, and edm::EventSetup::tryToGet().
|
private |
Definition at line 106 of file SiStripCertificationInfo.cc.
References dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookFloat(), dqm::implementation::DQMStore::cd(), SiStripCertificationInfo::SubDetMEs::det_fractionME, SiStripCertificationInfo::SubDetMEs::folder_name, SiStripUtility::getTopFolderPath(), SiStripCertificationInfo::SubDetMEs::n_layer, dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::DQMStore::setCurrentFolder(), SiStripCertification, sistripCertificationBooked_, SiStripCertificationSummaryMap, AlCaHLTBitMon_QueryRunRegistry::string, SiStripCertificationInfo::SubDetMEs::subdet_tag, SubDetMEsMap, and makeGlobalPositionRcd_cfg::tag.
Referenced by beginRun(), and resetSiStripCertificationMEs().
|
overrideprivate |
Definition at line 192 of file SiStripCertificationInfo.cc.
References fillSiStripCertificationMEsAtLumi(), and nFEDConnected_.
|
overrideprivate |
Definition at line 201 of file SiStripCertificationInfo.cc.
References fillSiStripCertificationMEs(), and nFEDConnected_.
|
private |
Definition at line 319 of file SiStripCertificationInfo.cc.
References dqm::impl::MonitorElement::Fill(), dqm::impl::MonitorElement::getNbinsX(), dqm::impl::MonitorElement::getNbinsY(), resetSiStripCertificationMEs(), SiStripCertification, sistripCertificationBooked_, SiStripCertificationSummaryMap, and SubDetMEsMap.
Referenced by beginRun().
|
private |
Definition at line 213 of file SiStripCertificationInfo.cc.
References funct::abs(), dqm::implementation::DQMStore::cd(), SiStripDetCabling::connectedNumber(), detCabling_, dqm::impl::MonitorElement::Fill(), dqm::implementation::IGetter::get(), dqm::implementation::IGetter::getContents(), edm::EventSetup::getData(), dqm::impl::MonitorElement::getFloatValue(), dqm::impl::MonitorElement::getNbinsY(), SiStripFolderOrganizer::GetSubDetAndLayer(), SiStripUtility::goToDir(), MonitorElementData::INT, dqmdumpme::k, dqm::impl::MonitorElement::kind(), hlt_dqm_clientPB-live_cfg::me, Skims_PA_cff::name, dqm::implementation::DQMStore::pwd(), MonitorElementData::REAL, resetSiStripCertificationMEs(), SiStripCertification, sistripCertificationBooked_, SiStripCertificationSummaryMap, AlCaHLTBitMon_QueryRunRegistry::string, SubDetMEsMap, makeGlobalPositionRcd_cfg::tag, and tTopoToken_.
Referenced by endRun().
|
private |
Definition at line 338 of file SiStripCertificationInfo.cc.
References dqm::implementation::DQMStore::cd(), dqm::impl::MonitorElement::Fill(), dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getFloatValue(), SiStripUtility::getTopFolderPath(), dqm::impl::MonitorElement::kind(), MonitorElementData::REAL, dqm::impl::MonitorElement::Reset(), resetSiStripCertificationMEs(), SiStripCertification, sistripCertificationBooked_, AlCaHLTBitMon_QueryRunRegistry::string, and SubDetMEsMap.
Referenced by endLuminosityBlock().
|
private |
Definition at line 304 of file SiStripCertificationInfo.cc.
References cms::cuda::assert(), bookSiStripCertificationMEs(), dqm::impl::MonitorElement::Reset(), SiStripCertification, sistripCertificationBooked_, SiStripCertificationSummaryMap, and SubDetMEsMap.
Referenced by fillDummySiStripCertification(), fillSiStripCertificationMEs(), and fillSiStripCertificationMEsAtLumi().
|
private |
Definition at line 64 of file SiStripCertificationInfo.cc.
Referenced by beginRun(), and fillSiStripCertificationMEs().
|
private |
Definition at line 68 of file SiStripCertificationInfo.cc.
Referenced by beginRun().
|
private |
Definition at line 66 of file SiStripCertificationInfo.cc.
Referenced by beginRun(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 70 of file SiStripCertificationInfo.cc.
Referenced by beginRun().
|
private |
Definition at line 57 of file SiStripCertificationInfo.cc.
Referenced by bookSiStripCertificationMEs(), fillDummySiStripCertification(), fillSiStripCertificationMEs(), fillSiStripCertificationMEsAtLumi(), and resetSiStripCertificationMEs().
|
private |
Definition at line 62 of file SiStripCertificationInfo.cc.
Referenced by bookSiStripCertificationMEs(), fillDummySiStripCertification(), fillSiStripCertificationMEs(), fillSiStripCertificationMEsAtLumi(), and resetSiStripCertificationMEs().
|
private |
Definition at line 58 of file SiStripCertificationInfo.cc.
|
private |
Definition at line 60 of file SiStripCertificationInfo.cc.
Referenced by bookSiStripCertificationMEs(), fillDummySiStripCertification(), fillSiStripCertificationMEs(), and resetSiStripCertificationMEs().
|
private |
Definition at line 59 of file SiStripCertificationInfo.cc.
Referenced by bookSiStripCertificationMEs(), fillDummySiStripCertification(), fillSiStripCertificationMEs(), fillSiStripCertificationMEsAtLumi(), and resetSiStripCertificationMEs().
|
private |
Definition at line 69 of file SiStripCertificationInfo.cc.
Referenced by fillSiStripCertificationMEs().