#include "DataFormats/MuonReco/interface/Muon.h"
#include "TMath.h"
Go to the source code of this file.
Namespaces | |
namespace | muon |
Enumerations | |
enum | muon::AlgorithmType { muon::TMLastStation, muon::TM2DCompatibility, muon::TMOneStation } |
Functions | |
float | muon::caloCompatibility (const reco::Muon &muon) |
bool | muon::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 | muon::isGoodMuon (const reco::Muon &muon, AlgorithmType type, double minCompatibility) |
bool | muon::isGoodMuon (const reco::Muon &muon, reco::Muon::SelectionType type) |
main GoodMuon wrapper call | |
unsigned int | muon::RequiredStationMask (const reco::Muon &muon, double maxChamberDist, double maxChamberDistPull, reco::Muon::ArbitrationType arbitrationType) |
float | muon::segmentCompatibility (const reco::Muon &muon) |