X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkMergeRootFiles.cxx;h=307c8cc326da6e21b84112e7efeb3ef4bf3a6f04;hb=5578995d9a82792833333eeb3dd5c8ecac967293;hp=022ae0bf070cd74255dcdfe7cb02e2adcb07c2f1;hpb=c45f077f35553cdc72396626ac601080093d273b;p=clitk.git diff --git a/tools/clitkMergeRootFiles.cxx b/tools/clitkMergeRootFiles.cxx index 022ae0b..307c8cc 100644 --- a/tools/clitkMergeRootFiles.cxx +++ b/tools/clitkMergeRootFiles.cxx @@ -55,6 +55,9 @@ int main(int argc, char *argv[]) { FATAL("Error, please provide at least two inputs files"); } + // Set the tree maximum size to 1TB instead of 100GB + TTree::SetMaxTreeSize( 1000000000000LL ); + /* The following block does some bookkeeping necesary for files originating from a pet simulation. Seems fixing some timing info, for coincidences between files perhaps. It seems the files are later on reopened and merged, if the conditions were met.