Public Member Functions | |
HLTDQMMuonSelector (const edm::ParameterSet &config) | |
void | produce (edm::Event &, edm::EventSetup const &) override |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Types | |
enum | MuonSelectionType { MuonSelectionType::Tight, MuonSelectionType::Medium, MuonSelectionType::Loose, MuonSelectionType::Soft, MuonSelectionType::HighPt, MuonSelectionType::None } |
Private Member Functions | |
bool | passMuonSel (const reco::Muon &muon, const reco::Vertex &vertex) const |
Static Private Member Functions | |
static MuonSelectionType | convertToEnum (const std::string &val) |
Private Attributes | |
MuonSelectionType | muonSelType_ |
edm::EDGetTokenT< reco::MuonCollection > | muonToken_ |
StringCutObjectSelector< reco::Muon, true > | selection_ |
edm::EDGetTokenT< reco::VertexCollection > | vtxToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 17 of file HLTDQMMuonSelector.cc.
|
strongprivate |
Enumerator | |
---|---|
Tight | |
Medium | |
Loose | |
Soft | |
HighPt | |
None |
Definition at line 24 of file HLTDQMMuonSelector.cc.
|
explicit |
Definition at line 36 of file HLTDQMMuonSelector.cc.
|
staticprivate |
Definition at line 78 of file HLTDQMMuonSelector.cc.
References Exception, HighPt, Loose, Medium, None, Soft, Tight, and heppy_batch::val.
|
static |
Definition at line 44 of file HLTDQMMuonSelector.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 96 of file HLTDQMMuonSelector.cc.
References HighPt, muon::isHighPtMuon(), muon::isLooseMuon(), muon::isMediumMuon(), muon::isSoftMuon(), muon::isTightMuon(), Loose, Medium, muonSelType_, None, Soft, Tight, and bphysicsOniaDQM_cfi::vertex.
Referenced by produce().
|
override |
Definition at line 53 of file HLTDQMMuonSelector.cc.
References trigObjTnPSource_cfi::filler, edm::HandleBase::isValid(), eostools::move(), muonToken_, passMuonSel(), selection_, and vtxToken_.
|
private |
Definition at line 33 of file HLTDQMMuonSelector.cc.
Referenced by passMuonSel().
|
private |
Definition at line 29 of file HLTDQMMuonSelector.cc.
Referenced by produce().
|
private |
Definition at line 31 of file HLTDQMMuonSelector.cc.
Referenced by produce().
|
private |
Definition at line 30 of file HLTDQMMuonSelector.cc.
Referenced by produce().