--- chewbacca/YodaProfiler/src/R2-D2.cpp 2011/11/29 13:42:18 1.2 +++ chewbacca/YodaProfiler/src/R2-D2.cpp 2012/05/15 14:04:41 1.3 @@ -619,9 +619,9 @@ // if ( strcmp(l2filename.Data(),"") ){ // ---------------- - Bool_t found = false; + // Bool_t found = false; Int_t ID = 0; - Int_t ID_RAW = 0; + // Int_t ID_RAW = 0; // const char *rawpath = ""; const char *rawname = ""; @@ -639,7 +639,7 @@ if( Row == NULL ) break; for( t = 0; t < pResult->GetFieldCount(); t++){ if(t==0) ID = atoi(Row->GetField(t)); - if(t==1) ID_RAW = atoi(Row->GetField(t)); + // if(t==1) ID_RAW = atoi(Row->GetField(t)); }; }; delete pResult; @@ -656,7 +656,7 @@ for( r=0; r < pResult->GetRowCount(); r++){ Row = pResult->Next(); if( Row == NULL ) break; - found = true; + // found = true; if ( !r ) printf("\n File %s contains the following runs: \n\n",l2filename.Data()); printf(" %u ",(UInt_t)atoll(Row->GetField(0))); if ( r < (pResult->GetRowCount()-1) ){