]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSgeomSDD.cxx
Bug in geometry corrected
[u/mrichter/AliRoot.git] / ITS / AliITSgeomSDD.cxx
index b8be382424be3be3a55210b185cfe95af7e0005a..53d47feca2cedd40974a6dbba59360be56de8755 100644 (file)
 
 /*
 $Log$
+Revision 1.18  2002/10/22 14:45:41  alibrary
+Introducing Riostream.h
+
+Revision 1.17  2002/10/14 14:57:00  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
+Revision 1.15.6.1  2002/06/10 17:51:15  hristov
+Merged with v3-08-02
+
+Revision 1.16  2002/05/19 18:17:03  hristov
+Changes needed by ICC/IFC compiler (Intel)
+
+Revision 1.15  2001/11/19 16:17:03  nilsen
+Applyed fixes to bugs found by Rene Brun. With many thanks. Some additonal
+bugs found by Rene require more work to fix. Will be fixed soon.
+
 Revision 1.14  2001/10/19 21:32:35  nilsen
 Minor changes to remove compliation warning on gcc 2.92.2 compiler, and
 cleanded up a little bit of code.
@@ -73,8 +89,7 @@ Introduction of the Copyright and cvs Log
 // initilize this one with predefined values.
 ////////////////////////////////////////////////////////////////////////
 
-#include <iostream.h>
-#include <iomanip.h>
+#include <Riostream.h>
 #include <stdlib.h>
 #include <TShape.h>
 
@@ -257,8 +272,12 @@ void AliITSgeomSDD::Print(ostream *os) const {
 #else
     Int_t fmt;
 #endif
+#else
+#if defined __ICC || defined __ECC
+    ios::fmtflags fmt;
 #else
     Int_t fmt;
+#endif
 #endif
 
     fmt = os->setf(ios::scientific);  // set scientific floating point output
@@ -323,6 +342,22 @@ istream &operator>>(istream &is,AliITSgeomSDD &r){
 //======================================================================
 /*
 $Log$
+Revision 1.18  2002/10/22 14:45:41  alibrary
+Introducing Riostream.h
+
+Revision 1.17  2002/10/14 14:57:00  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
+Revision 1.15.6.1  2002/06/10 17:51:15  hristov
+Merged with v3-08-02
+
+Revision 1.16  2002/05/19 18:17:03  hristov
+Changes needed by ICC/IFC compiler (Intel)
+
+Revision 1.15  2001/11/19 16:17:03  nilsen
+Applyed fixes to bugs found by Rene Brun. With many thanks. Some additonal
+bugs found by Rene require more work to fix. Will be fixed soon.
+
 Revision 1.14  2001/10/19 21:32:35  nilsen
 Minor changes to remove compliation warning on gcc 2.92.2 compiler, and
 cleanded up a little bit of code.
@@ -350,7 +385,7 @@ set up for new formatted .det file which includes detector information.
 Additional smaller modifications are still to come.
 
 */
-//#include <iostream.h>
+//#include <Riostream.h>
 //#include <TBRIK.h>
 
 //#include "AliITSgeomSDD256.h"
@@ -797,6 +832,22 @@ istream &operator>>(istream &is,AliITSgeomSDD256 &r){
 //======================================================================
 /*
 $Log$
+Revision 1.18  2002/10/22 14:45:41  alibrary
+Introducing Riostream.h
+
+Revision 1.17  2002/10/14 14:57:00  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
+Revision 1.15.6.1  2002/06/10 17:51:15  hristov
+Merged with v3-08-02
+
+Revision 1.16  2002/05/19 18:17:03  hristov
+Changes needed by ICC/IFC compiler (Intel)
+
+Revision 1.15  2001/11/19 16:17:03  nilsen
+Applyed fixes to bugs found by Rene Brun. With many thanks. Some additonal
+bugs found by Rene require more work to fix. Will be fixed soon.
+
 Revision 1.14  2001/10/19 21:32:35  nilsen
 Minor changes to remove compliation warning on gcc 2.92.2 compiler, and
 cleanded up a little bit of code.
@@ -824,7 +875,7 @@ set up for new formatted .det file which includes detector information.
 Additional smaller modifications are still to come.
 
 */
-//#include <iostream.h>
+//#include <Riostream.h>
 //#include <TBRIK.h>
 
 //#include "AliITSgeomSDD300.h"