Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
ConfigurationHelpers Namespace Reference

Functions

def StandaloneTauRecoFlags (flags)
 

Detailed Description

Enable dependencies of tau reconstruction

Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration

Function Documentation

◆ StandaloneTauRecoFlags()

def ConfigurationHelpers.StandaloneTauRecoFlags (   flags)

Definition at line 6 of file Reconstruction/tauRec/python/ConfigurationHelpers.py.

6 def StandaloneTauRecoFlags(flags):
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