Belle II Software
release-08-01-10
|
class to contain the cut on SVDSpacePoint More...
#include <SVDSpacePointSNRFractionSelector.h>
Public Member Functions | |
SVDSpacePointSNRFractionSelector () | |
constructor | |
bool | passSNRFractionSelection (const std::vector< float > &inputU, const std::vector< float > &inputV) const |
Determine if the combination of U and V clusters passes the SNR fraction cuts. | |
void | setFraction0Max (float fraction0_max) |
Set max of SNR0 fraction | |
void | setFraction1Min (float fraction1_min) |
Set min of SNR1 fraction | |
void | setFraction0MaxForFraction1Cut (float fraction0_max_for_fraction1_cut) |
Set max of SNR0 fraction that is used together with SNR1 fraction cut | |
float | getFraction0Max () const |
Get max of SNR0 fraction | |
float | getFraction1Min () const |
Get min of SNR1 fraction | |
float | getFraction0MaxForFraction1Cut () const |
Get max of SNR0 fraction that is used together with SNR1 fraction cut | |
Private Attributes | |
float | m_fraction0_max = 0.45 |
Max of SNR0 fraction. | |
float | m_fraction1_min = 0.30 |
Min of SNR1 fraction. | |
float | m_fraction0_max_for_fraction1_cut = 0.10 |
Max of SNR0 fraction that is used together with SNR1 fraction cut. | |
class to contain the cut on SVDSpacePoint
Definition at line 21 of file SVDSpacePointSNRFractionSelector.h.