#include <EgHLTOfflineSummaryClient.h>
Classes | |
struct | SumHistBinData |
Private Member Functions | |
EgHLTOfflineSummaryClient (const EgHLTOfflineSummaryClient &rhs) | |
void | getEgHLTFiltersToMon_ (std::vector< std::string > &filterNames) const |
MonitorElement * | getEgHLTSumHist_ () |
int | getQTestBinData_ (const edm::ParameterSet &) |
int | getQTestResults_ (const std::string &filterName, const std::vector< std::string > &pattern) const |
EgHLTOfflineSummaryClient & | operator= (const EgHLTOfflineSummaryClient &rhs) |
void | runClient_ () |
void | splitStringsToPairs_ (const std::vector< std::string > &stringsToSplit, std::vector< std::pair< std::string, std::string > > &splitStrings) |
Static Private Member Functions | |
static void | fillQTestData_ (const edm::ParameterSet &iConfig, std::vector< SumHistBinData > &qTests, const std::string &label) |
Private Attributes | |
DQMStore * | dbe_ |
std::string | dirName_ |
std::vector< std::string > | egHLTFiltersToMon_ |
std::vector< std::string > | egHLTFiltersToMonPaths_ |
std::string | egHLTSumHistName_ |
std::vector< SumHistBinData > | egHLTSumHistXBins_ |
std::vector< std::string > | eleHLTFilterNames_ |
std::vector< std::string > | eleHLTFilterNamesForSumBit_ |
std::vector< SumHistBinData > | eleQTestsForSumBit_ |
bool | filterInactiveTriggers_ |
std::string | hltTag_ |
bool | isSetup_ |
std::vector< std::string > | phoHLTFilterNames_ |
std::vector< std::string > | phoHLTFilterNamesForSumBit_ |
std::vector< SumHistBinData > | phoQTestsForSumBit_ |
bool | runClientEndJob_ |
bool | runClientEndLumiBlock_ |
bool | runClientEndRun_ |
bool | usePathNames_ |
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) |
Definition at line 33 of file EgHLTOfflineSummaryClient.h.
|
inlineprivate |
|
explicit |
Definition at line 18 of file EgHLTOfflineSummaryClient.cc.
References dbe_, dirName_, egHLTSumHistXBins_, eleHLTFilterNames_, eleHLTFilterNamesForSumBit_, eleQTestsForSumBit_, fillQTestData_(), filterInactiveTriggers_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hltTag_, Utilities::operator, phoHLTFilterNames_, phoHLTFilterNamesForSumBit_, phoQTestsForSumBit_, runClientEndJob_, runClientEndLumiBlock_, runClientEndRun_, AlCaHLTBitMon_QueryRunRegistry::string, usePathNames_, and ~EgHLTOfflineSummaryClient().
|
overridedefault |
Referenced by EgHLTOfflineSummaryClient(), and operator=().
|
override |
Definition at line 114 of file EgHLTOfflineSummaryClient.cc.
Referenced by operator=().
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 68 of file EgHLTOfflineSummaryClient.cc.
Referenced by operator=().
|
inlineoverride |
Definition at line 87 of file EgHLTOfflineSummaryClient.h.
References endLuminosityBlock(), fillQTestData_(), diMuonOutputModule_cfi::filterName, getEgHLTFiltersToMon_(), getEgHLTSumHist_(), getQTestBinData_(), getQTestResults_(), label, listBenchmarks::pattern, runClient_(), splitStringsToPairs_(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 79 of file EgHLTOfflineSummaryClient.cc.
References egHLTFiltersToMon_, egHLTFiltersToMonPaths_, eleHLTFilterNames_, eleHLTFilterNamesForSumBit_, egHLT::trigTools::filterInactiveTriggers(), filterInactiveTriggers_, egHLT::trigTools::getActiveFilters(), getEgHLTFiltersToMon_(), hltTag_, HLTConfigProvider::init(), isSetup_, phoHLTFilterNames_, phoHLTFilterNamesForSumBit_, egHLT::trigTools::translateFiltersToPathNames(), and usePathNames_.
Referenced by operator=().
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 74 of file EgHLTOfflineSummaryClient.cc.
References runClient_(), and runClientEndJob_.
Referenced by operator=().
|
override |
Definition at line 119 of file EgHLTOfflineSummaryClient.cc.
References runClient_(), and runClientEndLumiBlock_.
Referenced by beginLuminosityBlock().
|
override |
Definition at line 108 of file EgHLTOfflineSummaryClient.cc.
References runClient_(), and runClientEndRun_.
Referenced by operator=().
|
staticprivate |
Definition at line 254 of file EgHLTOfflineSummaryClient.cc.
References edm::ParameterSet::getParameter(), label, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by beginLuminosityBlock(), and EgHLTOfflineSummaryClient().
|
private |
Definition at line 220 of file EgHLTOfflineSummaryClient.cc.
References eleHLTFilterNames_, phoHLTFilterNames_, and edm::swap().
Referenced by beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 182 of file EgHLTOfflineSummaryClient.cc.
References DQMStore::book2D(), dbe_, dirName_, egHLTFiltersToMon_, egHLTFiltersToMonPaths_, egHLTSumHistName_, egHLTSumHistXBins_, DQMStore::get(), create_public_lumi_plots::hist, dataset::name, DQMStore::setCurrentFolder(), and usePathNames_.
Referenced by beginLuminosityBlock(), and runClient_().
|
private |
Referenced by beginLuminosityBlock().
|
private |
Definition at line 233 of file EgHLTOfflineSummaryClient.cc.
References dbe_, dirName_, DQMStore::getMatchingContents(), and listBenchmarks::pattern.
Referenced by beginLuminosityBlock(), and runClient_().
|
inlineprivate |
Definition at line 73 of file EgHLTOfflineSummaryClient.h.
References analyze(), beginJob(), beginRun(), EnergyCorrector::c, EgHLTOfflineSummaryClient(), endJob(), endRun(), writedatasetfile::run, and ~EgHLTOfflineSummaryClient().
|
private |
Definition at line 125 of file EgHLTOfflineSummaryClient.cc.
References DQMStore::bookFloat(), dbe_, egHLTFiltersToMon_, egHLTSumHistXBins_, eleHLTFilterNamesForSumBit_, eleQTestsForSumBit_, MonitorElement::Fill(), DQMStore::get(), getEgHLTSumHist_(), getQTestResults_(), phoHLTFilterNamesForSumBit_, phoQTestsForSumBit_, MonitorElement::setBinContent(), and DQMStore::setCurrentFolder().
Referenced by beginLuminosityBlock(), endJob(), endLuminosityBlock(), and endRun().
|
private |
Definition at line 165 of file EgHLTOfflineSummaryClient.cc.
References split, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 42 of file EgHLTOfflineSummaryClient.h.
Referenced by EgHLTOfflineSummaryClient(), getEgHLTSumHist_(), getQTestResults_(), and runClient_().
|
private |
Definition at line 43 of file EgHLTOfflineSummaryClient.h.
Referenced by EgHLTOfflineSummaryClient(), getEgHLTSumHist_(), and getQTestResults_().
|
private |
Definition at line 48 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), getEgHLTSumHist_(), and runClient_().
|
private |
Definition at line 63 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), and getEgHLTSumHist_().
|
private |
Definition at line 44 of file EgHLTOfflineSummaryClient.h.
Referenced by getEgHLTSumHist_().
|
private |
Definition at line 55 of file EgHLTOfflineSummaryClient.h.
Referenced by EgHLTOfflineSummaryClient(), getEgHLTSumHist_(), and runClient_().
|
private |
Definition at line 46 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), EgHLTOfflineSummaryClient(), and getEgHLTFiltersToMon_().
|
private |
Definition at line 50 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), EgHLTOfflineSummaryClient(), and runClient_().
|
private |
Definition at line 56 of file EgHLTOfflineSummaryClient.h.
Referenced by EgHLTOfflineSummaryClient(), and runClient_().
|
private |
Definition at line 66 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), and EgHLTOfflineSummaryClient().
|
private |
Definition at line 68 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), and EgHLTOfflineSummaryClient().
|
private |
Definition at line 67 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun().
|
private |
Definition at line 47 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), EgHLTOfflineSummaryClient(), and getEgHLTFiltersToMon_().
|
private |
Definition at line 51 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), EgHLTOfflineSummaryClient(), and runClient_().
|
private |
Definition at line 57 of file EgHLTOfflineSummaryClient.h.
Referenced by EgHLTOfflineSummaryClient(), and runClient_().
|
private |
Definition at line 61 of file EgHLTOfflineSummaryClient.h.
Referenced by EgHLTOfflineSummaryClient(), and endJob().
|
private |
Definition at line 59 of file EgHLTOfflineSummaryClient.h.
Referenced by EgHLTOfflineSummaryClient(), and endLuminosityBlock().
|
private |
Definition at line 60 of file EgHLTOfflineSummaryClient.h.
Referenced by EgHLTOfflineSummaryClient(), and endRun().
|
private |
Definition at line 64 of file EgHLTOfflineSummaryClient.h.
Referenced by beginRun(), EgHLTOfflineSummaryClient(), and getEgHLTSumHist_().