10#ifndef CaToolsDebugger_h
11#define CaToolsDebugger_h 1
31 Debugger(
const char* fileName =
"CAdebug.root");
55 void AddNtuple(
const char* name,
const char* varlist);
61 template<
typename... Targs>
64 constexpr std::size_t n =
sizeof...(Targs);
75 template<
typename T,
typename... Targs>
79 if (
sizeof...(args) > 0) {