ATLAS Offline Software
Loading...
Searching...
No Matches
python.PreIncludes Namespace Reference

Functions

 DebugAMSB (flags)
 DebugGMSB (flags)
 DebugMonopole (flags)
 DebugSleptonsLLP (flags)
 DebugRHadrons (flags)

Function Documentation

◆ DebugAMSB()

python.PreIncludes.DebugAMSB ( flags)

Definition at line 4 of file PreIncludes.py.

4def DebugAMSB(flags):
5 flags.Sim.OptionalUserActionList += ['Charginos.CharginosConfig.AMSB_VerboseSelectorCfg']
6
7

◆ DebugGMSB()

python.PreIncludes.DebugGMSB ( flags)

Definition at line 8 of file PreIncludes.py.

8def DebugGMSB(flags):
9 flags.Sim.OptionalUserActionList += ['Sleptons.SleptonsConfig.GMSB_VerboseSelectorCfg']
10
11

◆ DebugMonopole()

python.PreIncludes.DebugMonopole ( flags)

Definition at line 12 of file PreIncludes.py.

12def DebugMonopole(flags):
13 flags.Sim.OptionalUserActionList += ['Monopole.MonopoleConfig.Monopole_VerboseSelectorCfg']
14
15

◆ DebugRHadrons()

python.PreIncludes.DebugRHadrons ( flags)

Definition at line 20 of file PreIncludes.py.

20def DebugRHadrons(flags):
21 flags.Sim.OptionalUserActionList += ['RHadrons.RHadronsConfig.RHadrons_VerboseSelectorCfg']

◆ DebugSleptonsLLP()

python.PreIncludes.DebugSleptonsLLP ( flags)

Definition at line 16 of file PreIncludes.py.

16def DebugSleptonsLLP(flags):
17 flags.Sim.OptionalUserActionList += ['Sleptons.SleptonsConfig.SleptonsLLP_VerboseSelectorCfg']
18
19