1 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentMuonSelector_h 2 #define Alignment_CommonAlignmentAlgorithm_AlignmentMuonSelector_h 28 typedef std::vector<const reco::Muon*>
Muons;
std::vector< const reco::Muon * > Muons
compare two muons in pt (used by theNHighestPtMuons)
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
bool operator()(const reco::Muon *t1, const reco::Muon *t2) const
AlignmentMuonSelector(const edm::ParameterSet &cfg)
constructor
Muons theNHighestPtMuons(const Muons &muons) const
filter the n highest pt muons
bool applyBasicCuts
private data members
Muons theBestMassPairCombinationMuons(const Muons &muons) const
filter only those muons giving best mass pair combination
bool applyMultiplicityFilter
~AlignmentMuonSelector()
destructor