]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITSSDDQAMaker.C
Overlaps corrected, new shape of sectors
[u/mrichter/AliRoot.git] / ITS / ITSSDDQAMaker.C
index b673f0727a4bf91c65d27a033f285b4a22e6cfff..f8eb67bf6652a00311514fcba61ef7ffa9f74974 100644 (file)
@@ -54,14 +54,11 @@ Char_t *hisnam3 = new Char_t[50];
   strFile += "?EventType=7";
   AliRawReader *rd = new AliRawReaderDate(strFile.Data(),FirstEvt);  // open run
   Int_t evCounter = 0;
-  Int_t eqOffset = 256;
-  Int_t DDLid_range = 24;
   do{                       // start loop on events
     if(++evCounter > MaxEvts) { cout << MaxEvts << " events read, stop" << endl; evCounter--; break; }  
     cout << "Read Event: " << evCounter+FirstEvt-1 << endl;
 
     rd->RequireHeader(kFALSE);             
-    rd->SelectEquipment(17,eqOffset+1,eqOffset+DDLid_range);  //17 states for "DRorc acquisition"
     rd->Reset();                           // reset the current position to the beginning of the event
  
     Int_t nSkip = 0;                     // number of skipped signals
@@ -72,6 +69,7 @@ Char_t *hisnam3 = new Char_t[50];
     gStyle->SetPalette(1);
     while(s.Next()){                     //read the next raw digit; returns kFALSE if there is no digit left
       if(s.IsCompletedModule()) continue;
+      if(s.IsCompletedDDL()) continue;
       iddl=rd->GetDDLID()-2; // -2 is temporary for test raw data
 
        isddmod=s.GetModuleNumber(iddl,s.GetCarlosId());        //this is the FEE Carlos