#include <ClusterMergeAlg.h>
Public Member Functions | |
| cluster_merge_info () | |
| Default constructor. More... | |
| cluster_merge_info (const recob::Cluster &cl) | |
| Initialization from a recob::Cluster. More... | |
Public Attributes | |
| unsigned int | cluster_index |
| Input cluster ID. More... | |
| geo::View_t | view |
| Wire plane ID. More... | |
| geo::PlaneID | planeID |
| plane ID More... | |
| float | start_wire |
| Vertex wire. More... | |
| float | start_time |
| Vertex time. More... | |
| float | end_wire |
| End point wire. More... | |
| float | end_time |
| End point time. More... | |
| double | start_wire_err |
| Vertex wire error. More... | |
| double | start_time_err |
| Vertex time error. More... | |
| double | end_wire_err |
| End point wire error. More... | |
| double | end_time_err |
| End point time error. More... | |
| float | angle |
| 2D starting angle (in radians) More... | |
A utility struct for cluster-wise analysis information for merging
Definition at line 37 of file ClusterMergeAlg.h.
|
inline |
Default constructor.
Definition at line 56 of file ClusterMergeAlg.h.
|
inlineexplicit |
Initialization from a recob::Cluster.
Definition at line 66 of file ClusterMergeAlg.h.
| float cluster::cluster_merge_info::angle |
2D starting angle (in radians)
Definition at line 53 of file ClusterMergeAlg.h.
| unsigned int cluster::cluster_merge_info::cluster_index |
Input cluster ID.
Definition at line 39 of file ClusterMergeAlg.h.
| float cluster::cluster_merge_info::end_time |
End point time.
Definition at line 46 of file ClusterMergeAlg.h.
| double cluster::cluster_merge_info::end_time_err |
End point time error.
Definition at line 51 of file ClusterMergeAlg.h.
| float cluster::cluster_merge_info::end_wire |
End point wire.
Definition at line 45 of file ClusterMergeAlg.h.
| double cluster::cluster_merge_info::end_wire_err |
End point wire error.
Definition at line 50 of file ClusterMergeAlg.h.
| geo::PlaneID cluster::cluster_merge_info::planeID |
plane ID
Definition at line 41 of file ClusterMergeAlg.h.
| float cluster::cluster_merge_info::start_time |
Vertex time.
Definition at line 44 of file ClusterMergeAlg.h.
| double cluster::cluster_merge_info::start_time_err |
Vertex time error.
Definition at line 49 of file ClusterMergeAlg.h.
| float cluster::cluster_merge_info::start_wire |
Vertex wire.
Definition at line 43 of file ClusterMergeAlg.h.
| double cluster::cluster_merge_info::start_wire_err |
Vertex wire error.
Definition at line 48 of file ClusterMergeAlg.h.
| geo::View_t cluster::cluster_merge_info::view |
Wire plane ID.
Definition at line 40 of file ClusterMergeAlg.h.
1.8.5