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

Variables

bool interactive = False
 In interactive mode, call AppMgr::initialize() in connect instead of configure.
bool exitAfterDump = False
 Exit after dumping job properties.
bool forcePSK = False
 Read PSK from database and ignore COOL.
dict optmap = {}
 string:string map equivalent to TrigPsc/Config.h (filled in TrigPsc.cxx)
list unparsedArguments = []
 Unparsed command line arguments that should be suppressed in reload_from_json.

Variable Documentation

◆ exitAfterDump

bool python.PscConfig.exitAfterDump = False

Exit after dumping job properties.

Definition at line 14 of file PscConfig.py.

◆ forcePSK

bool python.PscConfig.forcePSK = False

Read PSK from database and ignore COOL.

Definition at line 17 of file PscConfig.py.

◆ interactive

bool python.PscConfig.interactive = False

In interactive mode, call AppMgr::initialize() in connect instead of configure.

Definition at line 11 of file PscConfig.py.

◆ optmap

dict python.PscConfig.optmap = {}

string:string map equivalent to TrigPsc/Config.h (filled in TrigPsc.cxx)

Definition at line 20 of file PscConfig.py.

◆ unparsedArguments

list python.PscConfig.unparsedArguments = []

Unparsed command line arguments that should be suppressed in reload_from_json.

Definition at line 23 of file PscConfig.py.