#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) |
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, pathsIndividualHLTPathsPerLSFolder_, pathsSummaryFilterCountsFolder_, pathsSummaryFolder_, pathsSummaryHLTCorrelationsFolder_, pathsSummaryHLTPathsPerBXFolder_, 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_, and triggerSummaryLabel_.
FourVectorHLTOffline::~FourVectorHLTOffline | ( | ) |
Definition at line 215 of file FourVectorHLTOffline.cc.
References fSelectedElectrons, fSelectedJets, fSelectedMet, fSelectedMuons, fSelectedPhotons, and fSelectedTaus.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 236 of file FourVectorHLTOffline.cc.
References bjetDRMatch_, bjetEtaMax_, bjetEtMin_, bjetL1DRMatch_, edm::EventBase::bunchCrossing(), BaseMonitor::clearSets(), dRMax_, electronDRMatch_, electronEtaMax_, electronEtMin_, electronL1DRMatch_, fBeamSpotHandle, MonitorElement::Fill(), fillHltMatrix(), BaseMonitor::fillL1Match(), BaseMonitor::fillOnlineMatch(), fSelElectronsHandle, fSelJetsHandle, fSelMetHandle, fSelMuonsHandle, fSelTausHandle, fTriggerObj, fTriggerResults, edm::Event::getByLabel(), MonitorElement::getTH2F(), gsfElectrons_cfi::gsfElectrons, hltConfig_, hltPaths_, hltPathsDiagonal_, i, edm::InputTag::instance(), edm::HandleBase::isValid(), jetDRMatch_, jetEtaMax_, jetEtMin_, jetL1DRMatch_, edm::InputTag::label(), LogDebug, LogTrace, ME_HLT_BX, 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 1777 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_, nLS_, cmsCodeRules.cppFunctionSkipper::operator, pathName(), pathsIndividualHLTPathsPerLSFolder_, pathsSummaryFilterCountsFolder_, pathsSummaryFolder_, photonEtaMax_, Pi, plotAll_, processname_, ExpressReco_HICollisions_FallBack::ptMax, ExpressReco_HICollisions_FallBack::ptMin, edm::second(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), setupHltBxPlots(), setupHltLsPlots(), 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, and v.
void FourVectorHLTOffline::cleanDRMatchSet | ( | mmset & | tempSet | ) |
Clean DR Match Set.
Definition at line 1331 of file FourVectorHLTOffline.cc.
Referenced by objMonData< T >::fillL1OffMatch(), objMonData< T >::fillOnL1Match(), and objMonData< T >::fillOnOffMatch().
|
private |
Definition at line 1799 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.
Referenced by endLuminosityBlock().
|
private |
Definition at line 2018 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 1938 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 2097 of file FourVectorHLTOffline.cc.
References dbe_, fPathTempCountPair, DQMStore::get(), MonitorElement::getTH1(), MonitorElement::getTH2F(), i, LogDebug, LogTrace, LSsize_, ME_HLTAll_LS, pathsIndividualHLTPathsPerLSFolder_, and v_ME_HLTAll_LS.
Referenced by endLuminosityBlock().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 769 of file FourVectorHLTOffline.cc.
References nev_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 1785 of file FourVectorHLTOffline.cc.
References countHLTGroupBXHitsEndLumiBlock(), countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), countHLTPathHitsEndLumiBlock(), edm::LuminosityBlockBase::id(), LogTrace, fjr2json::lumi, and edm::LuminosityBlockID::luminosityBlock().
|
privatevirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 1323 of file FourVectorHLTOffline.cc.
References edm::RunBase::id(), and LogDebug.
|
private |
Definition at line 1551 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 2551 of file FourVectorHLTOffline.cc.
References i, and AlCaRecoCosmics_cfg::name.
Referenced by beginRun().
|
private |
Definition at line 2242 of file FourVectorHLTOffline.cc.
References hltConfig_, HLTConfigProvider::moduleLabels(), and HLTConfigProvider::moduleType().
Referenced by beginRun().
|
private |
Definition at line 2211 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 2295 of file FourVectorHLTOffline.cc.
References fTriggerResults, and edm::TriggerNames::triggerIndex().
|
private |
Definition at line 2269 of file FourVectorHLTOffline.cc.
References fTriggerResults, hltPathsDiagonal_, edm::TriggerNames::triggerIndex(), and v.
|
private |
Definition at line 2589 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 2334 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 2453 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 2483 of file FourVectorHLTOffline.cc.
References fSelectedMet, fSelMetHandle, edm::HandleBase::isValid(), and edm::HandleBase::provenance().
Referenced by analyze().
|
private |
Definition at line 2309 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 2421 of file FourVectorHLTOffline.cc.
References fSelectedPhotons, fSelPhotonsHandle, edm::HandleBase::isValid(), and edm::HandleBase::provenance().
Referenced by analyze().
|
private |
Definition at line 2506 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 1673 of file FourVectorHLTOffline.cc.
References DQMStore::book2D(), dbe_, MonitorElement::getTH2F(), hltPathsDiagonal_, i, ME_HLT_BX, Nbx_, pathsSummaryFolder_, MonitorElement::setAxisTitle(), and DQMStore::setCurrentFolder().
Referenced by beginRun().
|
private |
Definition at line 1706 of file FourVectorHLTOffline.cc.
References newFWLiteAna::bin, DQMStore::book2D(), dbe_, MonitorElement::getTH2F(), hltPathsDiagonal_, i, ME_HLTAll_LS, AlCaRecoCosmics_cfg::name, nLS_, pathsSummaryHLTPathsPerLSFolder_, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::setCurrentFolder(), indexGen::title, and v_ME_HLTAll_LS.
Referenced by beginRun().
|
private |
add this path to the vector of 2D LS paths
Definition at line 1477 of file FourVectorHLTOffline.cc.
References DQMStore::book1D(), DQMStore::book2D(), dbe_, MonitorElement::getTH1F(), MonitorElement::getTH2F(), i, nLS_, pathsSummaryFolder_, pathsSummaryHLTCorrelationsFolder_, pathsSummaryHLTPathsPerBXFolder_, pathsSummaryHLTPathsPerLSFolder_, MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), v_ME_HLTAll_LS, v_ME_Total_BX, and v_ME_Total_BX_Norm.
Referenced by beginRun().
|
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 249 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 220 of file FourVectorHLTOffline.h.
|
private |
Definition at line 308 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 162 of file FourVectorHLTOffline.h.
Referenced by beginRun(), countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), countHLTPathHitsEndLumiBlock(), fillHltMatrix(), FourVectorHLTOffline(), setupHltBxPlots(), setupHltLsPlots(), and setupHltMatrix().
|
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 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 320 of file FourVectorHLTOffline.h.
Referenced by beginJob(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 219 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 282 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 292 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 283 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 293 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 284 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 228 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 270 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 232 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 230 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 231 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 233 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 280 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 304 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 188 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 315 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and countHLTGroupL1HitsEndLumiBlock().
|
private |
Definition at line 190 of file FourVectorHLTOffline.h.
Referenced by beginRun().
|
private |
Definition at line 316 of file FourVectorHLTOffline.h.
Referenced by beginRun(), countHLTGroupBXHitsEndLumiBlock(), countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), and fillHltMatrix().
|
private |
Definition at line 314 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and countHLTGroupHitsEndLumiBlock().
|
private |
Definition at line 305 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectJets().
|
private |
Definition at line 164 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 163 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 313 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and countHLTGroupBXHitsEndLumiBlock().
|
private |
Definition at line 312 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and countHLTPathHitsEndLumiBlock().
|
private |
Definition at line 195 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectElectrons(), and ~FourVectorHLTOffline().
|
private |
Definition at line 201 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectJets(), and ~FourVectorHLTOffline().
|
private |
Definition at line 204 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectMet(), and ~FourVectorHLTOffline().
|
private |
Definition at line 192 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectMuons(), and ~FourVectorHLTOffline().
|
private |
Definition at line 198 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectPhotons(), and ~FourVectorHLTOffline().
|
private |
Definition at line 209 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), selectTaus(), and ~FourVectorHLTOffline().
|
private |
Definition at line 196 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectElectrons().
|
private |
Definition at line 202 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectJets().
|
private |
Definition at line 205 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectMet().
|
private |
Definition at line 193 of file FourVectorHLTOffline.h.
Referenced by analyze(), and selectMuons().
|
private |
Definition at line 199 of file FourVectorHLTOffline.h.
Referenced by selectPhotons().
|
private |
Definition at line 210 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 285 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 295 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 328 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and getL1ConditionModuleName().
PathInfoCollection FourVectorHLTOffline::hltPaths_ |
Definition at line 693 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
PathInfoCollection FourVectorHLTOffline::hltPathsDiagonal_ |
Definition at line 695 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), hasL1Passed(), setupHltBxPlots(), and setupHltLsPlots().
|
private |
Definition at line 264 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 262 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 265 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 263 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 275 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 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 167 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectJets().
|
private |
Definition at line 245 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 213 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), countHLTPathHitsEndLumiBlock(), and FourVectorHLTOffline().
|
private |
Definition at line 175 of file FourVectorHLTOffline.h.
Referenced by analyze(), countHLTGroupBXHitsEndLumiBlock(), FourVectorHLTOffline(), and setupHltBxPlots().
|
private |
Definition at line 176 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 174 of file FourVectorHLTOffline.h.
Referenced by countHLTPathHitsEndLumiBlock(), FourVectorHLTOffline(), and setupHltLsPlots().
|
private |
Definition at line 260 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 258 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 261 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 259 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 323 of file FourVectorHLTOffline.h.
|
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 274 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 237 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 322 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 306 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectJets().
|
private |
Definition at line 224 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 222 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 223 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 225 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 216 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), FourVectorHLTOffline(), and setupHltBxPlots().
|
private |
Definition at line 161 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 212 of file FourVectorHLTOffline.h.
Referenced by beginRun(), FourVectorHLTOffline(), setupHltLsPlots(), and setupHltMatrix().
|
private |
Definition at line 276 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 271 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 186 of file FourVectorHLTOffline.h.
Referenced by beginRun(), countHLTPathHitsEndLumiBlock(), and FourVectorHLTOffline().
|
private |
Definition at line 184 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 183 of file FourVectorHLTOffline.h.
|
private |
Definition at line 181 of file FourVectorHLTOffline.h.
Referenced by beginRun(), FourVectorHLTOffline(), setupHltBxPlots(), and setupHltMatrix().
|
private |
Definition at line 182 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and setupHltMatrix().
|
private |
Definition at line 187 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and setupHltMatrix().
|
private |
Definition at line 185 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupHitsEndLumiBlock(), countHLTGroupL1HitsEndLumiBlock(), FourVectorHLTOffline(), setupHltLsPlots(), and setupHltMatrix().
|
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 273 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 218 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 321 of file FourVectorHLTOffline.h.
Referenced by analyze(), beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 227 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 226 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 327 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 327 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectElectrons().
|
private |
Definition at line 215 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), and FourVectorHLTOffline().
|
private |
Definition at line 330 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
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 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 318 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 266 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 240 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 170 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectTaus().
|
private |
Definition at line 171 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectTaus().
|
private |
Definition at line 172 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and selectTaus().
|
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 241 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 324 of file FourVectorHLTOffline.h.
|
private |
Definition at line 214 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 256 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 272 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline(), and isVBTFMuon().
|
private |
Definition at line 254 of file FourVectorHLTOffline.h.
Referenced by beginRun(), and FourVectorHLTOffline().
|
private |
Definition at line 255 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 257 of file FourVectorHLTOffline.h.
Referenced by FourVectorHLTOffline().
|
private |
Definition at line 311 of file FourVectorHLTOffline.h.
|
private |
Definition at line 310 of file FourVectorHLTOffline.h.
|
private |
Definition at line 326 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 325 of file FourVectorHLTOffline.h.
Referenced by analyze(), and FourVectorHLTOffline().
|
private |
Definition at line 177 of file FourVectorHLTOffline.h.
Referenced by countHLTPathHitsEndLumiBlock(), setupHltLsPlots(), and setupHltMatrix().
|
private |
Definition at line 178 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), and setupHltMatrix().
|
private |
Definition at line 179 of file FourVectorHLTOffline.h.
Referenced by countHLTGroupBXHitsEndLumiBlock(), and setupHltMatrix().