4.11.2011 - Kamil Sedlak

Increased maximum size of the simulation output file to 100 GB.
This commit is contained in:
2011-11-04 13:26:02 +00:00
parent db0c8f35ee
commit cac041c03d
2 changed files with 17 additions and 12 deletions

View File

@ -30,6 +30,8 @@
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
musrRootOutput::musrRootOutput() {
TTree::SetMaxTreeSize(100000000000LL); // Set maximum size of the tree file
// to 100 GB (instead of 1.9 GB).
pointerToRoot=this;
boolIsAnySpecialSaveVolumeDefined=false;
nFieldNomVal=0;