7 #ifndef SRVERTEXBRANCH_H 8 #define SRVERTEXBRANCH_H 29 std::vector<SRHoughVertex>
hough;
32 std::vector<SRVertexDT>
vdt;
41 #endif // SRVERTEXBRANCH_H
std::vector< SRVertexDT > vdt
Vector of vertices found by VertexDT.
std::vector< SRHoughVertex > hough
Vector of vertices found by HoughVertex.
size_t nhough
Number of vertices in HoughVertex (hough.size())
Vectors of reconstructed vertices found by various algorithms.
SRElastic elastic
Single vertex found by Elastic Arms.
This module creates Common Analysis Files.
size_t nvdt
Number of vertices in VertexDT (vdt.size())
A potential interaction point from the ElasticArms algorithm.