ATLAS Offline Software
Loading...
Searching...
No Matches
PscConfig.py File Reference

Python flags that are used to configure C++ Psc. More...

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.PscConfig

Variables

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

Detailed Description

Python flags that are used to configure C++ Psc.

Author
Frank Winklmeier

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.