32 float sigma_start_wire,
34 float sigma_start_tick,
66 float sigma_start_wire,
68 float sigma_start_tick,
virtual Measure_t EndCharge()
Computes the charge on the first and last wire of the track.
virtual Measure_t IntegralStdDev()
Computes the standard deviation on the charge of the cluster hits.
enum geo::_plane_proj View_t
Enumerate the possible plane projections.
Declaration of signal hit object.
The data type to uniquely identify a Plane.
virtual float Width()
Computes the width of the cluster.
Set of hits with a 2D structure.
virtual Measure_t StartCharge()
Computes the charge on the first and last wire of the track.
Cluster finding and building.
recob::Cluster CreateCluster(ClusterParamsAlgBase &algo, float start_wire, float sigma_start_wire, float start_tick, float sigma_start_tick, float end_wire, float sigma_end_wire, float end_tick, float sigma_end_tick, recob::Cluster::ID_t ID, geo::View_t view, geo::PlaneID const &plane, recob::Cluster::SentryArgument_t sentry=recob::Cluster::Sentry)
Creates a cluster from direct information and a hit list.
virtual Measure_t EndAngle()
Computes the angle at the start or end of the cluster.
Algorithm collection class computing cluster parameters.
virtual Measure_t SummedADCStdDev()
Computes the standard deviation on the charge of the cluster hits.
virtual Measure_t StartOpeningAngle()
Computes the opening angle at the start or end of the cluster.
Helper functions to create a cluster.
virtual Measure_t StartAngle()
Computes the angle at the start or end of the cluster.
Declaration of cluster object.
virtual float MultipleHitDensity()
Fraction of wires in the cluster with more than one hit.
virtual Measure_t Integral()
Computes the total charge of the cluster from Hit::Integral()
virtual Measure_t SummedADC()
Computes the total charge of the cluster from Hit::SummedADC()
virtual Measure_t EndOpeningAngle()
Computes the opening angle at the start or end of the cluster.
art framework interface to geometry description
ClusterCreator(ClusterParamsAlgBase &algo, float start_wire, float sigma_start_wire, float start_tick, float sigma_start_tick, float end_wire, float sigma_end_wire, float end_tick, float sigma_end_tick, recob::Cluster::ID_t ID, geo::View_t view, geo::PlaneID const &plane, recob::Cluster::SentryArgument_t sentry=recob::Cluster::Sentry)
Constructor: computes some information from hit list.
virtual size_t NHits()
Returns the number of hits in the cluster.
int ID_t
Type of cluster ID.