10 #ifndef LAZYCLUSTERPARAMSALG_H 11 #define LAZYCLUSTERPARAMSALG_H 57 std::vector<recob::Hit const*>
const& )
override 150 size_t NHits()
override;
161 float MultipleHitDensity()
override;
181 #endif // LAZYCLUSTERPARAMSALG_H Algorithm class inheriting cluster parameters.
Reconstruction base classes.
Cluster finding and building.
cluster_params const & params
the parameters, already computed
Algorithm collection class computing cluster parameters.
void SetHitsFromPointers(util::GeometryUtilities const &, std::vector< recob::Hit const * > const &) override
Sets the list of input hits.
Interface for a algorithm class computing cluster parameters.
cluster_params const & GetParams() const
Returns the original precomputed parameters.
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.