#include <SiStripOfflineDQM.h>
Classes | |
struct | MapOptions |
Public Types | |
typedef dqm::harvesting::DQMStore | DQMStore |
typedef dqm::harvesting::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
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 |
Private Member Functions | |
void | beginJob () override |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &iSetup) override |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
void | checkTrackerFEDs (edm::Event const &e) |
void | endJob () override |
void | endLuminosityBlock (edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &iSetup) override |
void | endLuminosityBlockProduce (edm::LuminosityBlock &, edm::EventSetup const &) override |
void | endRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
void | endRunProduce (edm::Run &, edm::EventSetup const &) override |
bool | openInputFile (DQMStore &dqm_store) |
void | produce (edm::Event &e, edm::EventSetup const &eSetup) override |
Private Attributes | |
SiStripActionExecutor | actionExecutor_ |
bool | createSummary_ |
const bool | createTkInfoFile_ |
const bool | createTkMap_ |
edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd > | detCablingToken_ |
edm::ESGetToken< GeometricDet, IdealGeometryRecord > | geomDetToken_ |
int | globalStatusFilling_ |
const std::string | inputFileName_ |
const std::string | outputFileName_ |
bool | printFaultyModuleList_ |
edm::ESGetToken< RunInfo, RunInfoRcd > | runInfoToken_ |
edm::ESGetToken< TkDetMap, TrackerTopologyRcd > | tkDetMapToken_ |
TTree * | tkinfoTree_ {nullptr} |
std::vector< MapOptions > | tkMapOptions_ |
bool | trackerFEDsFound_ |
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > | tTopoToken_ |
bool | usedWithEDMtoMEConverter_ |
Additional Inherited Members | |
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 edm::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
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) |
template<Transition B> | |
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 (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
DQM/SiStripMonitorCluster/src/SiStripOfflineDQM.cc
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
DQM/SiStripMonitorCluster/interface/SiStripOfflineDQM.h
Description: DQM class to perform Summary creation Quality Test on a merged Root file after CAF processing Usage: <usage>
Definition at line 49 of file SiStripOfflineDQM.h.
Definition at line 56 of file SiStripOfflineDQM.h.
Definition at line 55 of file SiStripOfflineDQM.h.
SiStripOfflineDQM::SiStripOfflineDQM | ( | edm::ParameterSet const & | ps | ) |
Definition at line 49 of file SiStripOfflineDQM.cc.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 97 of file SiStripOfflineDQM.cc.
References actionExecutor_, createSummary_, and SiStripActionExecutor::readConfiguration().
|
inlineoverrideprivate |
Definition at line 63 of file SiStripOfflineDQM.h.
|
overrideprivate |
Definition at line 110 of file SiStripOfflineDQM.cc.
References actionExecutor_, SiStripActionExecutor::createStatus(), createSummary_, edm::EventSetup::getHandle(), globalStatusFilling_, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, openInputFile(), runInfoToken_, trackerFEDsFound_, edm::EventSetup::tryToGet(), and usedWithEDMtoMEConverter_.
|
private |
|
overrideprivatevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 189 of file SiStripOfflineDQM.cc.
References actionExecutor_, gather_cfg::cout, SiStripActionExecutor::printFaultyModuleList(), printFaultyModuleList_, and usedWithEDMtoMEConverter_.
|
overrideprivate |
Definition at line 138 of file SiStripOfflineDQM.cc.
References actionExecutor_, SiStripActionExecutor::fillStatusAtLumi(), globalStatusFilling_, and trackerFEDsFound_.
|
inlineoverrideprivate |
Definition at line 66 of file SiStripOfflineDQM.h.
|
overrideprivate |
Definition at line 148 of file SiStripOfflineDQM.cc.
References actionExecutor_, SiStripActionExecutor::createOfflineTkMap(), SiStripActionExecutor::createStatus(), createSummary_, SiStripActionExecutor::createSummaryOffline(), SiStripActionExecutor::createTkInfoFile(), createTkInfoFile_, createTkMap_, detCablingToken_, SiStripActionExecutor::fillDummyStatus(), SiStripActionExecutor::fillStatus(), geomDetToken_, edm::EventSetup::getData(), globalStatusFilling_, SiStripActionExecutor::readTkMapConfiguration(), AlCaHLTBitMon_QueryRunRegistry::string, tkDetMapToken_, tkinfoTree_, tkMapOptions_, trackerFEDsFound_, tTopoToken_, and usedWithEDMtoMEConverter_.
|
inlineoverrideprivate |
Definition at line 68 of file SiStripOfflineDQM.h.
|
private |
Definition at line 202 of file SiStripOfflineDQM.cc.
References inputFileName_, LegacyIOHelper::open(), and groupFilesInBlocks::temp.
Referenced by beginRun().
|
overrideprivatevirtual |
|
private |
Definition at line 74 of file SiStripOfflineDQM.h.
Referenced by beginJob(), beginRun(), endJob(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 77 of file SiStripOfflineDQM.h.
Referenced by beginJob(), beginRun(), and endRun().
|
private |
Definition at line 78 of file SiStripOfflineDQM.h.
Referenced by endRun().
|
private |
Definition at line 78 of file SiStripOfflineDQM.h.
Referenced by endRun().
|
private |
Definition at line 85 of file SiStripOfflineDQM.h.
Referenced by endRun().
|
private |
Definition at line 88 of file SiStripOfflineDQM.h.
Referenced by endRun().
|
private |
Definition at line 81 of file SiStripOfflineDQM.h.
Referenced by beginRun(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 79 of file SiStripOfflineDQM.h.
Referenced by openInputFile().
|
private |
Definition at line 80 of file SiStripOfflineDQM.h.
|
private |
Definition at line 83 of file SiStripOfflineDQM.h.
Referenced by endJob().
|
private |
Definition at line 89 of file SiStripOfflineDQM.h.
Referenced by beginRun().
|
private |
Definition at line 87 of file SiStripOfflineDQM.h.
Referenced by endRun().
|
private |
Definition at line 84 of file SiStripOfflineDQM.h.
Referenced by endRun().
|
private |
Definition at line 103 of file SiStripOfflineDQM.h.
Referenced by endRun().
|
private |
Definition at line 82 of file SiStripOfflineDQM.h.
Referenced by beginRun(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 86 of file SiStripOfflineDQM.h.
Referenced by endRun().
|
private |
Definition at line 76 of file SiStripOfflineDQM.h.
Referenced by beginRun(), endJob(), and endRun().