Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Reconstruction/tauRec/python/ConfigurationHelpers.py
Go to the documentation of this file.
1 """Enable dependencies of tau reconstruction
2 
3 Copyright (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
ConfigurationHelpers.StandaloneTauRecoFlags
def StandaloneTauRecoFlags(flags)
Definition: Reconstruction/tauRec/python/ConfigurationHelpers.py:6