]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSDetType.cxx
Updated selection in ReadFromTracks()
[u/mrichter/AliRoot.git] / ITS / AliITSDetType.cxx
index 04e86ce6f206625b5489130ef29afdf573aa32b2..ec23531e108d78bd4c6f04c4ce4f437000b5d130 100644 (file)
 
 /*
  $Log$
+ Revision 1.8.8.1  2002/06/10 17:51:14  hristov
+ Merged with v3-08-02
+
+ Revision 1.9  2002/05/05 21:10:10  nilsen
+ In Distructor, delete fResponse. Since AliITSDetType is supposed to own it
+ it should delete it.
+
+ Revision 1.8  2001/10/04 22:40:15  nilsen
+ Cosmetic changes.
+
+ Revision 1.7  2001/09/07 14:43:15  hristov
+ Destructor reverted after a temporary fix
+
+ Revision 1.6  2001/09/07 08:44:43  hristov
+ Deletion commented out because AliITSDetType was not the owner
+
  Revision 1.5  2001/05/31 06:58:38  fca
  Patch problem with destructor
 
@@ -32,6 +48,7 @@
 
 ClassImp(AliITSDetType)         
 
+//______________________________________________________________________
 AliITSDetType::AliITSDetType(){
     // constructor
 
@@ -43,12 +60,11 @@ AliITSDetType::AliITSDetType(){
 //----------------------------------------------------------------------
 AliITSDetType::~AliITSDetType(){
     // destructor
-  /* PH Commented because AliITSDetType is not the owner
+
     if(fSegmentation!=0) delete fSegmentation; fSegmentation = 0;
-    //    if(fResponse!=0)     delete fResponse;     fResponse     = 0;
+    if(fResponse!=0)     delete fResponse;     fResponse     = 0;
     if(fSimulation!=0)   delete fSimulation;   fSimulation   = 0;
     if(fReconst!=0)      delete fReconst;      fReconst      = 0;
-  */
 }
 //______________________________________________________________________
 AliITSDetType::AliITSDetType(const AliITSDetType &source){