10 #ifndef LAZYCLUSTERPARAMSALG_H 11 #define LAZYCLUSTERPARAMSALG_H 61 std::vector<recob::Hit const*>
const& hits)
override 154 size_t NHits()
override;
165 float MultipleHitDensity()
override;
189 #endif // LAZYCLUSTERPARAMSALG_H Algorithm class inheriting cluster parameters.
Reconstruction base classes.
double Width(Resonance_t res)
resonance width (GeV)
Cluster finding and building.
cluster_params const & params
the parameters, already computed
Algorithm collection class computing cluster parameters.
details::Measure_t< float > Measure_t
Type used to return values with errors.
Interface for a algorithm class computing cluster parameters.
cluster_params const & GetParams() const
Returns the original precomputed parameters.
void SetHits(util::GeometryUtilities const &gser, std::vector< recob::Hit const * > const &hits) override
Sets the list of input hits.
LazyClusterParamsAlg(cluster_params const &new_params)
Constructor: references to the parameters (no copy is performed!)
void Clear() override
Restores the class to post-configuration, pre-initialization state; dummy.