#include "TTree.h" #include "TError.h" int startup() { TTree::SetMaxTreeSize( 1000000000000LL ); // 1 TB gErrorIgnoreLevel = kError; return 0; } namespace { static int i = startup(); }