ATLAS Offline Software
|
Classes | |
class | ScopeTimer |
Very simple timer class. More... | |
Functions | |
bool | execPython (const std::string &pyCmd) |
Execute a python command in the python interpreter. More... | |
bool | execPython (const std::vector< std::string > &pyCmds) |
Execute a set of python commands in the python interpreter. More... | |
bool | pyInclude (const std::string &pyFileName) |
Include a python file via AthenaCommon.Include. More... | |
bool | execFile (const std::string &pyFileName) |
Execute a python file (via include or import) More... | |
bool psc::Utils::execFile | ( | const std::string & | pyFileName | ) |
Execute a python file (via include or import)
pyFileName | File name |
Definition at line 54 of file HLT/Trigger/TrigControl/TrigPSC/src/Utils.cxx.
bool psc::Utils::execPython | ( | const std::string & | pyCmd | ) |
Execute a python command in the python interpreter.
pyCmd | python statement |
Definition at line 24 of file HLT/Trigger/TrigControl/TrigPSC/src/Utils.cxx.
bool psc::Utils::execPython | ( | const std::vector< std::string > & | pyCmds | ) |
Execute a set of python commands in the python interpreter.
pyCmds | vector of python statements |
Definition at line 35 of file HLT/Trigger/TrigControl/TrigPSC/src/Utils.cxx.
bool psc::Utils::pyInclude | ( | const std::string & | pyFileName | ) |
Include a python file via AthenaCommon.Include.
pyFileName | File name |
Definition at line 45 of file HLT/Trigger/TrigControl/TrigPSC/src/Utils.cxx.