4.11.2011 - Kamil Sedlak
Increased maximum size of the simulation output file to 100 GB.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user