]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSQASDDDataMakerRec.cxx
static method to set the xmldoc path added
[u/mrichter/AliRoot.git] / ITS / AliITSQASDDDataMakerRec.cxx
index 32a4f6e2e1aad9db271686246ab180f54a4c5123..089544d248df8de9a37d0e02fb724a61d62e377f 100644 (file)
@@ -66,8 +66,8 @@ class AliRunLoader;
 class AliITSLoader;
 class AliITSDetTypeRec;
 
-
-
+using std::endl;
+using std::cout;
 ClassImp(AliITSQASDDDataMakerRec)
 
 //____________________________________________________________________________ 
@@ -416,7 +416,7 @@ Int_t AliITSQASDDDataMakerRec::InitRaws()
 
   Int_t rv = 0 ; 
   Int_t lay, lad, det;
-  Int_t indexlast = 0;
+
   Int_t index1 = 0;
   int offsRW = fGenRawsOffset[fAliITSQADataMakerRec->GetEventSpecie()];
   fSDDhRawsTask = 0;
@@ -615,10 +615,10 @@ Int_t AliITSQASDDDataMakerRec::InitRaws()
     hddl->GetYaxis()->SetTitle("DDL Number");
     rv = fAliITSQADataMakerRec->Add2RawsList(hddl,fOnlineOffsetRaws+offsRW, expert, !image, !saveCorr);
     fSDDhRawsTask++;
-    Int_t indexlast1 = 0;
-    
+
+    Int_t  indexlast1 = 0;
     fTimeBinSize = 4;
-    indexlast = 0;
+
     index1 = 0;
     indexlast1 = fSDDhRawsTask;
     for(Int_t moduleSDD =0; moduleSDD<fgknSDDmodules; moduleSDD++){
@@ -692,7 +692,6 @@ Int_t AliITSQASDDDataMakerRec::MakeRaws(AliRawReader* rawReader)
   }
   
   Int_t cnt = 0;
-  Int_t ildcID = -1;
   Int_t iddl = -1;
   Int_t isddmod = -1;
   Int_t coord1, coord2, signal, moduleSDD, activeModule, index1; 
@@ -705,7 +704,6 @@ Int_t AliITSQASDDDataMakerRec::MakeRaws(AliRawReader* rawReader)
       for(Int_t jddl=0;jddl<totalddl;jddl++){ddldata[jddl]=kFALSE;}
       //}
   while(stream->Next()) {
-    ildcID = rawReader->GetLDCId();
     iddl = rawReader->GetDDLID();// - fgkDDLIDshift;
     if(iddl<0)isddmod=-1;
     //printf("----------------------iddl %i\n",iddl);
@@ -1454,4 +1452,4 @@ Int_t AliITSQASDDDataMakerRec::GetNumberOfEvents(AliQAv1::TASKINDEX_t task, Int_
 {
   //return the number of the processed events for a given task and trigger class (-1 for all)
   return fAliITSQADataMakerRec->GetEvCountTotal(task, trigCl);
-}
\ No newline at end of file
+}