75 return {(float)sumADC, (
float)std::sqrt(sumADC)};
double rms_ADC
RMS (standard deviation of sample) of ADC counts of hits in ADC.
Algorithm class inheriting pre-computed results.
double closing_angle_charge_wgt
Same for charge_wgt.
Measure_t EndAngle() override
Computes the angle of the cluster.
size_t NHits() override
Returns the number of hits in the cluster.
double start_charge
Charge at the start of the cluster.
double rms_charge
RMS (standard deviation of sample) of charge of hits in ADC.
Measure_t SummedADC() override
Computes the total charge of the cluster from Hit::SummedADC()
cluster_params const & params
the parameters, already computed
Measure_t EndOpeningAngle() override
Computes the opening angle at the start or end of the cluster.
Measure_t Integral() override
Computes the total charge of the cluster from Hit::Integral()
double sum_charge
Sum charge of hits in ADC.
constexpr T DegreesToRadians(T angle)
Converts the argument angle from degrees into radians.
Measure_t SummedADCStdDev() override
Computes the standard deviation on the charge of the cluster hits.
float MultipleHitDensity() override
Fraction of wires in the cluster with more than one hit.
Measure_t IntegralStdDev() override
Computes the standard deviation on the charge of the cluster hits.
double sum_ADC
Sum charge of ADC counts of hits, in ADC.
Measure_t StartOpeningAngle() override
Computes the opening angle at the start or end of the cluster.
Measure_t StartAngle() override
Computes the angle of the cluster.
double opening_angle_charge_wgt
Same for charge_wgt.
Measure_t StartCharge(util::GeometryUtilities const &gser) override
Computes the charge on the first and last wire of the track.
Measure_t EndCharge(util::GeometryUtilities const &gser) override
Computes the charge on the first and last wire of the track.
Collection of Physical constants used in LArSoft.
double cluster_angle_2d
Linear best fit to high-charge hits in the cluster.
float Width(util::GeometryUtilities const &) override
Computes the width of the cluster.
double end_charge
Charge at the (other) end of the cluster.