26 using namespace hippodraw;
50 createNTuple (
const std::string & filename,
const std::string & treename )
60 return m_instance -> initNTuple ( ntuple, filename, treename );
73 std::runtime_error e (
"HippoDraw was not built with "
74 "numeric Python support" );
79 const std::vector < std::string > &
86 const std::vector< std::string > & names
91 catch (
const std::runtime_error & e ) {
95 static const std::vector < std::string > names;