584 |
processFile = new TFile(filename.Data(),"UPDATE"); |
processFile = new TFile(filename.Data(),"UPDATE"); |
585 |
if ( !processFile->IsOpen() ) throw -15; |
if ( !processFile->IsOpen() ) throw -15; |
586 |
// |
// |
587 |
|
Long64_t maxsize = 10000000000LL; |
588 |
|
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 |
593 |
// |
// |
594 |
if ( debug ) printf("\n\n Pre-processing:\n\n"); |
if ( debug ) printf("\n\n Pre-processing:\n\n"); |
906 |
}; |
}; |
907 |
if ( processFile ){ |
if ( processFile ){ |
908 |
processFile->cd(); |
processFile->cd(); |
909 |
|
processFile->WriteStreamerInfo(); |
910 |
processFile->Close(); |
processFile->Close(); |
911 |
}; |
}; |
912 |
// |
// |