Skip to content
Snippets Groups Projects
Commit 0a361947 authored by James Catmore's avatar James Catmore
Browse files

WIP: AOD reductions for release 21 - ID track pT cut

ATLASRECTS-3820

This MR raises the pT threshold for ID TrackParticles from 400 to 500 MeV, by means of the cutLevel in InDetJobProperties (13->14). This is one of the changes agreed by the AOD reduction task force. The change takes effect in the BS->ESD step and is therefore NOT using thinning - the objects never get built.


Former-commit-id: 8347647d2bddab9bfc38d5dee291c3f7156c1729
parent cfeec85e
No related branches found
No related tags found
No related merge requests found
......@@ -296,7 +296,7 @@ class cutLevel(InDetFlagsJobProperty):
statusOn = True
allowedTypes = ['int']
allowedValues= [1,2,3,4,5,6,7,8,9,10,11,12,13,14]
StoredValue = 13
StoredValue = 14
class doBremRecovery(InDetFlagsJobProperty):
"""Turn on running of Brem Recover in tracking"""
......
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