#include <FourVectorHLTOffline.h>
Classes | |
class | PathInfo |
class | PathInfoCollection |
Public Member Functions | |
void | cleanDRMatchSet (mmset &tempSet) |
Clean DR Match Set. More... | |
FourVectorHLTOffline (const edm::ParameterSet &) | |
~FourVectorHLTOffline () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
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 | 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 | fillHltMatrix (const edm::TriggerNames &triggerNames) |
int | getHltThresholdFromName (const std::string &pathname) |
const std::string | getL1ConditionModuleName (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) |
bool | isVBTFMuon (const reco::Muon &muon) |
std::string | removeVersions (std::string histVersion) |
void | selectElectrons (const edm::Event &iEvent, const edm::EventSetup &iSetup, const edm::Handle< reco::GsfElectronCollection > &eleHandle) |
void | selectJets (const edm::Event &iEvent, const edm::Handle< reco::CaloJetCollection > &jetHandle) |
void | selectMet (const edm::Handle< reco::CaloMETCollection > &metHandle) |
void | selectMuons (const edm::Handle< reco::MuonCollection > &muonHandle) |
void | selectPhotons (const edm::Handle< reco::PhotonCollection > &phoHandle) |
void | selectTaus (const edm::Event &iEvent) |
void | setupHltBxPlots () |
void | setupHltLsPlots () |
void | setupHltMatrix (const std::string &label, std::vector< std::string > &paths) |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Description: This is a DQM source meant to plot high-level HLT trigger quantities as stored in the HLT results object TriggerResults
Implementation: <Notes on="" implementation>="">
Definition at line 113 of file FourVectorHLTOffline.h.
|
explicit |
Definition at line 15 of file FourVectorHLTOffline.cc.
References bjetDRMatch_, bjetEtaMax_, bjetEtMin_, bjetL1DRMatch_, DQMStore::book1D(), custompathnamepairs_, dbe_, deltaEtaSuperClusterTrackAtVtxEB_, deltaEtaSuperClusterTrackAtVtxEC_, deltaPhiSuperClusterTrackAtVtxEB_, deltaPhiSuperClusterTrackAtVtxEC_, dirname_, doCombineRuns_, dr03TkSumPtEB_, dr03TkSumPtEC_, dr04EcalRecHitSumEtEB_, dr04EcalRecHitSumEtEC_, dr04HcalTowerSumEtEB_, dr04HcalTowerSumEtEC_, dRMax_, dxyCut_, electronDRMatch_, electronEtaMax_, electronEtMin_, electronL1DRMatch_, eleMaxOver3x3_, emEnergyFractionJet_, fCustomBXPath, fHPDJet_, fIsSetup, fLumiFlag, fSelectedElectrons, fSelectedJets, fSelectedMet, fSelectedMuons, fSelectedPhotons, fSelectedTaus, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hadronicOverEmEB_, hadronicOverEmEC_, hltPaths_, htDRMatch_, htEtaMax_, htL1DRMatch_, htMin_, isAlsoTrackerMuon_, jetDRMatch_, jetEtaMax_, jetEtMin_, jetID, jetL1DRMatch_, LogDebug, LSsize_, ME_HLT_BX, ME_HLT_CUSTOM_BX, ME_HLTAll_LS, metDRMatch_, metEtaMax_, metL1DRMatch_, metMin_, muonDRMatch_, muonEtaMax_, muonEtMin_, muonHitsCut_, muonL1DRMatch_, muonRecoCollectionName_, n90Jet_, nBins2D_, nBins_, nBinsDR_, nBinsOneOverEt_, Nbx_, nLS_, nMatchesCut_, normalizedChi2Cut_, NULL, cmsCodeRules.cppFunctionSkipper::operator, EgammaValidation_cff::paths, pathsSummaryFilterCountsFolder_, pathsSummaryFolder_, pathsSummaryHLTCorrelationsFolder_, pathsSummaryHLTPathsPerLSFolder_, photonDRMatch_, photonEtaMax_, photonEtMin_, photonL1DRMatch_, pixelHitsCut_, plotAll_, processname_, ptMax_, ptMin_, recHitsEBTag_, recHitsEETag_, referenceBX_, scalersSelect, DQMStore::setCurrentFolder(), DQMStore::setVerbose(), sigmaIetaIetaEB_, sigmaIetaIetaEC_, sigmaIetaIetaSpikesEB_, sigmaIetaIetaSpikesEC_, specialPaths_, sumEtMin_, tauDRMatch_, tauDscrmtrLabel1_, tauDscrmtrLabel2_, tauDscrmtrLabel3_, tauEtaMax_, tauEtMin_, tauL1DRMatch_, thresholdFactor_, trackDRMatch_, trackerHitsCut_, trackEtaMax_, trackEtMin_, trackL1DRMatch_, triggerResultsLabel_, triggerSummaryLabel_, and useUM.
FourVectorHLTOffline::~FourVectorHLTOffline | ( | ) |
Definition at line 216 of file FourVectorHLTOffline.cc.
References fSelectedElectrons, fSelectedJets, fSelectedMet, fSelectedMuons, fSelectedPhotons, and fSelectedTaus.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 237 of file FourVectorHLTOffline.cc.
References bjetDRMatch_, bjetEtaMax_, bjetEtMin_, bjetL1DRMatch_, BaseMonitor::clearSets(), dRMax_, electronDRMatch_, electronEtaMax_, electronEtMin_, electronL1DRMatch_, fBeamSpotHandle, fillHltMatrix(), BaseMonitor::fillL1Match(), BaseMonitor::fillOnlineMatch(), fSelElectronsHandle, fSelJetsHandle, fSelMetHandle, fSelMuonsHandle, fSelTausHandle, fTriggerObj, fTriggerResults, edm::Event::getByLabel(), gsfElectrons_cfi::gsfElectrons, hltConfig_, hltPaths_, hltPathsDiagonal_, i, edm::InputTag::instance(), edm::HandleBase::isValid(), jetDRMatch_, jetEtaMax_, jetEtMin_, jetL1DRMatch_, edm::InputTag::label(), LogDebug, LogTrace, metDRMatch_, metEtaMax_, metL1DRMatch_, metMin_, HLTConfigProvider::moduleLabels(), LaserDQM_cfi::mon, BaseMonitor::monitorL1(), BaseMonitor::monitorOffline(), BaseMonitor::monitorOnline(), muonDRMatch_, muonEtaMax_, muonEtMin_, muonL1DRMatch_, muonRecoCollectionName_, nev_, NULL, photonDRMatch_, photonEtaMax_, photonEtMin_, photonL1DRMatch_, processname_, selectElectrons(), selectJets(), selectMet(), selectMuons(), selectPhotons(), selectTaus(), objMonData< T >::setLimits(), BaseMonitor::setPath(), objMonData< T >::setReco(), objMonData< T >::setRecoB(), edm::TriggerNames::size(), tauDRMatch_, tauEtaMax_, tauEtMin_, tauL1DRMatch_, thresholdFactor_, trigger::TriggerBJet, trigger::TriggerElectron, trigger::TriggerJet, trigger::TriggerL1CenJet, trigger::TriggerL1ETM, trigger::TriggerL1ETT, trigger::TriggerL1ForJet, trigger::TriggerL1IsoEG, trigger::TriggerL1Mu, trigger::TriggerL1NoIsoEG, trigger::TriggerL1TauJet, trigger::TriggerMET, trigger::TriggerMuon, edm::Event::triggerNames(), trigger::TriggerPhoton, triggerResultsLabel_, triggerSummaryLabel_, trigger::TriggerTau, trigger::TriggerTET, and v.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 750 of file FourVectorHLTOffline.cc.
References dirname_, nev_, cmsCodeRules.cppFunctionSkipper::operator, DQMStore::rmdir(), and DQMStore::setCurrentFolder().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 1791 of file FourVectorHLTOffline.cc.
|
privatevirtual |
add dataset name and thier triggers to the list
Reimplemented from edm::EDAnalyzer.
Definition at line 777 of file FourVectorHLTOffline.cc.
References bjetEtaMax_, DQMStore::book1D(), DQMStore::book2D(), custompathnamepairs_, HLTConfigProvider::datasetContent(), HLTConfigProvider::datasetNames(), dbe_, dirname_, doCombineRuns_, dRMax_, electronEtaMax_, fGroupL1TempCountPair, fGroupName, fGroupNamePathsPair, fGroupTempCountPair, filters, first, fIsSetup, fPathBxTempCountPair, fPathTempCountPair, g, getHltThresholdFromName(), getL1ConditionModuleName(), getTriggerTypeParsePathName(), hltConfig_, hltPaths_, hltPathsDiagonal_, i, edm::RunBase::id(), HLTConfigProvider::init(), j, jetEtaMax_, gen::k, LogDebug, LogTrace, metEtaMax_, HLTConfigProvider::moduleEDMType(), HLTConfigProvider::moduleIndex(), HLTConfigProvider::moduleLabels(), HLTConfigProvider::moduleType(), muonEtaMax_, n, nBins2D_, nBins_, nBinsOneOverEt_, cmsCodeRules.cppFunctionSkipper::operator, pathName(), pathsSummaryFilterCountsFolder_, pathsSummaryFolder_, photonEtaMax_, Pi, plotAll_, processname_, jptDQMConfig_cff::ptMax, PtMinSelector_cfg::ptMin, removeVersions(), edm::second(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), setupHltMatrix(), HLTConfigProvider::size(), tauEtaMax_, indexGen::title, trackEtaMax_, trigger::TriggerBJet, trigger::TriggerElectron, trigger::TriggerJet, trigger::TriggerL1CenJet, trigger::TriggerL1ETM, trigger::TriggerL1ForJet, trigger::TriggerL1IsoEG, trigger::TriggerL1Mu, trigger::TriggerL1NoIsoEG, trigger::TriggerL1TauJet, trigger::TriggerMET, trigger::TriggerMuon, HLTConfigProvider::triggerName(), trigger::TriggerPhoton, trigger::TriggerTau, trigger::TriggerTET, trigger::TriggerTrack, useUM, and v.
void FourVectorHLTOffline::cleanDRMatchSet | ( | mmset & | tempSet | ) |
Clean DR Match Set.
Definition at line 1361 of file FourVectorHLTOffline.cc.
Referenced by objMonData< T >::fillL1OffMatch(), objMonData< T >::fillOnL1Match(), and objMonData< T >::fillOnOffMatch().
|
private |
Definition at line 1814 of file FourVectorHLTOffline.cc.
References b, fGroupNamePathsPair, fPathBxTempCountPair, MonitorElement::getTH2F(), j, gen::k, LogDebug, LogTrace, ME_HLT_BX, Nbx_, referenceBX_, edm::second(), findQualityFiles::size, v_ME_Total_BX, and v_ME_Total_BX_Norm.
|
private |
Definition at line 2032 of file FourVectorHLTOffline.cc.
References dbe_, fGroupNamePathsPair, fGroupTempCountPair, DQMStore::get(), MonitorElement::getTH1(), MonitorElement::getTH1F(), i, LogDebug, LogTrace, LSsize_, and pathsSummaryHLTPathsPerLSFolder_.
Referenced by endLuminosityBlock().
|
private |
Definition at line 1953 of file FourVectorHLTOffline.cc.
References dbe_, fGroupL1TempCountPair, fGroupNamePathsPair, DQMStore::get(), MonitorElement::getTH1(), MonitorElement::getTH1F(), i, LogDebug, LogTrace, LSsize_, and pathsSummaryHLTPathsPerLSFolder_.
Referenced by endLuminosityBlock().
|
private |
Definition at line 2111 of file FourVectorHLTOffline.cc.
References dbe_, fPathTempCountPair, DQMStore::get(), MonitorElement::getTH2F(), LogDebug, LogTrace, LSsize_, and ME_HLTAll_LS.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 769 of file FourVectorHLTOffline.cc.
References nev_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 1799 of file FourVectorHLTOffline.cc.
References countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), edm::LuminosityBlockBase::id(), LogTrace, fjr2json::lumi, and edm::LuminosityBlockID::luminosityBlock().
|
privatevirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 1353 of file FourVectorHLTOffline.cc.
References edm::RunBase::id(), and LogDebug.
|
private |
Definition at line 1604 of file FourVectorHLTOffline.cc.
References dbe_, fGroupNamePathsPair, fTriggerResults, DQMStore::get(), MonitorElement::getTH1F(), MonitorElement::getTH2F(), i, j, LogTrace, edm::second(), and edm::TriggerNames::triggerIndex().
Referenced by analyze().
|
private |
Definition at line 2566 of file FourVectorHLTOffline.cc.
References i, and mergeVDriftHistosByStation::name.
Referenced by beginRun().
|
private |
Definition at line 2257 of file FourVectorHLTOffline.cc.
References hltConfig_, HLTConfigProvider::moduleLabels(), and HLTConfigProvider::moduleType().
Referenced by beginRun().
|
private |
Definition at line 2226 of file FourVectorHLTOffline.cc.
References trigger::TriggerBJet, trigger::TriggerElectron, trigger::TriggerJet, trigger::TriggerMET, trigger::TriggerMuon, trigger::TriggerPhoton, trigger::TriggerTau, trigger::TriggerTET, and trigger::TriggerTrack.
Referenced by beginRun().
|
private |
Definition at line 2310 of file FourVectorHLTOffline.cc.
References fTriggerResults, and edm::TriggerNames::triggerIndex().
|
private |
Definition at line 2284 of file FourVectorHLTOffline.cc.
References fTriggerResults, hltPathsDiagonal_, edm::TriggerNames::triggerIndex(), and v.
|
private |
Definition at line 2604 of file FourVectorHLTOffline.cc.
References dxyCut_, fBeamSpotHandle, reco::Muon::globalTrack(), reco::Muon::innerTrack(), reco::Muon::isTrackerMuon(), edm::HandleBase::isValid(), muonHitsCut_, nMatchesCut_, normalizedChi2Cut_, reco::Muon::numberOfMatches(), pixelHitsCut_, and trackerHitsCut_.
Referenced by selectMuons().
|
private |
Definition at line 2643 of file FourVectorHLTOffline.cc.
References pos, and BeamSplash_cfg::version.
Referenced by beginRun().
|
private |
Definition at line 2349 of file FourVectorHLTOffline.cc.
References deltaEtaSuperClusterTrackAtVtxEB_, deltaEtaSuperClusterTrackAtVtxEC_, deltaPhiSuperClusterTrackAtVtxEB_, deltaPhiSuperClusterTrackAtVtxEC_, dr03TkSumPtEB_, dr03TkSumPtEC_, dr04EcalRecHitSumEtEB_, dr04EcalRecHitSumEtEC_, dr04HcalTowerSumEtEB_, dr04HcalTowerSumEtEC_, EcalClusterLazyTools::e3x3(), eleMaxOver3x3_, EcalClusterLazyTools::eMax(), fSelectedElectrons, fSelElectronsHandle, edm::Event::getByLabel(), hadronicOverEmEB_, hadronicOverEmEC_, edm::HandleBase::isValid(), edm::HandleBase::provenance(), recHitsEBTag_, recHitsEETag_, reco::CaloCluster::seed(), sigmaIetaIetaEB_, sigmaIetaIetaEC_, sigmaIetaIetaSpikesEB_, and sigmaIetaIetaSpikesEC_.
Referenced by analyze().
|
private |
Definition at line 2468 of file FourVectorHLTOffline.cc.
References reco::helper::JetIDHelper::calculate(), emEnergyFractionJet_, reco::helper::JetIDHelper::fHPD(), fHPDJet_, fSelectedJets, fSelJetsHandle, edm::HandleBase::isValid(), jetID, n90Jet_, and edm::HandleBase::provenance().
Referenced by analyze().
|
private |
Definition at line 2498 of file FourVectorHLTOffline.cc.
References fSelectedMet, fSelMetHandle, edm::HandleBase::isValid(), and edm::HandleBase::provenance().
Referenced by analyze().
|
private |
Definition at line 2324 of file FourVectorHLTOffline.cc.
References fSelectedMuons, fSelMuonsHandle, muon::GlobalMuonPromptTight, muon::isGoodMuon(), edm::HandleBase::isValid(), isVBTFMuon(), edm::HandleBase::provenance(), and muon::TrackerMuonArbitrated.
Referenced by analyze().
|
private |
Definition at line 2436 of file FourVectorHLTOffline.cc.
References fSelectedPhotons, fSelPhotonsHandle, edm::HandleBase::isValid(), and edm::HandleBase::provenance().
Referenced by analyze().
|
private |
Definition at line 2521 of file FourVectorHLTOffline.cc.
References fSelectedTaus, fSelTausHandle, edm::Event::getByLabel(), i, edm::HandleBase::isValid(), edm::HandleBase::provenance(), tauDscrmtrLabel1_, tauDscrmtrLabel2_, and tauDscrmtrLabel3_.
Referenced by analyze().
|
private |
Definition at line 1727 of file FourVectorHLTOffline.cc.
References DQMStore::book2D(), dbe_, MonitorElement::getTH2F(), hltPathsDiagonal_, i, ME_HLT_BX, Nbx_, pathsSummaryFolder_, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
|
private |
Definition at line 1761 of file FourVectorHLTOffline.cc.
References DQMStore::book2D(), dbe_, MonitorElement::getTH2F(), hltPathsDiagonal_, i, ME_HLTAll_LS, nLS_, pathsSummaryHLTPathsPerLSFolder_, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
|
private |
Definition at line 1507 of file FourVectorHLTOffline.cc.
References DQMStore::book1D(), DQMStore::book2D(), dbe_, MonitorElement::getTH1F(), MonitorElement::getTH2F(), i, nLS_, pathsSummaryFolder_, pathsSummaryHLTCorrelationsFolder_, pathsSummaryHLTPathsPerLSFolder_, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
Referenced by beginRun().
|
private |
Definition at line 252 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 250 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 251 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 253 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 224 of file FourVectorHLTOffline.h.
|
private |
Definition at line 312 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 164 of file FourVectorHLTOffline.h.
Referenced by beginRun(), countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), countHLTPathHitsEndLumiBlock(), fillHltMatrix(), FourVectorHLTOffline(), setupHltBxPlots(), setupHltLsPlots(), and setupHltMatrix().
|
private |
Definition at line 291 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 301 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 290 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 300 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 324 of file FourVectorHLTOffline.h.
Referenced by beginJob(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 223 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 286 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 296 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 287 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 297 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 288 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 298 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 232 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 274 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 236 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 234 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 235 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 237 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 284 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 308 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectJets().
edm::Handle<reco::BeamSpot> FourVectorHLTOffline::fBeamSpotHandle |
Definition at line 123 of file FourVectorHLTOffline.h.
Referenced by analyze(), and isVBTFMuon().
|
private |
Definition at line 192 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 319 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and countHLTGroupL1HitsEndLumiBlock().
|
private |
Definition at line 194 of file FourVectorHLTOffline.h.
Referenced by beginRun().
|
private |
Definition at line 320 of file FourVectorHLTOffline.h.
Referenced by beginRun(), countHLTGroupBXHitsEndLumiBlock(), countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), and fillHltMatrix().
|
private |
Definition at line 318 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and countHLTGroupHitsEndLumiBlock().
|
private |
Definition at line 309 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectJets().
|
private |
Definition at line 166 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 165 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 317 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and countHLTGroupBXHitsEndLumiBlock().
|
private |
Definition at line 316 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and countHLTPathHitsEndLumiBlock().
|
private |
Definition at line 199 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectElectrons(), and ~FourVectorHLTOffline().
|
private |
Definition at line 205 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectJets(), and ~FourVectorHLTOffline().
|
private |
Definition at line 208 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectMet(), and ~FourVectorHLTOffline().
|
private |
Definition at line 196 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectMuons(), and ~FourVectorHLTOffline().
|
private |
Definition at line 202 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectPhotons(), and ~FourVectorHLTOffline().
|
private |
Definition at line 213 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectTaus(), and ~FourVectorHLTOffline().
|
private |
Definition at line 200 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectElectrons().
|
private |
Definition at line 206 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectJets().
|
private |
Definition at line 209 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectMet().
|
private |
Definition at line 197 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectMuons().
|
private |
Definition at line 203 of file FourVectorHLTOffline.h.
Referenced by selectPhotons().
|
private |
Definition at line 214 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectTaus().
edm::Handle<trigger::TriggerEvent> FourVectorHLTOffline::fTriggerObj |
Definition at line 121 of file FourVectorHLTOffline.h.
Referenced by analyze(), objMonData< T >::fillOnL1Match(), objMonData< T >::fillOnlineMatch(), objMonData< T >::matchOnlineL1(), objMonData< T >::monitorL1(), and objMonData< T >::monitorOnline().
edm::Handle<edm::TriggerResults> FourVectorHLTOffline::fTriggerResults |
Definition at line 122 of file FourVectorHLTOffline.h.
Referenced by analyze(), fillHltMatrix(), hasHLTPassed(), and hasL1Passed().
|
private |
Definition at line 289 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 299 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 332 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and getL1ConditionModuleName().
PathInfoCollection FourVectorHLTOffline::hltPaths_ |
Definition at line 697 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
PathInfoCollection FourVectorHLTOffline::hltPathsDiagonal_ |
Definition at line 699 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), hasL1Passed(), setupHltBxPlots(), and setupHltLsPlots().
|
private |
Definition at line 268 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 266 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 269 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 267 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 279 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 248 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 246 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 247 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 171 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectJets().
|
private |
Definition at line 249 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 217 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), countHLTPathHitsEndLumiBlock(), and FourVectorHLTOffline().
|
private |
Definition at line 179 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), FourVectorHLTOffline(), and setupHltBxPlots().
|
private |
Definition at line 180 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 178 of file FourVectorHLTOffline.h.
Referenced by countHLTPathHitsEndLumiBlock(), FourVectorHLTOffline(), and setupHltLsPlots().
|
private |
Definition at line 264 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 262 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 265 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 263 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 327 of file FourVectorHLTOffline.h.
|
private |
Definition at line 240 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 238 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 239 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 278 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 241 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 326 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 310 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectJets().
|
private |
Definition at line 228 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 226 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 227 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 229 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 220 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), FourVectorHLTOffline(), and setupHltBxPlots().
|
private |
Definition at line 163 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 216 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), setupHltLsPlots(), and setupHltMatrix().
|
private |
Definition at line 280 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 275 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 190 of file FourVectorHLTOffline.h.
|
private |
Definition at line 188 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 187 of file FourVectorHLTOffline.h.
|
private |
Definition at line 185 of file FourVectorHLTOffline.h.
Referenced by beginRun(), FourVectorHLTOffline(), setupHltBxPlots(), and setupHltMatrix().
|
private |
Definition at line 186 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and setupHltMatrix().
|
private |
Definition at line 191 of file FourVectorHLTOffline.h.
|
private |
Definition at line 189 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), FourVectorHLTOffline(), setupHltLsPlots(), and setupHltMatrix().
|
private |
Definition at line 256 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 254 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 255 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 257 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 277 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 222 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 325 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 231 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 230 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 331 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 331 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 219 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), and FourVectorHLTOffline().
|
private |
Definition at line 334 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 292 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 302 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 294 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 304 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 322 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 270 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 244 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 174 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectTaus().
|
private |
Definition at line 175 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectTaus().
|
private |
Definition at line 176 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectTaus().
|
private |
Definition at line 242 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 243 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 245 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 328 of file FourVectorHLTOffline.h.
|
private |
Definition at line 218 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 260 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 276 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 258 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 259 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 261 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 315 of file FourVectorHLTOffline.h.
|
private |
Definition at line 314 of file FourVectorHLTOffline.h.
|
private |
Definition at line 330 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 329 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 168 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 181 of file FourVectorHLTOffline.h.
|
private |
Definition at line 182 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock().
|
private |
Definition at line 183 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock().