Skip to content
Snippets Groups Projects
Commit 803b3292 authored by Hideyuki Oide's avatar Hideyuki Oide
Browse files

InDetRecExample: changed the minimum pT threshold from 500 MeV to 900 MeV for...

InDetRecExample: changed the minimum pT threshold from 500 MeV to 900 MeV for large-radius tracking mode

Former-commit-id: d5378e0d20834042111542b7f5c814795955cf7b
parent 2440b3e1
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@ class ConfiguredNewTrackingCuts :
if mode == "LargeD0":
self.__extension = "LargeD0" # this runs parallel to NewTracking
self.__maxPT = 1.0 * Units.TeV
self.__minPT = 500 * Units.MeV
self.__minPT = 900 * Units.MeV
self.__maxEta = 5
self.__maxPrimaryImpact = 300.0 * Units.mm
self.__maxZImpact = 1500.0 * Units.mm
......
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