Belle II Software development
CkfToPXDFiltersSetting.cc
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#include <tracking/dbobjects/CkfToPXDFiltersSetting.h>
10#include <limits>
11
12using namespace Belle2;
13
15 , m_paramPtThresholdTrackToHitCut(std::numeric_limits<double>::quiet_NaN())
16 , m_paramPhiInterceptToHitCut(std::numeric_limits<double>::quiet_NaN())
17 , m_paramEtaInterceptToHitCut(std::numeric_limits<double>::quiet_NaN())
18 , m_paramPhiRecoTrackToHitCut(std::numeric_limits<double>::quiet_NaN())
19 , m_paramEtaRecoTrackToHitCut(std::numeric_limits<double>::quiet_NaN())
20 , m_paramPhiHitHitCut(std::numeric_limits<double>::quiet_NaN())
21 , m_paramEtaHitHitCut(std::numeric_limits<double>::quiet_NaN())
22 , m_paramPhiOverlapHitHitCut(std::numeric_limits<double>::quiet_NaN())
23 , m_paramEtaOverlapHitHitCut(std::numeric_limits<double>::quiet_NaN())
24{}
25
double m_paramPtThresholdTrackToHitCut
Threshold on pT to apply inverse pT scale on cut value.
double m_paramEtaHitHitCut
Cut in eta between two hit-based states.
double m_paramEtaOverlapHitHitCut
Cut in eta between two hit-based states in ladder overlap.
CkfToPXDFiltersSetting()
Default constructor, parameters set to NaN.
double m_paramEtaRecoTrackToHitCut
Cut in eta for the difference between RecoTrack information and current hit-based state.
double m_paramPhiInterceptToHitCut
Cut in phi for the difference between PXDIntercept from RecoTrack on the same layer and current hit-b...
double m_paramPhiHitHitCut
Cut in phi between two hit-based states.
double m_paramEtaInterceptToHitCut
Cut in eta for the difference between PXDIntercept from RecoTrack on the same layer and current hit-b...
double m_paramPhiRecoTrackToHitCut
Cut in phi for the difference between RecoTrack information and current hit-based state.
double m_paramPhiOverlapHitHitCut
Cut in phi between two hit-based states in ladder overlap.
Abstract base class for different kinds of events.
STL namespace.