76 InDetEtaDependentCutsSvc = CompFactory.InDet.InDetEtaDependentCutsSvc( name, **kwargs )
78 InDetEtaDependentCutsSvc.etaBins = [-1.0, 1.65, 2.0, 9999.]
79 InDetEtaDependentCutsSvc.minPT = [0.7 * Units.GeV]
80 InDetEtaDependentCutsSvc.maxPrimaryImpact = [5.0 * Units.mm]
81 InDetEtaDependentCutsSvc.maxZImpact = [3.0 * Units.mm]
82 InDetEtaDependentCutsSvc.minPixelHits = [1, 1, 2]
83 InDetEtaDependentCutsSvc.minClusters = [7]
84 InDetEtaDependentCutsSvc.maxShared = [1000]
85 InDetEtaDependentCutsSvc.Xi2max = [3.0]
87 InDetEtaDependentCutsSvc.etaWidthBrem = [-1]
88 InDetEtaDependentCutsSvc.phiWidthBrem = [-1]
89 InDetEtaDependentCutsSvc.maxdImpactSSSSeeds = [-1]
90 InDetEtaDependentCutsSvc.maxDoubleHoles = [-1]
91 InDetEtaDependentCutsSvc.maxHoles = [-1]
92 InDetEtaDependentCutsSvc.maxPixelHoles = [-1]
93 InDetEtaDependentCutsSvc.maxSctHoles = [-1]
94 InDetEtaDependentCutsSvc.minStripHits = [-1]
95 InDetEtaDependentCutsSvc.minInnermostPixelHits = [-1]
96 InDetEtaDependentCutsSvc.minPTBrem = [-1]
97 InDetEtaDependentCutsSvc.minSiNotShared = [-1]
98 InDetEtaDependentCutsSvc.maxHolesGapPattern = [-1]
99 InDetEtaDependentCutsSvc.maxHolesPattern = [-1]
100 InDetEtaDependentCutsSvc.nWeightedClustersMin = [-1]
101 InDetEtaDependentCutsSvc.Xi2maxNoAdd = [-1]
103 acc.addService(InDetEtaDependentCutsSvc)