ATLAS Offline Software
Variables
python.PscConfig Namespace Reference

Variables

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

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

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