Belle II Software development
|
The payload containing. More...
#include <CkfToPXDFiltersSetting.h>
Public Member Functions | |
CkfToPXDFiltersSetting () | |
Default constructor, parameters set to NaN. | |
~CkfToPXDFiltersSetting () | |
Destructor. | |
void | setHitFilterName (const std::string hitFilterName) |
Set the hitFilterName. | |
void | setSeedFilterName (const std::string seedFilterName) |
Set the seedFilterName. | |
void | setPtThresholdTrackToHitCut (const double PtThresholdTrackToHitCut) |
Set the PtThresholdTrackToHitCut. | |
void | setPhiInterceptToHitCut (const double PhiInterceptToHitCut) |
Set the PhiInterceptToHitCut. | |
void | setEtaInterceptToHitCut (const double EtaInterceptToHitCut) |
Set the EtaInterceptToHitCut. | |
void | setPhiRecoTrackToHitCut (const double PhiRecoTrackToHitCut) |
Set the PhiRecoTrackToHitCut. | |
void | setEtaRecoTrackToHitCut (const double EtaRecoTrackToHitCut) |
Set the EtaRecoTrackToHitCut. | |
void | setPhiHitHitCut (const double PhiHitHitCut) |
Set the PhiHitHitCut. | |
void | setEtaHitHitCut (const double EtaHitHitCut) |
Set the EtaHitHitCut. | |
void | setPhiOverlapHitHitCut (const double PhiOverlapHitHitCut) |
Set the PhiOverlapHitHitCut. | |
void | setEtaOverlapHitHitCut (const double EtaOverlapHitHitCut) |
Set the EtaOverlapHitHitCut. | |
void | setPXDInterceptsName (const std::string PXDInterceptsName) |
Set the PXDInterceptsName. | |
const std::string & | getHitFilterName () const |
Get the hitFilterName. | |
const std::string & | getSeedFilterName () const |
Get the seedFilterName. | |
const double & | getPtThresholdTrackToHitCut () const |
Get the PtThresholdTrackToHitCut. | |
const double & | getPhiInterceptToHitCut () const |
Get the PhiInterceptToHitCut. | |
const double & | getEtaInterceptToHitCut () const |
Get the EtaInterceptToHitCut. | |
const double & | getPhiRecoTrackToHitCut () const |
Get the PhiRecoTrackToHitCut. | |
const double & | getEtaRecoTrackToHitCut () const |
Get the EtaRecoTrackToHitCut. | |
const double & | getPhiHitHitCut () const |
Get the PhiHitHitCut. | |
const double & | getEtaHitHitCut () const |
Get the EtaHitHitCut. | |
const double & | getPhiOverlapHitHitCut () const |
Get the PhiOverlapHitHitCut. | |
const double & | getEtaOverlapHitHitCut () const |
Get the EtaOverlapHitHitCut. | |
const std::string & | getPXDInterceptsName () const |
Get the PXDInterceptsName. | |
Private Member Functions | |
ClassDef (CkfToPXDFiltersSetting, 1) | |
ClassDef, necessary for ROOT. | |
Private Attributes | |
std::string | m_hitFilterName = "not set" |
The hitFilterName. | |
std::string | m_seedFilterName = "not set" |
The seedFilterName. | |
double | m_paramPtThresholdTrackToHitCut |
Threshold on pT to apply inverse pT scale on cut value. | |
double | m_paramPhiInterceptToHitCut |
Cut in phi for the difference between PXDIntercept from RecoTrack on the same layer and current hit-based state. | |
double | m_paramEtaInterceptToHitCut |
Cut in eta for the difference between PXDIntercept from RecoTrack on the same layer and current hit-based state. | |
double | m_paramPhiRecoTrackToHitCut |
Cut in phi for the difference between RecoTrack information and current hit-based state. | |
double | m_paramEtaRecoTrackToHitCut |
Cut in eta for the difference between RecoTrack information and current hit-based state. | |
double | m_paramPhiHitHitCut |
Cut in phi between two hit-based states. | |
double | m_paramEtaHitHitCut |
Cut in eta between two hit-based states. | |
double | m_paramPhiOverlapHitHitCut |
Cut in phi between two hit-based states in ladder overlap. | |
double | m_paramEtaOverlapHitHitCut |
Cut in eta between two hit-based states in ladder overlap. | |
std::string | m_paramPXDInterceptsName = "not set" |
Name of the PXDIntercepts StoreArray. | |
The payload containing.
intercept
filters only Definition at line 22 of file CkfToPXDFiltersSetting.h.
Default constructor, parameters set to NaN.
Definition at line 14 of file CkfToPXDFiltersSetting.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Get the hitFilterName.
Definition at line 129 of file CkfToPXDFiltersSetting.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Get the PXDInterceptsName.
Definition at line 173 of file CkfToPXDFiltersSetting.h.
|
inline |
Get the seedFilterName.
Definition at line 133 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the EtaHitHitCut.
EtaHitHitCut | intercept parameter |
Definition at line 98 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the EtaInterceptToHitCut.
EtaInterceptToHitCut | intercept parameter |
Definition at line 66 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the EtaOverlapHitHitCut.
EtaOverlapHitHitCut | intercept parameter |
Definition at line 114 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the EtaRecoTrackToHitCut.
EtaRecoTrackToHitCut | intercept parameter |
Definition at line 82 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the hitFilterName.
hitFilterName | name of the hitFilter |
Definition at line 35 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the PhiHitHitCut.
PhiHitHitCut | intercept parameter |
Definition at line 90 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the PhiInterceptToHitCut.
PhiInterceptToHitCut | intercept parameter |
Definition at line 58 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the PhiOverlapHitHitCut.
PhiOverlapHitHitCut | intercept parameter |
Definition at line 106 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the PhiRecoTrackToHitCut.
PhiRecoTrackToHitCut | intercept parameter |
Definition at line 74 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the PtThresholdTrackToHitCut.
PtThresholdTrackToHitCut | intercept parameter |
Definition at line 50 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the PXDInterceptsName.
PXDInterceptsName | intercept parameter |
Definition at line 122 of file CkfToPXDFiltersSetting.h.
|
inline |
Set the seedFilterName.
seedFilterName | name of the seedFilter |
Definition at line 42 of file CkfToPXDFiltersSetting.h.
|
private |
The hitFilterName.
Definition at line 179 of file CkfToPXDFiltersSetting.h.
|
private |
Cut in eta between two hit-based states.
Definition at line 200 of file CkfToPXDFiltersSetting.h.
|
private |
Cut in eta for the difference between PXDIntercept from RecoTrack on the same layer and current hit-based state.
Definition at line 192 of file CkfToPXDFiltersSetting.h.
|
private |
Cut in eta between two hit-based states in ladder overlap.
Definition at line 204 of file CkfToPXDFiltersSetting.h.
|
private |
Cut in eta for the difference between RecoTrack information and current hit-based state.
Definition at line 196 of file CkfToPXDFiltersSetting.h.
|
private |
Cut in phi between two hit-based states.
Definition at line 198 of file CkfToPXDFiltersSetting.h.
|
private |
Cut in phi for the difference between PXDIntercept from RecoTrack on the same layer and current hit-based state.
Definition at line 190 of file CkfToPXDFiltersSetting.h.
|
private |
Cut in phi between two hit-based states in ladder overlap.
Definition at line 202 of file CkfToPXDFiltersSetting.h.
|
private |
Cut in phi for the difference between RecoTrack information and current hit-based state.
Definition at line 194 of file CkfToPXDFiltersSetting.h.
|
private |
Threshold on pT to apply inverse pT scale on cut value.
Definition at line 188 of file CkfToPXDFiltersSetting.h.
|
private |
Name of the PXDIntercepts StoreArray.
Definition at line 206 of file CkfToPXDFiltersSetting.h.
|
private |
The seedFilterName.
Definition at line 182 of file CkfToPXDFiltersSetting.h.