#include <TrigResRateMon.h>
Classes | |
class | DatasetInfo |
class | PathInfo |
class | PathInfoCollection |
Public Attributes | |
edm::Handle < trigger::TriggerEvent > | fTriggerObj |
PathInfoCollection | hltPaths_ |
PathInfoCollection | hltPathsDiagonal_ |
Private Member Functions | |
void | addLumiToAverage (double lumi) |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
void | beginRun (const edm::Run &run, const edm::EventSetup &c) |
void | bookCountsPerPath () |
void | bookTestHisto () |
void | clearCountsPerPath () |
void | clearLumiAverage () |
void | countHLTGroupBXHitsEndLumiBlock (const int &lumi) |
void | countHLTGroupHitsEndLumiBlock (const int &lumi) |
void | countHLTGroupL1HitsEndLumiBlock (const int &lumi) |
void | countHLTPathHitsEndLumiBlock (const int &lumi) |
virtual void | endJob () |
void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
void | endRun (const edm::Run &run, const edm::EventSetup &c) |
EndRun. More... | |
void | fillCountsPerPath (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | fillHltMatrix (const edm::TriggerNames &triggerNames, const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | filltestHisto (const int &lumi) |
void | fillXsecPerDataset (const int &lumi) |
void | findReferenceTriggerIndex () |
const std::string | getL1ConditionModuleName (const std::string &pathname) |
int | getThresholdFromName (const std::string &pathname) |
int | getTriggerTypeParsePathName (const std::string &pathname) |
bool | hasHLTPassed (const std::string &pathname, const edm::TriggerNames &triggerNames) |
bool | hasL1Passed (const std::string &pathname, const edm::TriggerNames &triggerNames) |
void | normalizeHLTMatrix () |
void | printCountsPerPathThisLumi () |
void | setupHltBxPlots () |
void | setupHltLsPlots () |
void | setupHltMatrix (const std::string &label, std::vector< std::string > &paths) |
void | setupStreamMatrix (const std::string &label, std::vector< std::string > &paths) |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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 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) |
Module to monitor rates from TriggerResults
Implementation: <Notes on="" implementation>="">
Definition at line 87 of file TrigResRateMon.h.
|
explicit |
Definition at line 16 of file TrigResRateMon.cc.
References DQMStore::book1D(), gather_cfg::cout, custompathnamepairs_, dbe_, dirname_, doCombineRuns_, doVBTFMuon_, dRMax_, dRMaxElectronMuon_, dxyCut_, fCustomBXPath, fIsSetup, fLumiFlag, found_zbIndex, foundReferenceTrigger_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hltPaths_, edm::InputTag::instance(), isAlsoTrackerMuon_, jmsDebug, jmsFakeZBCounts, edm::InputTag::label(), LogDebug, LSsize_, lumiScalersToken_, maskedPaths_, ME_HLT_BX, ME_HLT_CUSTOM_BX, ME_HLTAll_LS, muonHitsCut_, nBins2D_, nBins_, nBinsDR_, nBinsOneOverEt_, Nbx_, nLS_, nMatchesCut_, normalizedChi2Cut_, NULL, cppFunctionSkipper::operator, mergeAndRegister::paths, pathsIndividualHLTPathsPerLSFolder_, pathsSummaryFilterCountsFolder_, pathsSummaryFolder_, pathsSummaryHLTCorrelationsFolder_, pathsSummaryHLTPathsPerBXFolder_, pathsSummaryHLTPathsPerLSFolder_, pathsSummaryStreamsFolder_, pixelHitsCut_, plotAll_, processname_, ptMax_, ptMin_, recHitsEBTag_, recHitsEETag_, referenceBX_, referenceTrigInput_, scalersSelect, DQMStore::setCurrentFolder(), DQMStore::setVerbose(), specialPaths_, AlCaHLTBitMon_QueryRunRegistry::string, sumEtMin_, testPaths_, testPathsFolder_, thresholdFactor_, trackerHitsCut_, triggerResultsLabel_, triggerResultsToken_, triggerResultsTokenFU_, and triggerSummaryLabel_.
TrigResRateMon::~TrigResRateMon | ( | ) |
Definition at line 196 of file TrigResRateMon.cc.
|
private |
Definition at line 1640 of file TrigResRateMon.cc.
References averageInstLumi, and fjr2json::lumi.
Referenced by analyze().
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 211 of file TrigResRateMon.cc.
References addLumiToAverage(), gather_cfg::cout, edm::false, fillCountsPerPath(), fillHltMatrix(), edm::Event::getByToken(), edm::InputTag::instance(), jmsDebug, edm::InputTag::label(), LogDebug, lumiScalersToken_, nev_, nPass_, nStream_, passAny, edm::Event::triggerNames(), triggerResults, triggerResults_, triggerResultsLabel_, triggerResultsToken_, and triggerResultsTokenFU_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 325 of file TrigResRateMon.cc.
References DQMStore::book1D(), dirname_, MonitorElement::Fill(), nev_, cppFunctionSkipper::operator, and DQMStore::setCurrentFolder().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 1871 of file TrigResRateMon.cc.
References clearCountsPerPath(), clearLumiAverage(), gather_cfg::cout, jmsDebug, nPass_, and nStream_.
|
privatevirtual |
add dataset name and thier triggers to the list
Reimplemented from edm::EDAnalyzer.
Definition at line 352 of file TrigResRateMon.cc.
References averageInstLumi3LS, DQMStore::book1D(), bookCountsPerPath(), bookTestHisto(), clearLumiAverage(), TrigResRateMon::DatasetInfo::countsPerPathME_Name, gather_cfg::cout, HLTConfigProvider::datasetContent(), TrigResRateMon::DatasetInfo::datasetName, makeLayoutFileForGui::datasetNames, dbe_, dirname_, doCombineRuns_, fGroupL1TempCountPair, fGroupName, fGroupNamePathsPair, fGroupTempCountPair, findReferenceTriggerIndex(), first, fIsSetup, fPathBxTempCountPair, fPathTempCountPair, g, hltConfig_, hltPathsDiagonal_, i, edm::RunBase::id(), HLTConfigProvider::init(), jmsDebug, LogDebug, maskedPaths_, meAverageLumiPerLS, meCountsDroppedPerLS, meCountsPassPerLS, meCountsStreamPerLS, meDiagnostic, meXsecStreamPerLS, nLS_, cppFunctionSkipper::operator, EgammaValidation_cff::pathName, pathsSummaryFolder_, primaryDataSetInformation, TrigResRateMon::DatasetInfo::printMaskedPaths(), processname_, TrigResRateMon::DatasetInfo::ratePerLSME_Name, TrigResRateMon::DatasetInfo::rawCountsPerPathME_Name, rawCountsPerPD, TrigResRateMon::DatasetInfo::scaledXsecPerPathME_Name, edm::second(), DQMStore::setCurrentFolder(), TrigResRateMon::DatasetInfo::setMaskedPaths(), TrigResRateMon::DatasetInfo::setPaths(), setupHltMatrix(), HLTConfigProvider::streamContent(), AlCaHLTBitMon_QueryRunRegistry::string, TotalDroppedCounts, findQualityFiles::v, and TrigResRateMon::DatasetInfo::xsecPerPathME_Name.
|
private |
Definition at line 1549 of file TrigResRateMon.cc.
References finalCountsPerPath, hltConfig_, rawCountsPerPath, and HLTConfigProvider::size().
Referenced by beginRun().
|
private |
Definition at line 1801 of file TrigResRateMon.cc.
References DQMStore::book1D(), DQMStore::bookProfile(), dbe_, MonitorElement::getTProfile(), i, meXsecPerTestPath, mergeVDriftHistosByStation::name, nLS_, timingPdfMaker::pathname, MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), testPaths_, testPathsFolder_, indexGen::title, v_ME_CountsPerLS, v_ME_Xsec, and v_ME_XsecPerLS.
Referenced by beginRun().
|
private |
Definition at line 1612 of file TrigResRateMon.cc.
References primaryDataSetInformation, and referenceTrigCountsPS_.
Referenced by beginLuminosityBlock().
|
private |
Definition at line 1634 of file TrigResRateMon.cc.
References averageInstLumi.
Referenced by beginLuminosityBlock(), and beginRun().
|
private |
Definition at line 2039 of file TrigResRateMon.cc.
References b, plotTTrigFromHistos::binNumber(), runGlobalFakeInputProducer::bxOffset, fGroupNamePathsPair, fPathBxTempCountPair, MonitorElement::getTH2F(), j, gen::k, LogDebug, LogTrace, ME_HLT_BX, Nbx_, timingPdfMaker::pathname, referenceBX_, edm::second(), findQualityFiles::size, AlCaHLTBitMon_QueryRunRegistry::string, v_ME_Total_BX, and v_ME_Total_BX_Norm.
|
private |
Definition at line 2261 of file TrigResRateMon.cc.
References dbe_, fGroupNamePathsPair, fGroupTempCountPair, DQMStore::get(), MonitorElement::getTH1(), MonitorElement::getTH1F(), MonitorElement::getTH2F(), i, LogDebug, LogTrace, LSsize_, timingPdfMaker::pathname, pathsSummaryFolder_, and pathsSummaryHLTPathsPerLSFolder_.
|
private |
Definition at line 2181 of file TrigResRateMon.cc.
References dbe_, fGroupL1TempCountPair, fGroupNamePathsPair, DQMStore::get(), MonitorElement::getTH1(), MonitorElement::getTH1F(), i, LogDebug, LogTrace, LSsize_, timingPdfMaker::pathname, pathsSummaryFolder_, and pathsSummaryHLTPathsPerLSFolder_.
|
private |
Definition at line 2370 of file TrigResRateMon.cc.
References dbe_, fPathTempCountPair, DQMStore::get(), MonitorElement::getTH1(), MonitorElement::getTH2F(), i, LogDebug, LogTrace, LSsize_, ME_HLTAll_LS, timingPdfMaker::pathname, pathsIndividualHLTPathsPerLSFolder_, pathsSummaryFolder_, AlCaHLTBitMon_QueryRunRegistry::string, and v_ME_HLTAll_LS.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 344 of file TrigResRateMon.cc.
References nev_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 1886 of file TrigResRateMon.cc.
References averageInstLumi, gather_cfg::cout, dbe_, MonitorElement::DQM_KIND_INT, filltestHisto(), fillXsecPerDataset(), DQMStore::get(), MonitorElement::getIntValue(), MonitorElement::getTH1F(), edm::LuminosityBlockBase::id(), jmsDebug, MonitorElement::kind(), LogTrace, LSsize_, fjr2json::lumi, edm::LuminosityBlockID::luminosityBlock(), meAverageLumiPerLS, meCountsDroppedPerLS, meCountsPassPerLS, meCountsStreamPerLS, meDiagnostic, meXsecStreamPerLS, nPass_, nStream_, printCountsPerPathThisLumi(), and TotalDroppedCounts.
|
privatevirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 1022 of file TrigResRateMon.cc.
References edm::RunBase::id(), and LogDebug.
|
private |
Definition at line 1448 of file TrigResRateMon.cc.
References accept(), gather_cfg::cout, dbe_, finalCountsPerPath, foundReferenceTrigger_, DQMStore::get(), hltConfig_, edm::HandleBase::isValid(), jmsDebug, HLTConfigProvider::prescaleValues(), primaryDataSetInformation, rawCountsPerPath, referenceTrigCountsPS_, referenceTrigIndex_, referenceTrigName_, HLTConfigProvider::size(), AlCaHLTBitMon_QueryRunRegistry::string, HLTConfigProvider::triggerIndex(), HLTConfigProvider::triggerName(), and triggerResults_.
Referenced by analyze().
|
private |
Definition at line 1203 of file TrigResRateMon.cc.
References gather_cfg::cout, dbe_, fGroupNamePathsPair, first, g, DQMStore::get(), MonitorElement::getTH1F(), hltConfig_, i, jmsDebug, LogTrace, passAny, pathsSummaryFolder_, HLTConfigProvider::prescaleValues(), rawCountsPerPD, edm::second(), HLTConfigProvider::streamContent(), edm::TriggerNames::triggerIndex(), triggerResults_, and funct::true.
Referenced by analyze().
|
private |
Definition at line 1978 of file TrigResRateMon.cc.
References averageInstLumi, averageInstLumi3LS, finalCountsPerPath, MonitorElement::getTH1F(), MonitorElement::getTProfile(), hltConfig_, i, cmsHarvester::index, LSsize_, meXsecPerTestPath, timingPdfMaker::pathname, rawCountsPerPath, HLTConfigProvider::size(), AlCaHLTBitMon_QueryRunRegistry::string, testPaths_, HLTConfigProvider::triggerName(), v_ME_CountsPerLS, v_ME_Xsec, and v_ME_XsecPerLS.
Referenced by endLuminosityBlock().
|
private |
PD rate plot
Definition at line 1650 of file TrigResRateMon.cc.
References averageInstLumi, gather_cfg::cout, dbe_, DQMStore::get(), MonitorElement::getTH1F(), jmsDebug, LSsize_, primaryDataSetInformation, RPCpg::rate(), rawCountsPerPD, and referenceTrigCountsPS_.
Referenced by endLuminosityBlock().
|
private |
Definition at line 1563 of file TrigResRateMon.cc.
References gather_cfg::cout, foundReferenceTrigger_, hltConfig_, jmsDebug, referenceTrigCountsPS_, referenceTrigIndex_, referenceTrigInput_, referenceTrigName_, HLTConfigProvider::size(), AlCaHLTBitMon_QueryRunRegistry::string, and HLTConfigProvider::triggerName().
Referenced by beginRun().
|
private |
Definition at line 2515 of file TrigResRateMon.cc.
References hltConfig_, HLTConfigProvider::moduleLabels(), and HLTConfigProvider::moduleType().
|
private |
Definition at line 2582 of file TrigResRateMon.cc.
References i, mergeVDriftHistosByStation::name, timingPdfMaker::pathname, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 2484 of file TrigResRateMon.cc.
References trigger::TriggerBJet, trigger::TriggerElectron, trigger::TriggerJet, trigger::TriggerMET, trigger::TriggerMuon, trigger::TriggerPhoton, trigger::TriggerTau, trigger::TriggerTET, and trigger::TriggerTrack.
|
private |
Definition at line 2568 of file TrigResRateMon.cc.
References edm::TriggerNames::triggerIndex(), and triggerResults_.
|
private |
Definition at line 2542 of file TrigResRateMon.cc.
References hltPathsDiagonal_, timingPdfMaker::pathname, edm::TriggerNames::triggerIndex(), triggerResults_, and findQualityFiles::v.
|
private |
Definition at line 2620 of file TrigResRateMon.cc.
References makeLayoutFileForGui::datasetNames, dbe_, DQMStore::get(), MonitorElement::getTH1F(), MonitorElement::getTH2F(), hltConfig_, i, pathsSummaryFolder_, pathsSummaryHLTCorrelationsFolder_, HLTConfigProvider::streamContent(), v_ME_HLTPass_Normalized_Any, v_ME_HLTPassPass, and v_ME_HLTPassPass_Normalized.
|
private |
Definition at line 1587 of file TrigResRateMon.cc.
References gather_cfg::cout, finalCountsPerPath, hltConfig_, primaryDataSetInformation, rawCountsPerPath, referenceTrigCountsPS_, referenceTrigIndex_, referenceTrigName_, HLTConfigProvider::size(), and HLTConfigProvider::triggerName().
Referenced by endLuminosityBlock().
|
private |
Definition at line 1699 of file TrigResRateMon.cc.
References DQMStore::book2D(), dbe_, MonitorElement::getTH2F(), hltPathsDiagonal_, i, ME_HLT_BX, ME_HLT_CUSTOM_BX, Nbx_, pathsSummaryFolder_, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
|
private |
Definition at line 1730 of file TrigResRateMon.cc.
References newFWLiteAna::bin, DQMStore::book2D(), dbe_, MonitorElement::getTH2F(), hltPathsDiagonal_, i, ME_HLTAll_LS, mergeVDriftHistosByStation::name, nLS_, pathsSummaryHLTPathsPerLSFolder_, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), indexGen::title, and v_ME_HLTAll_LS.
|
private |
Definition at line 1030 of file TrigResRateMon.cc.
References DQMStore::book1D(), DQMStore::bookProfile(), dbe_, MonitorElement::getTH1F(), MonitorElement::getTProfile(), i, pathsSummaryFolder_, and DQMStore::setCurrentFolder().
Referenced by beginRun().
|
private |
Definition at line 1157 of file TrigResRateMon.cc.
References DQMStore::book1D(), DQMStore::book2D(), dbe_, MonitorElement::getTH1F(), MonitorElement::getTH2F(), i, pathsSummaryFolder_, pathsSummaryHLTCorrelationsFolder_, and DQMStore::setCurrentFolder().
|
private |
Definition at line 193 of file TrigResRateMon.h.
Referenced by addLumiToAverage(), clearLumiAverage(), endLuminosityBlock(), filltestHisto(), and fillXsecPerDataset().
|
private |
Definition at line 194 of file TrigResRateMon.h.
Referenced by beginRun(), and filltestHisto().
|
private |
Definition at line 268 of file TrigResRateMon.h.
|
private |
Definition at line 266 of file TrigResRateMon.h.
|
private |
Definition at line 267 of file TrigResRateMon.h.
|
private |
Definition at line 269 of file TrigResRateMon.h.
|
private |
Definition at line 239 of file TrigResRateMon.h.
|
private |
Definition at line 297 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 152 of file TrigResRateMon.h.
Referenced by beginRun(), bookTestHisto(), countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), countHLTPathHitsEndLumiBlock(), endLuminosityBlock(), fillCountsPerPath(), fillHltMatrix(), fillXsecPerDataset(), normalizeHLTMatrix(), setupHltBxPlots(), setupHltLsPlots(), setupHltMatrix(), setupStreamMatrix(), and TrigResRateMon().
|
private |
Definition at line 313 of file TrigResRateMon.h.
Referenced by beginJob(), beginRun(), and TrigResRateMon().
|
private |
Definition at line 237 of file TrigResRateMon.h.
Referenced by beginRun(), and TrigResRateMon().
|
private |
Definition at line 238 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 247 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 248 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 289 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 252 of file TrigResRateMon.h.
|
private |
Definition at line 250 of file TrigResRateMon.h.
|
private |
Definition at line 251 of file TrigResRateMon.h.
|
private |
Definition at line 253 of file TrigResRateMon.h.
|
private |
Definition at line 184 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 304 of file TrigResRateMon.h.
Referenced by beginRun(), and countHLTGroupL1HitsEndLumiBlock().
|
private |
Definition at line 186 of file TrigResRateMon.h.
Referenced by beginRun().
|
private |
Definition at line 309 of file TrigResRateMon.h.
Referenced by beginRun(), countHLTGroupBXHitsEndLumiBlock(), countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), and fillHltMatrix().
|
private |
Definition at line 303 of file TrigResRateMon.h.
Referenced by beginRun(), and countHLTGroupHitsEndLumiBlock().
|
private |
Definition at line 192 of file TrigResRateMon.h.
Referenced by bookCountsPerPath(), fillCountsPerPath(), filltestHisto(), and printCountsPerPathThisLumi().
|
private |
Definition at line 154 of file TrigResRateMon.h.
Referenced by beginRun(), and TrigResRateMon().
|
private |
Definition at line 153 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 162 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 223 of file TrigResRateMon.h.
Referenced by fillCountsPerPath(), findReferenceTriggerIndex(), and TrigResRateMon().
|
private |
Definition at line 302 of file TrigResRateMon.h.
Referenced by beginRun(), and countHLTGroupBXHitsEndLumiBlock().
|
private |
Definition at line 301 of file TrigResRateMon.h.
Referenced by beginRun(), and countHLTPathHitsEndLumiBlock().
edm::Handle<trigger::TriggerEvent> TrigResRateMon::fTriggerObj |
Definition at line 95 of file TrigResRateMon.h.
|
private |
Definition at line 321 of file TrigResRateMon.h.
Referenced by beginRun(), bookCountsPerPath(), fillCountsPerPath(), fillHltMatrix(), filltestHisto(), findReferenceTriggerIndex(), getL1ConditionModuleName(), normalizeHLTMatrix(), and printCountsPerPathThisLumi().
PathInfoCollection TrigResRateMon::hltPaths_ |
Definition at line 864 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
PathInfoCollection TrigResRateMon::hltPathsDiagonal_ |
Definition at line 866 of file TrigResRateMon.h.
Referenced by beginRun(), hasL1Passed(), setupHltBxPlots(), and setupHltLsPlots().
|
private |
Definition at line 284 of file TrigResRateMon.h.
|
private |
Definition at line 282 of file TrigResRateMon.h.
|
private |
Definition at line 285 of file TrigResRateMon.h.
|
private |
Definition at line 283 of file TrigResRateMon.h.
|
private |
Definition at line 294 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 264 of file TrigResRateMon.h.
|
private |
Definition at line 262 of file TrigResRateMon.h.
|
private |
Definition at line 263 of file TrigResRateMon.h.
|
private |
Definition at line 265 of file TrigResRateMon.h.
|
private |
Definition at line 159 of file TrigResRateMon.h.
Referenced by analyze(), beginLuminosityBlock(), beginRun(), endLuminosityBlock(), fillCountsPerPath(), fillHltMatrix(), fillXsecPerDataset(), findReferenceTriggerIndex(), and TrigResRateMon().
|
private |
Definition at line 160 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 231 of file TrigResRateMon.h.
Referenced by countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), countHLTPathHitsEndLumiBlock(), endLuminosityBlock(), filltestHisto(), fillXsecPerDataset(), and TrigResRateMon().
|
private |
Definition at line 331 of file TrigResRateMon.h.
Referenced by analyze(), and TrigResRateMon().
|
private |
Definition at line 215 of file TrigResRateMon.h.
Referenced by beginRun(), and TrigResRateMon().
|
private |
Definition at line 165 of file TrigResRateMon.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), setupHltBxPlots(), and TrigResRateMon().
|
private |
Definition at line 166 of file TrigResRateMon.h.
Referenced by setupHltBxPlots(), and TrigResRateMon().
|
private |
Definition at line 164 of file TrigResRateMon.h.
Referenced by countHLTPathHitsEndLumiBlock(), setupHltLsPlots(), and TrigResRateMon().
|
private |
Definition at line 195 of file TrigResRateMon.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 200 of file TrigResRateMon.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 201 of file TrigResRateMon.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 202 of file TrigResRateMon.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 199 of file TrigResRateMon.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 280 of file TrigResRateMon.h.
|
private |
Definition at line 278 of file TrigResRateMon.h.
|
private |
Definition at line 281 of file TrigResRateMon.h.
|
private |
Definition at line 279 of file TrigResRateMon.h.
|
private |
Definition at line 208 of file TrigResRateMon.h.
Referenced by bookTestHisto(), and filltestHisto().
|
private |
Definition at line 203 of file TrigResRateMon.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 316 of file TrigResRateMon.h.
|
private |
Definition at line 256 of file TrigResRateMon.h.
|
private |
Definition at line 254 of file TrigResRateMon.h.
|
private |
Definition at line 255 of file TrigResRateMon.h.
|
private |
Definition at line 293 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 257 of file TrigResRateMon.h.
|
private |
Definition at line 315 of file TrigResRateMon.h.
|
private |
Definition at line 242 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 241 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 243 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 244 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 234 of file TrigResRateMon.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), setupHltBxPlots(), and TrigResRateMon().
|
private |
Definition at line 148 of file TrigResRateMon.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 230 of file TrigResRateMon.h.
Referenced by beginRun(), bookTestHisto(), setupHltLsPlots(), and TrigResRateMon().
|
private |
Definition at line 295 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 290 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 150 of file TrigResRateMon.h.
Referenced by analyze(), beginLuminosityBlock(), and endLuminosityBlock().
|
private |
Definition at line 149 of file TrigResRateMon.h.
Referenced by analyze(), beginLuminosityBlock(), and endLuminosityBlock().
|
private |
Definition at line 151 of file TrigResRateMon.h.
Referenced by analyze(), and fillHltMatrix().
|
private |
Definition at line 182 of file TrigResRateMon.h.
Referenced by countHLTPathHitsEndLumiBlock(), and TrigResRateMon().
|
private |
Definition at line 180 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 179 of file TrigResRateMon.h.
|
private |
Definition at line 176 of file TrigResRateMon.h.
Referenced by beginRun(), countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), countHLTPathHitsEndLumiBlock(), fillHltMatrix(), normalizeHLTMatrix(), setupHltBxPlots(), setupHltMatrix(), setupStreamMatrix(), and TrigResRateMon().
|
private |
Definition at line 178 of file TrigResRateMon.h.
Referenced by normalizeHLTMatrix(), setupStreamMatrix(), and TrigResRateMon().
|
private |
Definition at line 183 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 181 of file TrigResRateMon.h.
Referenced by countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), setupHltLsPlots(), and TrigResRateMon().
|
private |
Definition at line 177 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 272 of file TrigResRateMon.h.
|
private |
Definition at line 270 of file TrigResRateMon.h.
|
private |
Definition at line 271 of file TrigResRateMon.h.
|
private |
Definition at line 273 of file TrigResRateMon.h.
|
private |
Definition at line 292 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 236 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 502 of file TrigResRateMon.h.
Referenced by beginRun(), clearCountsPerPath(), fillCountsPerPath(), fillXsecPerDataset(), and printCountsPerPathThisLumi().
|
private |
Definition at line 314 of file TrigResRateMon.h.
Referenced by beginRun(), and TrigResRateMon().
|
private |
Definition at line 246 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 245 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 191 of file TrigResRateMon.h.
Referenced by bookCountsPerPath(), fillCountsPerPath(), filltestHisto(), and printCountsPerPathThisLumi().
|
private |
Definition at line 190 of file TrigResRateMon.h.
Referenced by beginRun(), fillHltMatrix(), and fillXsecPerDataset().
|
private |
Definition at line 320 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 320 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 233 of file TrigResRateMon.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), and TrigResRateMon().
|
private |
Definition at line 224 of file TrigResRateMon.h.
Referenced by clearCountsPerPath(), fillCountsPerPath(), fillXsecPerDataset(), findReferenceTriggerIndex(), and printCountsPerPathThisLumi().
|
private |
Definition at line 222 of file TrigResRateMon.h.
Referenced by fillCountsPerPath(), findReferenceTriggerIndex(), and printCountsPerPathThisLumi().
|
private |
Definition at line 220 of file TrigResRateMon.h.
Referenced by findReferenceTriggerIndex(), and TrigResRateMon().
|
private |
Definition at line 221 of file TrigResRateMon.h.
Referenced by fillCountsPerPath(), findReferenceTriggerIndex(), and printCountsPerPathThisLumi().
|
private |
Definition at line 323 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 311 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 286 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 260 of file TrigResRateMon.h.
|
private |
Definition at line 258 of file TrigResRateMon.h.
|
private |
Definition at line 259 of file TrigResRateMon.h.
|
private |
Definition at line 261 of file TrigResRateMon.h.
|
private |
Definition at line 216 of file TrigResRateMon.h.
Referenced by bookTestHisto(), filltestHisto(), and TrigResRateMon().
|
private |
Definition at line 175 of file TrigResRateMon.h.
Referenced by bookTestHisto(), and TrigResRateMon().
|
private |
Definition at line 317 of file TrigResRateMon.h.
|
private |
Definition at line 232 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 198 of file TrigResRateMon.h.
Referenced by beginRun(), and endLuminosityBlock().
|
private |
Definition at line 276 of file TrigResRateMon.h.
|
private |
Definition at line 291 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 274 of file TrigResRateMon.h.
|
private |
Definition at line 275 of file TrigResRateMon.h.
|
private |
Definition at line 277 of file TrigResRateMon.h.
|
private |
Definition at line 300 of file TrigResRateMon.h.
|
private |
Definition at line 299 of file TrigResRateMon.h.
|
private |
Definition at line 326 of file TrigResRateMon.h.
Referenced by analyze(), fillCountsPerPath(), fillHltMatrix(), hasHLTPassed(), and hasL1Passed().
|
private |
Definition at line 319 of file TrigResRateMon.h.
Referenced by analyze(), and TrigResRateMon().
|
private |
Definition at line 329 of file TrigResRateMon.h.
Referenced by analyze(), and TrigResRateMon().
|
private |
Definition at line 330 of file TrigResRateMon.h.
Referenced by analyze(), and TrigResRateMon().
|
private |
Definition at line 318 of file TrigResRateMon.h.
Referenced by TrigResRateMon().
|
private |
Definition at line 210 of file TrigResRateMon.h.
Referenced by bookTestHisto(), and filltestHisto().
|
private |
Definition at line 167 of file TrigResRateMon.h.
Referenced by countHLTPathHitsEndLumiBlock(), and setupHltLsPlots().
|
private |
Definition at line 173 of file TrigResRateMon.h.
Referenced by normalizeHLTMatrix().
|
private |
Definition at line 171 of file TrigResRateMon.h.
Referenced by normalizeHLTMatrix().
|
private |
Definition at line 172 of file TrigResRateMon.h.
Referenced by normalizeHLTMatrix().
|
private |
Definition at line 168 of file TrigResRateMon.h.
Referenced by countHLTGroupBXHitsEndLumiBlock().
|
private |
Definition at line 169 of file TrigResRateMon.h.
Referenced by countHLTGroupBXHitsEndLumiBlock().
|
private |
Definition at line 211 of file TrigResRateMon.h.
Referenced by bookTestHisto(), and filltestHisto().
|
private |
Definition at line 209 of file TrigResRateMon.h.
Referenced by bookTestHisto(), and filltestHisto().
|
private |
Definition at line 161 of file TrigResRateMon.h.