12 Point p_dz(0,0,-99999);
14 for(
auto const & vertex : vertices) {
15 size_t tracks = vertex.tracksSize();
16 if (tracks < minNtracks) {
19 float dz =
std::abs(trk.
dz(vertex.position()));
21 p_dz = vertex.position();
std::vector< Vertex > VertexCollection
collection of Vertex objects
Abs< T >::type abs(const T &t)
double dz() const
dz parameter (= dsz/cos(lambda)). This is the track z0 w.r.t (0,0,0) only if the refPoint is close to...
XYZPointD XYZPoint
point in space with cartesian internal representation