CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
xdaq_compat.cc
Go to the documentation of this file.
1 #ifndef HAVE_XDAQ
3 
4 std::string toolbox::toString(const char* format, ... ){
5  va_list varlist;
6  va_start(varlist, format);
7  char tmp[512];
8  vsnprintf(tmp, 512, format, varlist);
9  return tmp;
10 }
11 
12 #endif
std::string toString(const char *format,...)
Definition: xdaq_compat.cc:4
std::vector< std::vector< double > > tmp
Definition: MVATrainer.cc:100