ATLAS Offline Software
Variables
python.TrigPSCPythonDbSetup Namespace Reference

Variables

 flags = defaultOnlineFlags()
 
 logLevel = PscConfig.optmap['LOGLEVEL'].split(',')[0]
 If HLT PSK is set on command line read it from DB instead of COOL (ATR-25974) More...
 
 outputLevel = getattr(AthenaCommon.Constants, logLevel)
 
 isvcMgr = InterfaceCast(gbl.ISvcManager)(gbl.Gaudi.svcLocator())
 For running with offline THistSvc from online DB. More...
 
list output = []
 
 Output
 

Variable Documentation

◆ flags

python.TrigPSCPythonDbSetup.flags = defaultOnlineFlags()

Definition at line 20 of file TrigPSCPythonDbSetup.py.

◆ isvcMgr

python.TrigPSCPythonDbSetup.isvcMgr = InterfaceCast(gbl.ISvcManager)(gbl.Gaudi.svcLocator())

For running with offline THistSvc from online DB.

Definition at line 36 of file TrigPSCPythonDbSetup.py.

◆ logLevel

python.TrigPSCPythonDbSetup.logLevel = PscConfig.optmap['LOGLEVEL'].split(',')[0]

If HLT PSK is set on command line read it from DB instead of COOL (ATR-25974)

Set OutputLevel in JobOptionsSvc if "-l" option was used in athenaHLT

Definition at line 27 of file TrigPSCPythonDbSetup.py.

◆ output

list python.TrigPSCPythonDbSetup.output = []

Definition at line 41 of file TrigPSCPythonDbSetup.py.

◆ Output

python.TrigPSCPythonDbSetup.Output

Definition at line 43 of file TrigPSCPythonDbSetup.py.

◆ outputLevel

python.TrigPSCPythonDbSetup.outputLevel = getattr(AthenaCommon.Constants, logLevel)

Definition at line 30 of file TrigPSCPythonDbSetup.py.