1 #ifndef PatAlgos_PATPrimaryVertexSelector_H_ 2 #define PatAlgos_PATPrimaryVertexSelector_H_ float dr2Cut_
cut on the normalized chi2
reco::VertexCollection collection
unsigned int multiplicityCut_
container of selected vertices
container::const_iterator const_iterator
const_iterator end() const
needed for use with an ObjectSelector
std::vector< Vertex > VertexCollection
collection of Vertex objects
bool acceptTrack(const reco::Track &) const
track selection
void getVertexVariables(const reco::Vertex &, unsigned int &, double &) const
access to track-related vertex quantities (multiplicity and pt-sum)
PATPrimaryVertexSelector(const edm::ParameterSet &cfg, edm::ConsumesCollector &&iC)
std::vector< const reco::Vertex * > container
void select(const edm::Handle< collection > &, const edm::Event &, const edm::EventSetup &)
needed for use with an ObjectSelector
float dzCut_
cut on the (squared) transverse position
float trackEtaCut_
minimum pt sum o (selected) associated tracks
size_t size() const
needed for use with an ObjectSelector
float ptSumCut_
minimum multiplicity of (selected) associated tracks
float chi2Cut_
eta cut used for the track selection
bool operator()(const reco::Vertex *, const reco::Vertex *) const
operator used in sorting the selected vertices
const_iterator begin() const
needed for use with an ObjectSelector