586 |
// |
// |
587 |
Long64_t maxsize = 10000000000LL; |
Long64_t maxsize = 10000000000LL; |
588 |
TTree::SetMaxTreeSize(maxsize); |
TTree::SetMaxTreeSize(maxsize); |
589 |
|
processFile->SetCompressionLevel(1); |
590 |
// |
// |
591 |
// |
// |
592 |
// Run the core program, put any output error in the "error" variable |
// Run the core program, put any output error in the "error" variable |
906 |
}; |
}; |
907 |
if ( processFile ){ |
if ( processFile ){ |
908 |
processFile->cd(); |
processFile->cd(); |
909 |
|
processFile->WriteStreamerInfo(); |
910 |
processFile->Close(); |
processFile->Close(); |
911 |
}; |
}; |
912 |
// |
// |