#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< T > | edm::toVector (pybind11::list &l) |