]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRawStreamSPD.cxx
New detector numbering scheme (common for DAQ/HLT/Offline). All the subdetectors...
[u/mrichter/AliRoot.git] / ITS / AliITSRawStreamSPD.cxx
index a0eb73d89f934bc49f019274ab8d9657f3bfbb6a..1d4daf9ed4e22dcd7e7db9e4f27edcc568fedaa9 100644 (file)
@@ -62,7 +62,7 @@ AliITSRawStreamSPD::AliITSRawStreamSPD(AliRawReader* rawReader) :
 {
 // create an object to read ITS SPD raw digits
 
-  fRawReader->Select(1);
+  fRawReader->Select("ITSSPD");
 }