ATLAS Offline Software
Functions | Variables
python.TrigPSCPythonCASetup Namespace Reference

Functions

def execCommands (cmds, stage)
 

Variables

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

Function Documentation

◆ execCommands()

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

Definition at line 40 of file TrigPSCPythonCASetup.py.

40 def 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

string 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.

LArG4FSStartPointFilter.exec
exec
Definition: LArG4FSStartPointFilter.py:103
python.TrigPSCPythonCASetup.execCommands
def execCommands(cmds, stage)
Definition: TrigPSCPythonCASetup.py:40