]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSgeomSSD.cxx
AliTrackReference constructor without passing pointer to VMC.
[u/mrichter/AliRoot.git] / ITS / AliITSgeomSSD.cxx
index 5848a7d81e8cf8787666a250570f4bab3eb30993..6e0321e16e6c77632752d70e46fee428edcfa1f5 100644 (file)
 
 /*
 $Log$
+Revision 1.18  2002/12/03 09:03:06  hristov
+Changes needed on Itanium (F.Carminati)
+
+Revision 1.17  2002/10/22 14:45:41  alibrary
+Introducing Riostream.h
+
 Revision 1.16  2002/10/14 14:57:00  hristov
 Merging the VirtualMC branch to the main development branch (HEAD)
 
@@ -239,7 +245,7 @@ void AliITSgeomSSD::Print(ostream *os) const {
     Int_t fmt;
 #endif
 #else
-#if defined __ICC
+#if defined __ICC || defined __ECC
     ios::fmtflags fmt;
 #else
     Int_t fmt;
@@ -305,6 +311,12 @@ istream &operator>>(istream &is,AliITSgeomSSD &r){
 //======================================================================
 /*
 $Log$
+Revision 1.18  2002/12/03 09:03:06  hristov
+Changes needed on Itanium (F.Carminati)
+
+Revision 1.17  2002/10/22 14:45:41  alibrary
+Introducing Riostream.h
+
 Revision 1.16  2002/10/14 14:57:00  hristov
 Merging the VirtualMC branch to the main development branch (HEAD)
 
@@ -398,6 +410,12 @@ istream &operator>>(istream &is,AliITSgeomSSD175 &r){
 //======================================================================
 /*
 $Log$
+Revision 1.18  2002/12/03 09:03:06  hristov
+Changes needed on Itanium (F.Carminati)
+
+Revision 1.17  2002/10/22 14:45:41  alibrary
+Introducing Riostream.h
+
 Revision 1.16  2002/10/14 14:57:00  hristov
 Merging the VirtualMC branch to the main development branch (HEAD)
 
@@ -475,8 +493,8 @@ AliITSgeomSSD275and75::AliITSgeomSSD275and75(Int_t npar,Float_t *par) :
 //    cout << "AliITSgeomSSD275and75 default creator called: start" << endl;
     AliITSgeomSSD::ResetSSD(par,kangleA,kangleC,
                                 kNstrips+1,leA,kNstrips+1,leC);
-    delete leA;
-    delete leC;
+    delete [] leA;
+    delete [] leC;
 //    cout << "AliITSgeomSSD275and75 default creator called: end" << endl;
 }
 //________________________________________________________________________
@@ -500,6 +518,12 @@ istream &operator>>(istream &is,AliITSgeomSSD275and75 &r){
 //======================================================================
 /*
 $Log$
+Revision 1.18  2002/12/03 09:03:06  hristov
+Changes needed on Itanium (F.Carminati)
+
+Revision 1.17  2002/10/22 14:45:41  alibrary
+Introducing Riostream.h
+
 Revision 1.16  2002/10/14 14:57:00  hristov
 Merging the VirtualMC branch to the main development branch (HEAD)