Public Member Functions | |
XSampling (const TwoDSlidingFitResult &fitResult) | |
Constructor. More... | |
int | GetBin (const float x) const |
Convert an x position into a sampling bin. More... | |
Public Attributes | |
float | m_minX |
The min x value. More... | |
float | m_maxX |
The max x value. More... | |
int | m_nPoints |
The number of sampling points to be used. More... | |
XSampling class.
Definition at line 36 of file BoundedClusterMopUpAlgorithm.h.
lar_content::BoundedClusterMopUpAlgorithm::XSampling::XSampling | ( | const TwoDSlidingFitResult & | fitResult | ) |
Constructor.
fitResult | the sliding fit result |
Definition at line 136 of file BoundedClusterMopUpAlgorithm.cc.
int lar_content::BoundedClusterMopUpAlgorithm::XSampling::GetBin | ( | const float | x | ) | const |
Convert an x position into a sampling bin.
x | the input x coordinate |
Definition at line 148 of file BoundedClusterMopUpAlgorithm.cc.
float lar_content::BoundedClusterMopUpAlgorithm::XSampling::m_maxX |
The max x value.
Definition at line 54 of file BoundedClusterMopUpAlgorithm.h.
float lar_content::BoundedClusterMopUpAlgorithm::XSampling::m_minX |
The min x value.
Definition at line 53 of file BoundedClusterMopUpAlgorithm.h.
int lar_content::BoundedClusterMopUpAlgorithm::XSampling::m_nPoints |
The number of sampling points to be used.
Definition at line 55 of file BoundedClusterMopUpAlgorithm.h.