]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITSSDDQA.C
Setting the magnetic field - needed by the clusterfinders
[u/mrichter/AliRoot.git] / ITS / ITSSDDQA.C
index 10e0c6afc2edd968eaa37063d4dc69943ea4866b..1a068fa4296d54670152e573b2ddbd9d92e6ef47 100644 (file)
@@ -70,15 +70,12 @@ delete [] cindex;
     delete initgeom;
   */
 
-  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);
 
     rd->Reset();    // reset the current position to the beginning of the event
     AliITSRawStreamSDD s(rd);    //This class provides access to ITS SDD digits in raw data.