#include <L1TEfficiencyMuons_Offline.h>
Protected Member Functions | |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &lumiBlock, edm::EventSetup const &c) |
virtual void | bookControlHistos (DQMStore::IBooker &) |
virtual void | bookEfficiencyHistos (DQMStore::IBooker &ibooker, int ptCut) |
virtual void | bookHistograms (DQMStore::IBooker &ibooker, const edm::Run &run, const edm::EventSetup &iSetup) override |
virtual void | dqmBeginRun (const edm::Run &run, const edm::EventSetup &iSetup) |
virtual void | dqmEndLuminosityBlock (edm::LuminosityBlock const &lumiBlock, edm::EventSetup const &c) |
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) |
Private Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
void | getMuonGmtPairs (edm::Handle< L1MuGMTReadoutCollection > &gmtCands) |
const reco::Vertex | getPrimaryVertex (edm::Handle< reco::VertexCollection > &vertex, edm::Handle< reco::BeamSpot > &beamSpot) |
void | getProbeMuons (edm::Handle< edm::TriggerResults > &trigResults, edm::Handle< trigger::TriggerEvent > &trigEvent) |
void | getTightMuons (edm::Handle< reco::MuonCollection > &muons, const reco::Vertex &vertex) |
bool | matchHlt (edm::Handle< trigger::TriggerEvent > &triggerEvent, const reco::Muon *mu) |
Private Attributes | |
edm::ESHandle< MagneticField > | m_BField |
edm::EDGetTokenT< BeamSpot > | m_BsInputTag |
std::map< std::string, MonitorElement * > | m_ControlHistos |
std::map< int, std::map < std::string, MonitorElement * > > | m_EfficiencyHistos |
edm::EDGetTokenT < L1MuGMTReadoutCollection > | m_GmtInputTag |
std::vector< int > | m_GmtPtCuts |
HLTConfigProvider | m_hltConfig |
float | m_MaxGmtMuonDR |
float | m_MaxHltMuonDR |
float | m_MaxMuonEta |
std::vector< MuonGmtPair > | m_MuonGmtPairs |
edm::EDGetTokenT < reco::MuonCollection > | m_MuonInputTag |
std::vector< const reco::Muon * > | m_ProbeMuons |
edm::ESHandle< Propagator > | m_propagatorAlong |
edm::ESHandle< Propagator > | m_propagatorOpposite |
std::vector< const reco::Muon * > | m_TightMuons |
std::vector< int > | m_trigIndices |
edm::EDGetTokenT < trigger::TriggerEvent > | m_trigInputTag |
std::vector< std::string > | m_trigNames |
std::string | m_trigProcess |
edm::EDGetTokenT < edm::TriggerResults > | m_trigProcess_token |
bool | m_verbose |
edm::EDGetTokenT < VertexCollection > | m_VtxInputTag |
Definition at line 126 of file L1TEfficiencyMuons_Offline.h.
L1TEfficiencyMuons_Offline::L1TEfficiencyMuons_Offline | ( | const edm::ParameterSet & | ps | ) |
Definition at line 133 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout, and edm::ParameterSet::getUntrackedParameter().
|
virtual |
Definition at line 164 of file L1TEfficiencyMuons_Offline.cc.
|
privatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 238 of file L1TEfficiencyMuons_Offline.cc.
References SiPixelRawToDigiRegional_cfi::beamSpot, gather_cfg::cout, eta, edm::EventSetup::get(), edm::Event::getByToken(), patZpeak::muons, phi(), HLT_25ns14e33_v1_cff::primaryVertex, and EnergyCorrector::pt.
|
protectedvirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 216 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout, edm::LuminosityBlockBase::id(), and edm::LuminosityBlockID::luminosityBlock().
|
protectedvirtual |
Definition at line 320 of file L1TEfficiencyMuons_Offline.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), gather_cfg::cout, mergeVDriftHistosByStation::name, and DQMStore::IBooker::setCurrentFolder().
|
protectedvirtual |
Definition at line 339 of file L1TEfficiencyMuons_Offline.cc.
References DQMStore::IBooker::book1D(), gather_cfg::cout, mergeVDriftHistosByStation::name, Pi, and DQMStore::IBooker::setCurrentFolder().
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 176 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout.
|
protectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 166 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout.
|
protectedvirtual |
Definition at line 227 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout, edm::LuminosityBlockBase::id(), and edm::LuminosityBlockID::luminosityBlock().
|
private |
Definition at line 466 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout, MuonGmtPair::dR(), MuonGmtPair::gmtPt(), and MuonGmtPair::propagate().
|
private |
Definition at line 368 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout, edm::HandleBase::isValid(), and HLT_25ns14e33_v1_cff::primaryVertex.
|
private |
Definition at line 437 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout.
|
private |
Definition at line 416 of file L1TEfficiencyMuons_Offline.cc.
References gather_cfg::cout, and muon::isTightMuon().
|
private |
Definition at line 506 of file L1TEfficiencyMuons_Offline.cc.
References reco::deltaR(), HLT_25ns14e33_v1_cff::InputTag, and TriggerAnalyzer::trigObjs.
|
private |
Definition at line 164 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 184 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 170 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 169 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 181 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 178 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 162 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 193 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 194 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 192 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 175 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 180 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 174 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 165 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 166 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 173 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 190 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 186 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 189 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 187 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 188 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 160 of file L1TEfficiencyMuons_Offline.h.
|
private |
Definition at line 183 of file L1TEfficiencyMuons_Offline.h.