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

Switch InDetForwardTrackParticle thinning to be active by default

ATLASRECTS-4417

In preparation for the 2018 data taking the flag controlling the thinning of the InDetForwardTrackParticle is set to be True by default in this MR. In consequence, unless the flag is over-ridden, all InDetForwardTrackParticles that are not associated with muons, will be removed from the AOD. The RunTier0Tests log is attached, and as expected it indicates violations of frozen Tier-0 due to the missing tracks.


Former-commit-id: e5a71b86f2b840a87c626da0e83eba9e689111db
parent ebe8a884
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ class ThinInDetForwardTrackParticles(JobProperty):
"""
statusOn=True
allowedTypes=['bool']
StoredValue=False
StoredValue=True
class Muon(JobProperty):
......
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