The payload containing the cuts for 2 mva based filters to decide whether a RecoTrack should be flipped or not.
More...
#include <TrackFlippingCuts.h>
|
| 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.
|
|
bool | getOnOffInfo () const |
| get the info about turning 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
|
|
|
bool | m_status |
| whether to switch on or off the flip&refit.
|
|
float | m_cutPt |
| The cuts on Transverse Momentum to do flip&refit.
|
|
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.
◆ TrackFlippingCuts()
◆ ~TrackFlippingCuts()
◆ getFirstCut()
float getFirstCut |
( |
| ) |
const |
|
inline |
get the first cuts value
Definition at line 57 of file TrackFlippingCuts.h.
58 {
60 }
float m_cutFirst
The cuts for the 1st filter.
◆ getOnOffInfo()
bool getOnOffInfo |
( |
| ) |
const |
|
inline |
get the info about turning on/off the flip&refit
Definition at line 45 of file TrackFlippingCuts.h.
46 {
48 }
bool m_status
whether to switch on or off the flip&refit.
◆ getPtCut()
get the Pt cut for flip&refit
Definition at line 51 of file TrackFlippingCuts.h.
52 {
54 }
float m_cutPt
The cuts on Transverse Momentum to do flip&refit.
◆ getSecondCut()
float getSecondCut |
( |
| ) |
const |
|
inline |
get the second cuts value
Definition at line 63 of file TrackFlippingCuts.h.
64 {
66 }
float m_cutSecond
The cuts for the 2nd filter.
◆ setCuts()
void setCuts |
( |
const bool |
status, |
|
|
const float |
cutPt, |
|
|
const float |
cutFirst, |
|
|
const float |
cutSecond |
|
) |
| |
|
inline |
Set the cuts for the two filters.
- Parameters
-
status | the option to turn 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.
◆ m_cutFirst
◆ m_cutPt
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.
◆ m_cutSecond
◆ m_status
whether to switch on or off the flip&refit.
Should be True or False
Definition at line 70 of file TrackFlippingCuts.h.
The documentation for this class was generated from the following file: