ClusterParamsBuilder class definiton.
More...
#include <IClusterParamsBuilder.h>
ClusterParamsBuilder class definiton.
Definition at line 25 of file IClusterParamsBuilder.h.
virtual lar_cluster3d::IClusterParametersBuilder::~IClusterParametersBuilder |
( |
| ) |
|
|
virtualdefaultnoexcept |
Given the results of running DBScan, format the clusters so that they can be easily transferred back to the larsoft world.
- Parameters
-
hitPairClusterMap | map between view and a list of 3D hits |
clusterParametersList | a container for our candidate 3D clusters |
rejectionFraction | Used for determine "hit purity" when rejecting clusters The last two parameters are passed through to the IClusterParamsBuilder method |
Implemented in lar_cluster3d::ClusterParamsBuilder.
virtual void lar_cluster3d::IClusterParametersBuilder::configure |
( |
const fhicl::ParameterSet & |
| ) |
|
|
pure virtual |
Fill the cluster parameters (expose to outside world for case of splitting/merging clusters)
- Parameters
-
ClusterParameters | The cluster parameters container to be modified |
Hit2DToClusterMap | Map to keep track of 2D hit to cluster association |
double | minimum fraction of unique hits |
double | maximum fraction of "lost" hits |
Implemented in lar_cluster3d::ClusterParamsBuilder.
The documentation for this class was generated from the following file: