#include <TrackingAnalyzer.h>
Private Member Functions | |
void | beginJob () override |
BeginJob. More... | |
void | beginRun (edm::Run const &run, edm::EventSetup const &eSetup) override |
BeginRun. More... | |
void | checkTrackerFEDsInLS (DQMStore::IGetter &igetter, double iLS) |
void | checkTrackerFEDsWdataInLS (DQMStore::IGetter &igetter, double iLS) |
void | dqmBeginLuminosityBlock (DQMStore::IBooker &ibooker_, DQMStore::IGetter &igetter_, edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) |
Begin Luminosity Block. More... | |
void | dqmEndJob (DQMStore::IBooker &ibooker_, DQMStore::IGetter &igetter_) override |
Endjob. More... | |
void | dqmEndLuminosityBlock (DQMStore::IBooker &ibooker_, DQMStore::IGetter &igetter_, edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override |
End Luminosity Block. More... | |
Private Attributes | |
TrackingActionExecutor * | actionExecutor_ |
const SiStripDetCabling * | detCabling_ |
edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd > | detCablingToken_ |
const SiStripFedCabling * | fedCabling_ |
edm::ESGetToken< SiStripFedCabling, SiStripFedCablingRcd > | fedCablingToken_ |
edm::ESWatcher< SiStripFedCablingRcd > | fedCablingWatcher_ |
int | fileSaveFrequency_ |
int | globalStatusFilling_ |
std::ostringstream | html_out_ |
unsigned long long | m_cacheID_ |
std::string | nFEDinfoDir_ |
std::string | nFEDinVsLSname_ |
std::string | nFEDinWdataVsLSname_ |
int | nLumiSecs_ |
std::string | outputFileName_ |
std::string | outputFilePath_ |
edm::EDGetTokenT< FEDRawDataCollection > | rawDataToken_ |
int | shiftReportFrequency_ |
int | staticUpdateFrequency_ |
edm::ParameterSet | tkMapPSet_ |
bool | trackerFEDsFound_ |
bool | trackerFEDsWdataFound_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from DQMEDHarvester | |
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 | |
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 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 DQMEDHarvester | |
DQMStore * | dqmstore_ |
edm::GetterOfProducts< DQMToken > | jobmegetter_ |
edm::EDPutTokenT< DQMToken > | jobToken_ |
edm::GetterOfProducts< DQMToken > | lumimegetter_ |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::GetterOfProducts< DQMToken > | runmegetter_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 27 of file TrackingAnalyzer.h.
TrackingAnalyser::TrackingAnalyser | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 40 of file TrackingAnalyzer.cc.
References actionExecutor_, visDQMUpload::buf, BUF_SIZE, groupFilesInBlocks::fin, contentValuesFiles::fullPath, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), globalStatusFilling_, html_out_, recoMuon::in, nFEDinfoDir_, nFEDinVsLSname_, nFEDinWdataVsLSname_, l1tstage2_dqm_sourceclient-live_cfg::rawDataTag, rawDataToken_, shiftReportFrequency_, staticUpdateFrequency_, AlCaHLTBitMon_QueryRunRegistry::string, trackerFEDsFound_, and trackerFEDsWdataFound_.
|
override |
|
overrideprivatevirtual |
BeginJob.
Reimplemented from edm::one::EDProducerBase.
Definition at line 87 of file TrackingAnalyzer.cc.
References nLumiSecs_.
|
overrideprivate |
BeginRun.
Definition at line 91 of file TrackingAnalyzer.cc.
References edm::ESWatcher< T >::check(), detCabling_, detCablingToken_, fedCabling_, fedCablingToken_, fedCablingWatcher_, and edm::EventSetup::getData().
|
private |
Definition at line 180 of file TrackingAnalyzer.cc.
References dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getBinContent(), dqm::legacy::MonitorElement::getTProfile(), nFEDinfoDir_, nFEDinVsLSname_, trackerFEDsFound_, and verbose_.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 198 of file TrackingAnalyzer.cc.
References dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getBinContent(), dqm::legacy::MonitorElement::getTProfile(), nFEDinfoDir_, nFEDinWdataVsLSname_, trackerFEDsWdataFound_, and verbose_.
Referenced by dqmEndLuminosityBlock().
|
private |
|
overrideprivatevirtual |
Endjob.
Implements DQMEDHarvester.
Definition at line 167 of file TrackingAnalyzer.cc.
References actionExecutor_, TrackingActionExecutor::createGlobalStatus(), TrackingActionExecutor::fillGlobalStatus(), and globalStatusFilling_.
|
overrideprivatevirtual |
End Luminosity Block.
Reimplemented from DQMEDHarvester.
Definition at line 115 of file TrackingAnalyzer.cc.
References actionExecutor_, checkTrackerFEDsInLS(), checkTrackerFEDsWdataInLS(), TrackingActionExecutor::createDummyShiftReport(), TrackingActionExecutor::createGlobalStatus(), TrackingActionExecutor::createShiftReport(), TrackingActionExecutor::fillDummyGlobalStatus(), TrackingActionExecutor::fillDummyLSStatus(), TrackingActionExecutor::fillGlobalStatus(), globalStatusFilling_, edm::LuminosityBlockBase::id(), edm::LuminosityBlockID::luminosityBlock(), edm::LuminosityBlockBase::luminosityBlock(), nLumiSecs_, shiftReportFrequency_, trackerFEDsFound_, trackerFEDsWdataFound_, and verbose_.
|
private |
Definition at line 79 of file TrackingAnalyzer.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 78 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 75 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 77 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 74 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 76 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 63 of file TrackingAnalyzer.h.
|
private |
Definition at line 65 of file TrackingAnalyzer.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 85 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 81 of file TrackingAnalyzer.h.
|
private |
Definition at line 87 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsInLS(), checkTrackerFEDsWdataInLS(), and TrackingAnalyser().
|
private |
Definition at line 88 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsInLS(), and TrackingAnalyser().
|
private |
Definition at line 89 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsWdataInLS(), and TrackingAnalyser().
|
private |
Definition at line 82 of file TrackingAnalyzer.h.
Referenced by beginJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 71 of file TrackingAnalyzer.h.
|
private |
Definition at line 70 of file TrackingAnalyzer.h.
|
private |
Definition at line 68 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 66 of file TrackingAnalyzer.h.
Referenced by dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 64 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 73 of file TrackingAnalyzer.h.
|
private |
Definition at line 83 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsInLS(), dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 84 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsWdataInLS(), dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 58 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsInLS(), checkTrackerFEDsWdataInLS(), and dqmEndLuminosityBlock().