ATLAS Offline Software
FPGATrackSimGenScanCuts.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 '''
3 @author Elliot Lipeles - lipeles@cern.ch
4 @date Oct 10th, 2024
5 @brief This file specifies cuts for the FPGATrackSimGenScanTool
6 '''
7 
8 
9 NoCut = 10000000
10 
11 # structure is dictionary of region and then cut
12 cuts = {
13  0: {
14  "rin" : 30.0,
15  "rout" : 300.0,
16  "parSet" : "PhiSlicedKeyLyrPars",
17  "parMin" : [-159.72599999999997, -132.192, 0.2162999990582466, 0.19339999257773163, -5.94],
18  "parMax" : [171.72600000000006, 252.192, 0.5825999742746353, 0.6026000139191747, 5.9399999999999995],
19  "parBins" : [20, 20, 5, 20, 3],
20  "pairFilterDeltaPhiCut" : [NoCut,NoCut,NoCut,NoCut],
21  "pairFilterDeltaEtaCut" : [NoCut,NoCut,NoCut,NoCut],
22  "pairFilterPhiExtrapCut" : [6.0,7.0],
23  "pairFilterEtaExtrapCut" : [8.5,10.0],
24  "pairSetMatchPhiCut" : 0.035,
25  "pairSetMatchEtaCut" : 0.100,
26  "pairSetDeltaDeltaPhiCut" :0.022,
27  "pairSetDeltaDeltaEtaCut" :0.024,
28  "pairSetPhiCurvatureCut" : NoCut,
29  "pairSetEtaCurvatureCut" : NoCut,
30  "pairSetDeltaPhiCurvatureCut" : NoCut,
31  "pairSetDeltaEtaCurvatureCut" : NoCut,
32  "pairSetPhiExtrapCurvedCut" : [NoCut,NoCut],
33  },
34  3: {
35  "rin" : 30.0,
36  "rout" : 300.0,
37  "parSet" : "PhiSlicedKeyLyrPars",
38  "parMin" : [-54.09299999999998, 940.656, 0.2302720041632652, 0.2101899934336543, -5.559840098190307],
39  "parMax" : [287.70300000000003, 1486.3439999999998, 0.5697279928565026, 0.595509973488748, 5.559840098190308],
40  "parBins" : [20, 20, 5, 20, 3],
41  "pairFilterDeltaPhiCut" : [NoCut,NoCut,NoCut,NoCut],
42  "pairFilterDeltaEtaCut" : [NoCut,NoCut,NoCut,NoCut],
43  "pairFilterPhiExtrapCut" : [5.3,6.9],
44  "pairFilterEtaExtrapCut" : [10.6,17.0],
45  "pairSetMatchPhiCut" : 0.26,
46  "pairSetMatchEtaCut" : 0.6,
47  "pairSetDeltaDeltaPhiCut" : 0.022,
48  "pairSetDeltaDeltaEtaCut" : 0.068,
49  "pairSetPhiCurvatureCut" : NoCut,
50  "pairSetEtaCurvatureCut" : NoCut,
51  "pairSetDeltaPhiCurvatureCut" : NoCut,
52  "pairSetDeltaEtaCurvatureCut" : NoCut,
53  "pairSetPhiExtrapCurvedCut" : [NoCut,7.0]
54  },
55 }