/[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.24 by mocchiut, Tue Jan 9 10:17:27 2007 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        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");
# Line 901  int main(int numinp, char *inps[]){ Line 906  int main(int numinp, char *inps[]){
906    };    };
907    if ( processFile ){    if ( processFile ){
908      processFile->cd();      processFile->cd();
909        processFile->WriteStreamerInfo();
910      processFile->Close();      processFile->Close();
911    };    };
912    //    //

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

  ViewVC Help
Powered by ViewVC 1.1.23