ATLAS Offline Software
Loading...
Searching...
No Matches
TrigInDetPattRecoTools/TrigInDetPattRecoTools/TrigCombinatorialSettings.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGINDETPATTRECOTOOLS_TRIG_COMBINATORIAL_SETTINGS_H
6#define TRIGINDETPATTRECOTOOLS_TRIG_COMBINATORIAL_SETTINGS_H
7
9#include <vector>
12
14public:
15 TrigCombinatorialSettings() {//provides some defaults
16
17 //default silicon geometry
18
21 m_maxEndcapPix = 10;
23
24 m_doubletD0Max = 5.0;
25
26 m_tripletD0Max = 4.0;
28 m_doublet_dR_Max = 270.0;
30 m_tripletPtMin = 2500.0;//was 1000.0
32 m_tripletDoPSS = false; // Allow Pixel SCT SCT seeds?
33 m_tripletDoPPS = true; // Allow Pixel Pixel SCT seeds?
34 m_tripletDoConfirm = false; // Use another Pixel spacepoint to confirm a triplet
35 m_curv_delta = 0.001; //max difference in track curvature for triplet confirmation
36 m_doubletFilterRZ = true;
37 m_tripletDtCut = 3.0;//in sigmas of mult.scattering for m_tripletPtMin track at eta=0
38 m_magFieldZ = 2.0;//switch to configured value
39 m_nMaxPhiSlice = 53;
41
42 m_zvError = 10.0;
44 m_LRTmode=false;
45 m_layerGeometry.clear();
47 m_useEtaBinning = false;
48 m_maxEC_len = 1.5;
49 m_vLUT.clear();
50 }
51
53
70
71 float m_zvError;
75
76 std::vector<TrigInDetSiLayer> m_layerGeometry;
77
79 std::vector<TrigSeedML_LUT> m_vLUT;
81
83
84
85
86#endif
struct TrigCombinatorialSettings TRIG_COMBINATORIAL_SETTINGS
Describes the API of the Region of Ineterest geometry.