| 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 |
|
// |
| 590 |
|
// |
| 591 |
// Run the core program, put any output error in the "error" variable |
// Run the core program, put any output error in the "error" variable |
| 592 |
// |
// |
| 593 |
if ( debug ) printf("\n\n Pre-processing:\n\n"); |
if ( debug ) printf("\n\n Pre-processing:\n\n"); |