Belle II Software development
|
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.
|
inline |
|
inline |
Get max of SNR0 fraction
Definition at line 64 of file SVDSpacePointSNRFractionSelector.h.
|
inline |
Get max of SNR0 fraction that is used together with SNR1 fraction cut
Definition at line 68 of file SVDSpacePointSNRFractionSelector.h.
|
inline |
Get min of SNR1 fraction
Definition at line 66 of file SVDSpacePointSNRFractionSelector.h.
|
inline |
Determine if the combination of U and V clusters passes the SNR fraction cuts.
Definition at line 29 of file SVDSpacePointSNRFractionSelector.h.
|
inline |
Set max of SNR0 fraction
Definition at line 56 of file SVDSpacePointSNRFractionSelector.h.
|
inline |
Set max of SNR0 fraction that is used together with SNR1 fraction cut
Definition at line 60 of file SVDSpacePointSNRFractionSelector.h.
|
inline |
Set min of SNR1 fraction
Definition at line 58 of file SVDSpacePointSNRFractionSelector.h.
|
private |
Max of SNR0 fraction.
Definition at line 72 of file SVDSpacePointSNRFractionSelector.h.
|
private |
Max of SNR0 fraction that is used together with SNR1 fraction cut.
Definition at line 76 of file SVDSpacePointSNRFractionSelector.h.
|
private |
Min of SNR1 fraction.
Definition at line 73 of file SVDSpacePointSNRFractionSelector.h.