7 : multiplicityCut_(cfg.getParameter<unsigned int>(
"minMultiplicity")),
8 ptSumCut_(cfg.getParameter<double>(
"minPtSum")),
9 trackEtaCut_(cfg.getParameter<double>(
"maxTrackEta")),
10 chi2Cut_(cfg.getParameter<double>(
"maxNormChi2")),
11 dr2Cut_(cfg.getParameter<double>(
"maxDeltaR")),
12 dzCut_(cfg.getParameter<double>(
"maxDeltaZ")) {
23 unsigned int multiplicity;
25 for (collection::const_iterator
iv = handle->begin();
iv != handle->end(); ++
iv) {
43 return ptSum1 > ptSum2;
47 unsigned int& multiplicity,
48 double& ptSum)
const {
float dr2Cut_
cut on the normalized chi2
unsigned int multiplicityCut_
container of selected vertices
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)
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
trackRef_iterator tracks_end() const
last iterator over tracks
trackRef_iterator tracks_begin() const
first iterator over tracks
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
XYZVectorD XYZVector
spatial vector with cartesian internal representation
XYZPointD XYZPoint
point in space with cartesian internal representation
std::vector< TrackBaseRef >::const_iterator trackRef_iterator
The iteratator for the vector<TrackRef>