]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSgeomMatrix.cxx
Removing obsolete macros
[u/mrichter/AliRoot.git] / ITS / AliITSgeomMatrix.cxx
index 44ba5909ba10128b377f13564dfe504c4f7bc7ca..144eccc51d450f1d8e82adc7fc0d9b5b185b014d 100644 (file)
 
 /*
 $Log$
+Revision 1.17  2002/10/31 10:16:40  hristov
+Minor corrections for warnings on Alpha
+
+Revision 1.16  2002/10/22 14:45:40  alibrary
+Introducing Riostream.h
+
+Revision 1.15  2002/10/14 14:57:00  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.13.6.1  2002/06/10 17:51:15  hristov
 Merged with v3-08-02
 
@@ -87,8 +96,7 @@ A new class to hold the matrix information needed by AliITSgeom.
 // specific local coordinates (cm).
 ////////////////////////////////////////////////////////////////////////
 
-#include <iostream.h>
-#include <iomanip.h>
+#include <Riostream.h>
 #include <TMath.h>
 #include <TBuffer.h>
 #include <TClass.h>
@@ -564,7 +572,6 @@ void AliITSgeomMatrix::GtoLMomentumTracking(const Double_t g[3],
        l[2] = +l0[2];
     } // end if
     return;
-       return;
 }
 //----------------------------------------------------------------------
 void AliITSgeomMatrix::LtoGMomentumTracking(const Double_t l[3],
@@ -705,7 +712,7 @@ void AliITSgeomMatrix::Print(ostream *os){
     Int_t fmt;
 #endif
 #else
-#if defined __ICC
+#if defined __ICC || defined __ECC
     ios::fmtflags fmt;
 #else
     Int_t fmt;