ATLAS Offline Software
|
Python flags that are used to configure C++ Psc. More...
Go to the source code of this file.
Namespaces | |
python.PscConfig | |
Variables | |
bool | python.PscConfig.interactive = False |
In interactive mode, call AppMgr::initialize() in connect instead of configure. More... | |
bool | python.PscConfig.exitAfterDump = False |
Exit after dumping job properties. More... | |
bool | python.PscConfig.forcePSK = False |
Read PSK from database and ignore COOL. More... | |
dictionary | python.PscConfig.optmap = {} |
string:string map equivalent to TrigPsc/Config.h (filled in TrigPsc.cxx) More... | |
list | python.PscConfig.unparsedArguments = [] |
Unparsed command line arguments that should be suppressed in reload_from_json. More... | |
Python flags that are used to configure C++ Psc.
This module is loaded in Psc.cxx and some of the flags here are are used to configure the C++ instance.
Definition in file PscConfig.py.