Private Types | |
enum | BestTrackType { INNERTRACK, MUONBESTTRACK, NONE } |
Private Attributes | |
const double | maxDz_ |
enum MuonDzCut::BestTrackType | trackType_ |
edm::Handle< reco::VertexCollection > | vtxs_ |
Additional Inherited Members | |
Public Types inherited from CutApplicatorBase | |
enum | CandidateType { NONE, ELECTRON, MUON, PHOTON, TAU, PATELECTRON, PATMUON, PATPHOTON, PATTAU } |
Public Types inherited from candidate_functions::CandidateCut | |
using | argument_type = reco::CandidatePtr |
using | result_type = bool |
Protected Attributes inherited from CutApplicatorWithEventContentBase | |
std::unordered_map< std::string, edm::InputTag > | contentTags_ |
std::unordered_map< std::string, edm::EDGetToken > | contentTokens_ |
Definition at line 6 of file MuonDzCut.cc.
|
private |
Enumerator | |
---|---|
INNERTRACK | |
MUONBESTTRACK | |
NONE |
Definition at line 21 of file MuonDzCut.cc.
MuonDzCut::MuonDzCut | ( | const edm::ParameterSet & | c | ) |
Definition at line 27 of file MuonDzCut.cc.
References CutApplicatorWithEventContentBase::contentTags_, edm::ParameterSet::getParameter(), INNERTRACK, MUONBESTTRACK, NONE, AlCaHLTBitMon_QueryRunRegistry::string, and trackType_.
|
inlinefinalvirtual |
Reimplemented from CutApplicatorBase.
Definition at line 12 of file MuonDzCut.cc.
References getEventContent(), CutApplicatorBase::MUON, setConsumes(), and value().
|
finalvirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 52 of file MuonDzCut.cc.
References CutApplicatorWithEventContentBase::contentTags_, edm::EventBase::getByLabel(), edm::HandleBase::isValid(), and vtxs_.
Referenced by candidateType().
|
finalvirtual |
Reimplemented from CutApplicatorBase.
Definition at line 59 of file MuonDzCut.cc.
References funct::abs(), INNERTRACK, reco::Muon::innerTrack(), edm::Ref< C, T, F >::isNonnull(), maxDz_, MUONBESTTRACK, reco::Muon::muonBestTrack(), trackType_, and vtxs_.
|
finalvirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 46 of file MuonDzCut.cc.
References edm::ConsumesCollector::consumes(), CutApplicatorWithEventContentBase::contentTags_, and CutApplicatorWithEventContentBase::contentTokens_.
Referenced by candidateType().
|
finalvirtual |
Implements candidate_functions::CandidateCut.
Definition at line 70 of file MuonDzCut.cc.
References funct::abs(), INNERTRACK, reco::Muon::innerTrack(), edm::Ref< C, T, F >::isNull(), metsig::muon, MUONBESTTRACK, reco::Muon::muonBestTrack(), trackType_, and vtxs_.
Referenced by candidateType().
|
private |
Definition at line 20 of file MuonDzCut.cc.
Referenced by operator()().
|
private |
Referenced by MuonDzCut(), operator()(), and value().
|
private |
Definition at line 19 of file MuonDzCut.cc.
Referenced by getEventContent(), operator()(), and value().