]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSspdTestBeam.cxx
Changes needed on HP and Alpha
[u/mrichter/AliRoot.git] / ITS / AliITSspdTestBeam.cxx
index 205f0e4b71029e358a730597f09dd87954c514ef..7d994ea6a1791354e759e4c9efda9f484647b5e9 100644 (file)
@@ -198,7 +198,11 @@ Int_t AliITSspdTestBeam::OpenInputFile(const Char_t *filename,Int_t start,Int_t
        delete [] tmp;
     } // end if
     // Open file
+#ifndef __DECCXX
     fFiles[fNfiles] = new ifstream(filename,ios::in|ios::binary);
+#else
+    fFiles[fNfiles] = new ifstream(filename,ios::in);
+#endif
     if(fFiles[fNfiles]==0){// file open error
         cout << "Error opening input file " << filename << endl;
         stat = -1;