ATLAS Offline Software
Classes | Namespaces | Functions
HLT/Trigger/TrigControl/TrigPSC/TrigPSC/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

 psc
 
 psc::Utils
 

Functions

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

Detailed Description

Some helpers for the PSC.

Author
Frank Winklmeier

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