CMS 3D CMS Logo

dnnQualityCuts.py
Go to the documentation of this file.
1 # https://indico.cern.ch/event/947686/contributions/3981867/attachments/2090510/3512658/TrackingDNN_24_8_2020.pdf
2 qualityCutDictionary = {
3  'InitialStep': [-0.2, 0.15, 0.40],
4  'LowPtQuadStep': [-0.2, 0.10, 0.45],
5  'HighPtTripletStep': [0.55, 0.60, 0.65],
6  'LowPtTripletStep': [-0.2, -0.1, 0.10],
7  'DetachedQuadStep': [-0.3, 0.20, 0.55],
8  'DetachedTripletStep': [-0.5, -0.1, 0.40],
9  'PixelPairStep': [-0.4, -0.35, -0.3],
10  'MixedTripletStep': [-0.7, -0.5, -0.3],
11  'PixelLessStep': [-0.8, -0.7, -0.6],
12  'TobTecStep': [-0.6, -0.55, -0.5],
13  'JetCoreRegionalStep': [0.20, 0.30, 0.50]
14 }