/[PAMELA software]/DarthVader/src/DarthVader.cpp
ViewVC logotype

Diff of /DarthVader/src/DarthVader.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by mocchiut, Tue Nov 28 13:29:37 2006 UTC revision 1.23 by mocchiut, Wed Dec 6 10:49:21 2006 UTC
# Line 584  int main(int numinp, char *inps[]){ Line 584  int main(int numinp, char *inps[]){
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");

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

  ViewVC Help
Powered by ViewVC 1.1.23