]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITSSDDGAINda.cxx
Removed unnecessary calls to SetEquipmentId (F. Prino)
[u/mrichter/AliRoot.git] / ITS / ITSSDDGAINda.cxx
index 132cfc90e954f2c6d861c741c2952ea675664fb9..694c5fc1fc873d04500defcd3b8b51b43941329a 100644 (file)
@@ -74,8 +74,6 @@ int main(int argc, char **argv) {
   }
 
 
-  Int_t eqOffset = 256;
-  Int_t DDLrange = 24;
   Int_t maxNEvents=15; // maximum number of events to be analyzed
   const Int_t kTotDDL=24;
   const Int_t kModPerDDL=12;
@@ -156,7 +154,6 @@ int main(int argc, char **argv) {
       case PHYSICS_EVENT: // uncomment this line for test raw data
        printf(" event number = %i \n",iev);
        AliRawReader *rawReader = new AliRawReaderDate((void*)event);
-       rawReader->SelectEquipment(17,eqOffset+1,eqOffset+DDLrange);
 
        Int_t evtyp=0;
        while(rawReader->ReadHeader()){