ATLAS Offline Software
Loading...
Searching...
No Matches
Reconstruction/tauRec/python/ConfigurationHelpers.py
Go to the documentation of this file.
1"""Enable dependencies of tau reconstruction
2
3Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
4"""
5
7
8 flags.Reco.EnableTrigger = False
9 flags.Reco.EnableCombinedMuon = True
10 flags.Reco.EnablePFlow = True
11 flags.Reco.EnableTau = True
12 flags.Reco.EnableJet = True
13 flags.Reco.EnableBTagging = False
14 flags.Reco.EnableCaloRinger = False
15 flags.Reco.PostProcessing.GeantTruthThinning = False
16 flags.Reco.PostProcessing.TRTAloneThinning = False