CMS 3D CMS Logo

Namespaces | Functions
PyBind11Wrapper.h File Reference
#include <vector>
#include <string>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <iostream>

Go to the source code of this file.

Namespaces

 edm
 HLT enums.
 

Functions

void edm::pythonToCppException (const std::string &iType, const std::string &error)
 
template<typename T >
pybind11::list edm::toPython11List (const std::vector< T > &v)
 
template<typename T >
std::vector< Tedm::toVector (pybind11::list &l)