1 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentMuonSelector_h
2 #define Alignment_CommonAlignmentAlgorithm_AlignmentMuonSelector_h
28 typedef std::vector<const reco::Muon*>
Muons;
Muons theNHighestPtMuons(const Muons &muons) const
filter the n highest pt muons
std::vector< const reco::Muon * > Muons
double pt() const final
transverse momentum
compare two muons in pt (used by theNHighestPtMuons)
AlignmentMuonSelector(const edm::ParameterSet &cfg)
constructor
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