Private Types | |
enum | CutType { LOOSE, MEDIUM, TIGHT, SOFT, HIGHPT, NONE } |
Private Attributes | |
enum MuonPOGStandardCut::CutType | cutType_ |
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 7 of file MuonPOGStandardCut.cc.
|
private |
Enumerator | |
---|---|
LOOSE | |
MEDIUM | |
TIGHT | |
SOFT | |
HIGHPT | |
NONE |
Definition at line 20 of file MuonPOGStandardCut.cc.
MuonPOGStandardCut::MuonPOGStandardCut | ( | const edm::ParameterSet & | c | ) |
Definition at line 26 of file MuonPOGStandardCut.cc.
References CutApplicatorWithEventContentBase::contentTags_, cutType_, edm::ParameterSet::getParameter(), HIGHPT, LOOSE, MEDIUM, NONE, SOFT, AlCaHLTBitMon_QueryRunRegistry::string, and TIGHT.
|
inlinefinalvirtual |
Reimplemented from CutApplicatorBase.
Definition at line 12 of file MuonPOGStandardCut.cc.
References CutApplicatorBase::MUON.
|
finalvirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 51 of file MuonPOGStandardCut.cc.
References CutApplicatorWithEventContentBase::contentTags_, edm::EventBase::getByLabel(), and vtxs_.
|
finalvirtual |
Reimplemented from CutApplicatorBase.
Definition at line 54 of file MuonPOGStandardCut.cc.
References cutType_, HIGHPT, muon::isHighPtMuon(), muon::isLooseMuon(), muon::isMediumMuon(), muon::isSoftMuon(), muon::isTightMuon(), LOOSE, MEDIUM, NONE, SOFT, TIGHT, and vtxs_.
|
finalvirtual |
Implements CutApplicatorWithEventContentBase.
Definition at line 46 of file MuonPOGStandardCut.cc.
References edm::ConsumesCollector::consumes(), CutApplicatorWithEventContentBase::contentTags_, and CutApplicatorWithEventContentBase::contentTokens_.
|
finalvirtual |
Implements candidate_functions::CandidateCut.
Definition at line 79 of file MuonPOGStandardCut.cc.
References cutType_, HIGHPT, muon::isHighPtMuon(), muon::isLooseMuon(), muon::isMediumMuon(), muon::isSoftMuon(), muon::isTightMuon(), LOOSE, MEDIUM, RPCpg::mu, NONE, SOFT, TIGHT, and vtxs_.
Referenced by Types.int32::__nonzero__(), Types.uint32::__nonzero__(), Types.int64::__nonzero__(), Types.uint64::__nonzero__(), Types.double::__nonzero__(), Types.bool::__nonzero__(), Types.string::__nonzero__(), Types.string::configValue(), Types.FileInPath::configValue(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.FileInPath::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), and Types.vstring::insertInto().
|
private |
Referenced by MuonPOGStandardCut(), operator()(), and value().
|
private |
Definition at line 21 of file MuonPOGStandardCut.cc.
Referenced by getEventContent(), operator()(), and value().