Struct NuVertexFitter::Prong_t¶
- Defined in File NuVertexFitter.h
Nested Relationships¶
This struct is a nested type of Class NuVertexFitter.
Struct Documentation¶
-
struct
Prong_t
Internal struct representing prongs coming from vertex.
Public Members
-
std::vector<std::vector<float>>
feat_v
stores vectors with (x,y,z,lm,q)
-
const larlite::larflowcluster *
orig_cluster
pointer to larflowcluster feat_v derives from
-
const larlite::pcaxis *
orig_pcaxis
pointer to principle component analysis of orig_cluster
-
std::vector<float>
endpt
end position
-
std::vector<float>
startpt
start position
-
std::vector<std::vector<float>>