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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 18 of file HLTDQMMuonSelector.cc.
|
strongprivate |
Enumerator | |
---|---|
Tight | |
Medium | |
Loose | |
Soft | |
HighPt | |
None |
Definition at line 25 of file HLTDQMMuonSelector.cc.
|
explicit |
Definition at line 43 of file HLTDQMMuonSelector.cc.
|
staticprivate |
Definition at line 88 of file HLTDQMMuonSelector.cc.
References Exception, HighPt, Loose, Medium, None, Soft, and Tight.
|
static |
Definition at line 52 of file HLTDQMMuonSelector.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 106 of file HLTDQMMuonSelector.cc.
References DEFINE_FWK_MODULE, HighPt, muon::isHighPtMuon(), muon::isLooseMuon(), muon::isMediumMuon(), muon::isSoftMuon(), muon::isTightMuon(), Loose, Medium, muonSelType_, None, Soft, and Tight.
Referenced by produce().
|
override |
Definition at line 63 of file HLTDQMMuonSelector.cc.
References objects.autophobj::filler, edm::HandleBase::isValid(), eostools::move(), muonToken_, passMuonSel(), selection_, and vtxToken_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 37 of file HLTDQMMuonSelector.cc.
Referenced by passMuonSel().
|
private |
Definition at line 33 of file HLTDQMMuonSelector.cc.
Referenced by produce().
|
private |
Definition at line 35 of file HLTDQMMuonSelector.cc.
Referenced by produce().
|
private |
Definition at line 34 of file HLTDQMMuonSelector.cc.
Referenced by produce().