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

Functions

 execCommands (cmds, stage)

Variables

 log = logging.getLogger("athenaHLT")
 exitAfterDump
 optmap
 flags = defaultOnlineFlags()
 locked_flags = flags.clone()
 cfg = ComponentAccumulator(CompFactory.AthSequencer("AthMasterSeq",Sequential=True))
str fname = "HLTJobOptions"
 suppress_args

Function Documentation

◆ execCommands()

python.TrigPSCPythonCASetup.execCommands ( cmds,
stage )
Helper to execute a command string

Definition at line 40 of file TrigPSCPythonCASetup.py.

40def execCommands(cmds, stage):
41 """Helper to execute a command string"""
42 if cmds:
43 log.info("-"*80)
44 log.info("Executing %scommand: %s", stage, cmds)
45 exec(cmds, globals())
46 log.info("-"*80)
47
48

Variable Documentation

◆ cfg

python.TrigPSCPythonCASetup.cfg = ComponentAccumulator(CompFactory.AthSequencer("AthMasterSeq",Sequential=True))

Definition at line 60 of file TrigPSCPythonCASetup.py.

◆ exitAfterDump

python.TrigPSCPythonCASetup.exitAfterDump

Definition at line 32 of file TrigPSCPythonCASetup.py.

◆ flags

python.TrigPSCPythonCASetup.flags = defaultOnlineFlags()

Definition at line 50 of file TrigPSCPythonCASetup.py.

◆ fname

str python.TrigPSCPythonCASetup.fname = "HLTJobOptions"

Definition at line 75 of file TrigPSCPythonCASetup.py.

◆ locked_flags

python.TrigPSCPythonCASetup.locked_flags = flags.clone()

Definition at line 56 of file TrigPSCPythonCASetup.py.

◆ log

python.TrigPSCPythonCASetup.log = logging.getLogger("athenaHLT")

Definition at line 20 of file TrigPSCPythonCASetup.py.

◆ optmap

python.TrigPSCPythonCASetup.optmap

Definition at line 33 of file TrigPSCPythonCASetup.py.

◆ suppress_args

python.TrigPSCPythonCASetup.suppress_args

Definition at line 88 of file TrigPSCPythonCASetup.py.