Skip to content
Snippets Groups Projects
Commit eff1560e authored by Nora Emilia Pettersson's avatar Nora Emilia Pettersson
Browse files

Add new cutlevel for maxIPcut 5 for ATLIDTRKCP-221

parent fa0a4b39
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,10 @@ class ConfiguredNewTrackingCuts :
if self.__indetflags.cutLevel() >= 15 :
self.__minClusters = 8 #based on studies by R.Jansky
if self.__indetflags.cutLevel() >= 16:
if self.__indetflags.cutLevel() >= 16 :
self.__maxPrimaryImpact = 5.0 * Units.mm #based on studies by T.Strebler
if self.__indetflags.cutLevel() >= 17:
print '--------> FATAL ERROR, cut level undefined, abort !'
import sys
sys.exit()
......
......@@ -301,7 +301,7 @@ class cutLevel(InDetFlagsJobProperty):
"""
statusOn = True
allowedTypes = ['int']
allowedValues= [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]
allowedValues= [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]
StoredValue = 14
class doBremRecovery(InDetFlagsJobProperty):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment