ATLAS Offline Software
PreIncludes.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 
4 def DebugAMSB(flags):
5  flags.Sim.OptionalUserActionList += ['Charginos.CharginosConfig.AMSB_VerboseSelectorCfg']
6 
7 
8 def DebugGMSB(flags):
9  flags.Sim.OptionalUserActionList += ['Sleptons.SleptonsConfig.GMSB_VerboseSelectorCfg']
10 
11 
12 def DebugMonopole(flags):
13  flags.Sim.OptionalUserActionList += ['Monopole.MonopoleConfig.Monopole_VerboseSelectorCfg']
14 
15 
16 def DebugSleptonsLLP(flags):
17  flags.Sim.OptionalUserActionList += ['Sleptons.SleptonsConfig.SleptonsLLP_VerboseSelectorCfg']
python.PreIncludes.DebugMonopole
def DebugMonopole(flags)
Definition: PreIncludes.py:12
python.PreIncludes.DebugSleptonsLLP
def DebugSleptonsLLP(flags)
Definition: PreIncludes.py:16
python.PreIncludes.DebugAMSB
def DebugAMSB(flags)
Definition: PreIncludes.py:4
python.PreIncludes.DebugGMSB
def DebugGMSB(flags)
Definition: PreIncludes.py:8