| 1 |
/** @file |
/** @file |
| 2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 3 |
* $Date: 2006/05/30 19:10:01 $ |
* $Date: 2006/05/30 19:10:02 $ |
| 4 |
* $Revision: 6.4 $ |
* $Revision: 6.5 $ |
| 5 |
* |
* |
| 6 |
* Implementation of the PamelaRun class. |
* Implementation of the PamelaRun class. |
| 7 |
*/ |
*/ |
| 543 |
|
|
| 544 |
std::string FileName = ""; |
std::string FileName = ""; |
| 545 |
TFile* File = 0; |
TFile* File = 0; |
| 546 |
|
Long64_t maxsize = 5000000000LL; |
| 547 |
|
TTree::SetMaxTreeSize(maxsize); |
| 548 |
TTree *tree = 0; |
TTree *tree = 0; |
| 549 |
if ( Multiple ){ |
if ( Multiple ){ |
| 550 |
FileName = GetFileName(&header, GetDefaultBranchName(&header)); |
FileName = GetFileName(&header, GetDefaultBranchName(&header)); |