10 #ifdef POTTU_ROOT_SUPPORT
24 T *createROOTHisto1D(
const std::string &name, uint32_t binc,
double low,
double high ) {
25 T *p =
new T( name.c_str(), name.c_str(), binc, low, high );
41 T *createROOTHisto2D(
const std::string &name, uint32_t xbinc,
double xlow,
double xhigh,
42 uint32_t ybinc,
double ylow,
double yhigh ) {
43 T *p =
new T( name.c_str(), name.c_str(), xbinc, xlow, xhigh, ybinc, ylow, yhigh );
Definition: mainpage.dox:6