23 float sigma_start_wire,
25 float sigma_start_tick,
57 float sigma_start_wire,
59 float sigma_start_tick,
virtual Measure_t EndCharge(util::GeometryUtilities const &gser)
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.
The data type to uniquely identify a Plane.
Set of hits with a 2D structure.
Cluster finding and building.
virtual Measure_t EndAngle()
Algorithm collection class computing cluster parameters.
recob::Cluster CreateCluster(util::GeometryUtilities const &gser, 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 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.
virtual Measure_t StartCharge(util::GeometryUtilities const &gser)
Computes the charge on the first and last wire of the track.
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()
Interface for a algorithm class computing cluster parameters.
virtual float Width(util::GeometryUtilities const &)
Computes the width of the cluster.
virtual Measure_t SummedADC()
Computes the total charge of the cluster from Hit::SummedADC()
virtual Measure_t EndOpeningAngle()
virtual size_t NHits()
Returns the number of hits in the cluster.
int ID_t
Type of cluster ID.
ClusterCreator(util::GeometryUtilities const &gser, 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.