LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 147 of file BoundedClusterMopUpAlgorithm.cc.
References lar_content::TwoDSlidingFitResult::GetMaxLayer(), lar_content::TwoDSlidingFitResult::GetMinAndMaxX(), and lar_content::TwoDSlidingFitResult::GetMinLayer().
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 159 of file BoundedClusterMopUpAlgorithm.cc.
Referenced by lar_content::BoundedClusterMopUpAlgorithm::GetBoundedFraction(), and lar_content::BoundedClusterMopUpAlgorithm::GetShowerPositionMap().
float lar_content::BoundedClusterMopUpAlgorithm::XSampling::m_maxX |
The max x value.
Definition at line 54 of file BoundedClusterMopUpAlgorithm.h.
Referenced by lar_content::BoundedClusterMopUpAlgorithm::GetBoundedFraction(), and lar_content::BoundedClusterMopUpAlgorithm::GetShowerPositionMap().
float lar_content::BoundedClusterMopUpAlgorithm::XSampling::m_minX |
The min x value.
Definition at line 53 of file BoundedClusterMopUpAlgorithm.h.
Referenced by lar_content::BoundedClusterMopUpAlgorithm::GetBoundedFraction(), and lar_content::BoundedClusterMopUpAlgorithm::GetShowerPositionMap().
int lar_content::BoundedClusterMopUpAlgorithm::XSampling::m_nPoints |
The number of sampling points to be used.
Definition at line 55 of file BoundedClusterMopUpAlgorithm.h.
Referenced by lar_content::BoundedClusterMopUpAlgorithm::GetBoundedFraction(), and lar_content::BoundedClusterMopUpAlgorithm::GetShowerPositionMap().