ATLAS Offline Software
Loading...
Searching...
No Matches
Utils.h File Reference

Some helpers for the PSC. More...

#include <vector>
#include <string>
#include <chrono>
Include dependency graph for HLT/Trigger/TrigControl/TrigPSC/TrigPSC/Utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  psc::Utils::ScopeTimer
 Very simple timer class. More...

Namespaces

namespace  psc
namespace  psc::Utils

Functions

bool psc::Utils::execPython (const std::string &pyCmd)
 Execute a python command in the python interpreter.
bool psc::Utils::execPython (const std::vector< std::string > &pyCmds)
 Execute a set of python commands in the python interpreter.
bool psc::Utils::pyInclude (const std::string &pyFileName)
 Include a python file via AthenaCommon.Include.
bool psc::Utils::execFile (const std::string &pyFileName)
 Execute a python file (via include or import)

Detailed Description

Some helpers for the PSC.

Author
Frank Winklmeier

Definition in file HLT/Trigger/TrigControl/TrigPSC/TrigPSC/Utils.h.