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();
32 Point p_dz(0,0,-99999);
34 for(
auto const & vertex : vertices) {
35 size_t tracks = vertex.tracksSize();
36 if (tracks < minNtracks) {
39 float dz =
std::abs(trk.
dz(vertex.position()));
41 p_dz = vertex.position();
42 error.SetXYZ(vertex.xError(),vertex.yError(),vertex.zError());
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