1 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentMuonSelector_h
2 #define Alignment_CommonAlignmentAlgorithm_AlignmentMuonSelector_h
22 namespace edm {
class Event; }
29 typedef std::vector<const reco::Muon*>
Muons;
54 return t1->
pt()> t2->
pt();
Muons theNHighestPtMuons(const Muons &muons) const
filter the n highest pt muons
std::vector< const reco::Muon * > Muons
compare two muons in pt (used by theNHighestPtMuons)
AlignmentMuonSelector(const edm::ParameterSet &cfg)
constructor
auto const T2 &decltype(t1.eta()) t2
bool operator()(const reco::Muon *t1, const reco::Muon *t2) const
Muons theBestMassPairCombinationMuons(const Muons &muons) const
filter only those muons giving best mass pair combination
bool applyBasicCuts
private data members
bool applyMultiplicityFilter
~AlignmentMuonSelector()
destructor
Muons basicCuts(const Muons &muons) const
apply basic cuts on pt,eta,phi,nhit
Muons select(const Muons &muons, const edm::Event &evt) const
select muons
virtual double pt() const final
transverse momentum