1 #ifndef MuonReco_MuonSelectors_h 2 #define MuonReco_MuonSelectors_h 13 namespace reco{
class Vertex;}
72 double minCompatibility,
82 double maxChamberDist,
83 double maxChamberDistPull,
85 bool syncMinNMatchesNRequiredStationsInBarrelOnly =
true,
86 bool applyAlsoAngularCuts =
false);
96 double maxChamberDist,
97 double maxChamberDistPull,
112 double pullX = 1.0,
double pullY = 1.0,
bool checkAdjacentChambers =
false);
bool isMediumMuon(const reco::Muon &)
float caloCompatibility(const reco::Muon &muon)
bool isLooseMuon(const reco::Muon &)
SelectionType
Selector type.
bool overlap(const reco::Muon &muon1, const reco::Muon &muon2, double pullX=1.0, double pullY=1.0, bool checkAdjacentChambers=false)
bool isSoftMuon(const reco::Muon &, const reco::Vertex &)
ArbitrationType
define arbitration schemes
float segmentCompatibility(const reco::Muon &muon, reco::Muon::ArbitrationType arbitrationType=reco::Muon::SegmentAndTrackArbitration)
static const unsigned int BestInChamberByDR
bool isGoodMuon(const reco::Muon &muon, AlgorithmType type, int minNumberOfMatches, double maxAbsDx, double maxAbsPullX, double maxAbsDy, double maxAbsPullY, double maxChamberDist, double maxChamberDistPull, reco::Muon::ArbitrationType arbitrationType, bool syncMinNMatchesNRequiredStationsInBarrelOnly=true, bool applyAlsoAngularCuts=false)
int sharedSegments(const reco::Muon &muon1, const reco::Muon &muon2, unsigned int segmentArbitrationMask=reco::MuonSegmentMatch::BestInChamberByDR)
bool isHighPtMuon(const reco::Muon &, const reco::Vertex &)
SelectionType selectionTypeFromString(const std::string &label)
a lightweight "map" for selection type string label and enum value
unsigned int RequiredStationMask(const reco::Muon &muon, double maxChamberDist, double maxChamberDistPull, reco::Muon::ArbitrationType arbitrationType)
bool isTightMuon(const reco::Muon &, const reco::Vertex &)