ATLAS Offline Software
Functions
python.PreIncludes Namespace Reference

Functions

def DebugAMSB (flags)
 
def DebugGMSB (flags)
 
def DebugMonopole (flags)
 
def DebugSleptonsLLP (flags)
 

Function Documentation

◆ DebugAMSB()

def python.PreIncludes.DebugAMSB (   flags)

Definition at line 4 of file PreIncludes.py.

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

◆ DebugGMSB()

def python.PreIncludes.DebugGMSB (   flags)

Definition at line 8 of file PreIncludes.py.

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

◆ DebugMonopole()

def python.PreIncludes.DebugMonopole (   flags)

Definition at line 12 of file PreIncludes.py.

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

◆ DebugSleptonsLLP()

def python.PreIncludes.DebugSleptonsLLP (   flags)

Definition at line 16 of file PreIncludes.py.

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