/[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.23 by mocchiut, Wed Dec 6 10:49:21 2006 UTC revision 1.25 by mocchiut, Wed Jan 24 10:09:07 2007 UTC
# Line 586  int main(int numinp, char *inps[]){ Line 586  int main(int numinp, char *inps[]){
586      //      //
587      Long64_t maxsize = 10000000000LL;        Long64_t maxsize = 10000000000LL;  
588      TTree::SetMaxTreeSize(maxsize);      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
# Line 797  int main(int numinp, char *inps[]){ Line 798  int main(int numinp, char *inps[]){
798      case -53:  message += " GLTABLES - No entries matching GL_TRK_CALIB query"; break;      case -53:  message += " GLTABLES - No entries matching GL_TRK_CALIB query"; break;
799      case -54:  message += " GLTABLES - No entries matching GL_CALO_CALIB query"; break;      case -54:  message += " GLTABLES - No entries matching GL_CALO_CALIB query"; break;
800      case -55:  message += " GLTABLES - No entries matching GL_CALO_CALIB query"; break;      case -55:  message += " GLTABLES - No entries matching GL_CALO_CALIB query"; break;
801        case -56:  message += " GLTABLES - No entries matching GL_TLE query"; break;
802        //              //      
803      case -100: message += " CALORIMETERLEVEL2 - No Level2 input file"; break;      case -100: message += " CALORIMETERLEVEL2 - No Level2 input file"; break;
804      case -101: message += " CALORIMETERLEVEL2 -  Cannot open Level2 file"; break;      case -101: message += " CALORIMETERLEVEL2 -  Cannot open Level2 file"; break;
# Line 905  int main(int numinp, char *inps[]){ Line 907  int main(int numinp, char *inps[]){
907    };    };
908    if ( processFile ){    if ( processFile ){
909      processFile->cd();      processFile->cd();
910        processFile->WriteStreamerInfo();
911      processFile->Close();      processFile->Close();
912    };    };
913    //    //

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

  ViewVC Help
Powered by ViewVC 1.1.23