Belle II Software
release-08-01-10
|
The payload containing the cuts for 2 mva based filters to decide whether a RecoTrack should be flipped or not. More...
#include <TrackFlippingCuts.h>
Public Member Functions | |
TrackFlippingCuts () | |
Default constructor. | |
~TrackFlippingCuts () | |
Destructor. | |
void | setCuts (const bool status, const float cutPt, const float cutFirst, const float cutSecond) |
Set the cuts for the two filters. More... | |
bool | getOnOffInfo () const |
get the info about turnning on/off the flip&refit | |
float | getPtCut () const |
get the Pt cut for flip&refit | |
float | getFirstCut () const |
get the first cuts value | |
float | getSecondCut () const |
get the second cuts value | |
Private Member Functions | |
ClassDef (TrackFlippingCuts, 4) | |
ClassDef, necessary for ROOT. | |
Private Attributes | |
bool | m_status |
whether to switch on or off the flip&refit. More... | |
float | m_cutPt |
The cuts on Transverse Momentum to do flip&refit. More... | |
float | m_cutFirst |
The cuts for the 1st filter. | |
float | m_cutSecond |
The cuts for the 2nd filter. | |
The payload containing the cuts for 2 mva based filters to decide whether a RecoTrack should be flipped or not.
Definition at line 21 of file TrackFlippingCuts.h.
|
inline |
Set the cuts for the two filters.
status | the option ot trun on/off flip&refit |
cutPt | the cut on Pt to do flip&refit |
cutFirst | the cut for the 1st MVA |
cutSecond | the cut for the 2nd MVA |
Definition at line 35 of file TrackFlippingCuts.h.
|
private |
The cuts on Transverse Momentum to do flip&refit.
tracks with Pt higher than this value will not be flip&refitted
Definition at line 72 of file TrackFlippingCuts.h.
|
private |
whether to switch on or off the flip&refit.
Should be True or False
Definition at line 70 of file TrackFlippingCuts.h.