Struct NuVertexCandidate::VtxCluster_t¶
- Defined in File NuVertexCandidate.h
Nested Relationships¶
This struct is a nested type of Class NuVertexCandidate.
Struct Documentation¶
-
struct
VtxCluster_t
structure representing particle cluster associated to vertex
Public Members
-
std::string
producer
larflowcluster tree name this cluster came from
-
int
index
the cluster’s index in the cluster container
-
std::vector<float>
dir
direction along first principle component
-
std::vector<float>
pos
start position
-
float
gap
distance from vertex
-
float
impact
distance of first pc axis to the vertex position
-
int
npts
number of points in cluster
-
ClusterType_t
type
type of cluster
-
std::string