#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_ |
edm::ESHandle< SiStripDetCabling > | detCabling_ |
edm::ESHandle< SiStripFedCabling > | fedCabling_ |
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 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 |
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::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) |
Protected Attributes inherited from DQMEDHarvester | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 25 of file TrackingAnalyzer.h.
TrackingAnalyser::TrackingAnalyser | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 43 of file TrackingAnalyzer.cc.
References actionExecutor_, BUF_SIZE, MessageLogger_cfi::cerr, gather_cfg::cout, groupFilesInBlocks::fin, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), globalStatusFilling_, html_out_, recoMuon::in, nFEDinfoDir_, nFEDinVsLSname_, nFEDinWdataVsLSname_, rawDataToken_, shiftReportFrequency_, staticUpdateFrequency_, AlCaHLTBitMon_QueryRunRegistry::string, trackerFEDsFound_, trackerFEDsWdataFound_, and verbose_.
|
override |
|
overrideprivatevirtual |
BeginJob.
Reimplemented from edm::one::EDProducerBase.
Definition at line 94 of file TrackingAnalyzer.cc.
References nLumiSecs_.
|
overrideprivate |
BeginRun.
Definition at line 101 of file TrackingAnalyzer.cc.
References gather_cfg::cout, detCabling_, fedCabling_, edm::EventSetup::get(), m_cacheID_, and verbose_.
|
private |
Definition at line 179 of file TrackingAnalyzer.cc.
References gather_cfg::cout, DQMStore::IGetter::get(), MonitorElement::getBinContent(), MonitorElement::getTProfile(), nFEDinfoDir_, nFEDinVsLSname_, trackerFEDsFound_, and verbose_.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 196 of file TrackingAnalyzer.cc.
References gather_cfg::cout, DEFINE_FWK_MODULE, DQMStore::IGetter::get(), MonitorElement::getBinContent(), MonitorElement::getTProfile(), nFEDinfoDir_, nFEDinWdataVsLSname_, trackerFEDsWdataFound_, and verbose_.
Referenced by dqmEndLuminosityBlock().
|
private |
Begin Luminosity Block.
Definition at line 118 of file TrackingAnalyzer.cc.
References gather_cfg::cout, and verbose_.
|
overrideprivatevirtual |
Endjob.
Implements DQMEDHarvester.
Definition at line 164 of file TrackingAnalyzer.cc.
References actionExecutor_, gather_cfg::cout, TrackingActionExecutor::createGlobalStatus(), TrackingActionExecutor::fillGlobalStatus(), globalStatusFilling_, and verbose_.
|
overrideprivatevirtual |
End Luminosity Block.
Reimplemented from DQMEDHarvester.
Definition at line 126 of file TrackingAnalyzer.cc.
References actionExecutor_, checkTrackerFEDsInLS(), checkTrackerFEDsWdataInLS(), gather_cfg::cout, TrackingActionExecutor::createDummyShiftReport(), TrackingActionExecutor::createGlobalStatus(), TrackingActionExecutor::createShiftReport(), TrackingActionExecutor::fillDummyGlobalStatus(), TrackingActionExecutor::fillDummyLSStatus(), TrackingActionExecutor::fillGlobalStatus(), globalStatusFilling_, edm::LuminosityBlockBase::id(), edm::LuminosityBlockBase::luminosityBlock(), edm::LuminosityBlockID::luminosityBlock(), nLumiSecs_, shiftReportFrequency_, trackerFEDsFound_, trackerFEDsWdataFound_, and verbose_.
|
private |
Definition at line 75 of file TrackingAnalyzer.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 74 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 73 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 62 of file TrackingAnalyzer.h.
|
private |
Definition at line 64 of file TrackingAnalyzer.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 81 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 77 of file TrackingAnalyzer.h.
Referenced by beginRun().
|
private |
Definition at line 83 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsInLS(), checkTrackerFEDsWdataInLS(), and TrackingAnalyser().
|
private |
Definition at line 84 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsInLS(), and TrackingAnalyser().
|
private |
Definition at line 85 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsWdataInLS(), and TrackingAnalyser().
|
private |
Definition at line 78 of file TrackingAnalyzer.h.
Referenced by beginJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 70 of file TrackingAnalyzer.h.
|
private |
Definition at line 69 of file TrackingAnalyzer.h.
|
private |
Definition at line 67 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 65 of file TrackingAnalyzer.h.
Referenced by dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 63 of file TrackingAnalyzer.h.
Referenced by TrackingAnalyser().
|
private |
Definition at line 72 of file TrackingAnalyzer.h.
|
private |
Definition at line 79 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsInLS(), dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 80 of file TrackingAnalyzer.h.
Referenced by checkTrackerFEDsWdataInLS(), dqmEndLuminosityBlock(), and TrackingAnalyser().
|
private |
Definition at line 57 of file TrackingAnalyzer.h.
Referenced by beginRun(), checkTrackerFEDsInLS(), checkTrackerFEDsWdataInLS(), dqmBeginLuminosityBlock(), dqmEndJob(), dqmEndLuminosityBlock(), and TrackingAnalyser().