]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed bug in distructor. Can't distroy fixxed length arrays. Thanks Peter.
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Feb 2001 20:06:26 +0000 (20:06 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 Feb 2001 20:06:26 +0000 (20:06 +0000)
ITS/AliITSv5.cxx
ITS/AliITSv5asymm.cxx
ITS/AliITSv5symm.cxx
ITS/AliITSvPPRasymm.cxx
ITS/AliITSvPPRsymm.cxx
ITS/AliITSvtest.cxx

index 19f74f079f457855a0ab2b3288e782c1fa51be1f..1474b5ad7f5d76bf6e93d9bba70f2af71e5d4100 100644 (file)
 
 /*
 $Log$
+Revision 1.29  2001/02/09 00:05:31  nilsen
+Added fMajor/MinorVersion variables and made other changes to better make
+use of the new code changes in AliITSgeom related classes.
+
 Revision 1.28  2001/02/02 23:57:28  nilsen
 Added include file that are no londer included in AliITSgeom.h
 
@@ -178,9 +182,6 @@ AliITSv5::~AliITSv5() {
 ////////////////////////////////////////////////////////////////////////
 //    Standard destructor for the ITS version 5.
 ////////////////////////////////////////////////////////////////////////
-    if(fRead!=0) delete fRead;
-    if(fWrite!=0) delete fWrite;
-    if(fEuclidGeomDet!=0) delete fEuclidGeomDet;
 }
 //______________________________________________________________________
 void AliITSv5::BuildGeometry(){
index 3de83887c9f1f9006d9a78ce76e32c55db57cf2c..4fbbb7d58a3da1a2ba80531ea7aadf1507b9665b 100644 (file)
 
 /*
 $Log$
+Revision 1.5  2001/02/09 00:05:31  nilsen
+Added fMajor/MinorVersion variables and made other changes to better make
+use of the new code changes in AliITSgeom related classes.
+
 Revision 1.4  2001/02/02 23:57:29  nilsen
 Added include file that are no londer included in AliITSgeom.h
 
@@ -181,9 +185,6 @@ AliITSv5asymm::~AliITSv5asymm() {
 ////////////////////////////////////////////////////////////////////////
 //    Standard destructor for the ITS version 5.
 ////////////////////////////////////////////////////////////////////////
-    if(fRead!=0) delete fRead;
-    if(fWrite!=0) delete fWrite;
-    if(fEuclidGeomDet!=0) delete fEuclidGeomDet;
 }
 //_____________________________________________________________________________
 void AliITSv5asymm::BuildGeometry(){
index ebc2fb299611f1455ea75476ec54e1ac59e75c85..230dfc11c6c120768c0bcae539128198bac52e02 100644 (file)
 
 /*
 $Log$
+Revision 1.5  2001/02/09 00:05:31  nilsen
+Added fMajor/MinorVersion variables and made other changes to better make
+use of the new code changes in AliITSgeom related classes.
+
 Revision 1.4  2001/02/02 23:57:29  nilsen
 Added include file that are no londer included in AliITSgeom.h
 
@@ -181,9 +185,6 @@ AliITSv5symm::~AliITSv5symm() {
 ////////////////////////////////////////////////////////////////////////
 //    Standard destructor for the ITS version 5.
 ////////////////////////////////////////////////////////////////////////
-    if(fRead!=0) delete fRead;
-    if(fWrite!=0) delete fWrite;
-    if(fEuclidGeomDet!=0) delete fEuclidGeomDet;
 }
 //_____________________________________________________________________________
 void AliITSv5symm::BuildGeometry(){
index df37f1ab045c24f57be1c2728e3f094400ba1d71..2fe820478fbabb683716f0e0538304f573c4e5a3 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.12  2001/02/09 13:53:38  barbera
+Int_t redefinition avoided
+
 Revision 1.11  2001/02/09 06:55:38  barbera
 SPD option re-set to B. It was A by mistake
 
@@ -164,9 +167,6 @@ AliITSvPPRasymm::~AliITSvPPRasymm() {
 ////////////////////////////////////////////////////////////////////////
 //    Standard destructor for the ITS version 8.
 ////////////////////////////////////////////////////////////////////////
-    if(fRead!=0) delete fRead;
-    if(fWrite!=0) delete fWrite;
-    if(fEuclidGeomDet!=0) delete fEuclidGeomDet;
 }
 //__________________________________________________________________________
 void AliITSvPPRasymm::BuildGeometry(){
index efba031872478a935ce4f660beb43431a495bece..6515ee1dc5592f3a2b051e28753ea2d6db1bfeb0 100644 (file)
 
 /*
 $Log$
+Revision 1.4  2001/02/09 00:05:31  nilsen
+Added fMajor/MinorVersion variables and made other changes to better make
+use of the new code changes in AliITSgeom related classes.
+
 Revision 1.3  2001/01/30 09:23:13  hristov
 Streamers removed (R.Brun)
 
@@ -212,9 +216,6 @@ AliITSvPPRsymm::~AliITSvPPRsymm() {
 ////////////////////////////////////////////////////////////////////////
 //    Standard destructor for the ITS version 7.
 ////////////////////////////////////////////////////////////////////////
-    if(fRead!=0) delete fRead;
-    if(fWrite!=0) delete fWrite;
-    if(fEuclidGeomDet!=0) delete fEuclidGeomDet;
 }
 //__________________________________________________________________________
 void AliITSvPPRsymm::BuildGeometry(){
index e627c7ecade7e605a66873d607f8f42ffd7e4744..b6130fbe225c93d62a36dd0ed3938122277051fa 100644 (file)
 
 /*
 $Log$
+Revision 1.6  2001/02/09 00:05:31  nilsen
+Added fMajor/MinorVersion variables and made other changes to better make
+use of the new code changes in AliITSgeom related classes.
+
 Revision 1.5  2001/01/30 09:23:14  hristov
 Streamers removed (R.Brun)
 
@@ -127,10 +131,6 @@ AliITSvtest& AliITSvtest::operator=(const AliITSvtest &source){
 //_____________________________________________________________________________
 AliITSvtest::~AliITSvtest() {
     // Standard destructor for the ITS
-
-    if(fRead!=0) delete fRead;
-    if(fWrite!=0) delete fWrite;
-    if(fEuclidGeomDet!=0) delete fEuclidGeomDet;
 }
 //_____________________________________________________________________________
 AliITSvtest::AliITSvtest(const char *fileeuc,const char *filetme,