ATLAS Offline Software
egammaOnlyFromRawFlags.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2 
3 def egammaOnlyFromRaw(flags):
4  """egammaOnlyFromRaw flags for Reco_tf with CA"""
5  flags.Detector.GeometryMuon = False
6  flags.Detector.EnableAFP = False
7  flags.Detector.EnableLucid = False
8  flags.Reco.EnableTrigger = False
9  flags.Reco.EnableCombinedMuon = False
10  flags.Reco.EnablePFlow = False
11  flags.Reco.EnableTau = False
12  flags.Reco.EnableJet = False
13  flags.Reco.EnableBTagging = False
14  flags.Reco.EnableCaloRinger = False
15  flags.Egamma.doTrackThinning = False
16  flags.Reco.PostProcessing.GeantTruthThinning = False
17  flags.Reco.PostProcessing.TRTAloneThinning = False
python.egammaOnlyFromRawFlags.egammaOnlyFromRaw
def egammaOnlyFromRaw(flags)
Definition: egammaOnlyFromRawFlags.py:3