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