]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSDetType.cxx
Rails between ITS and TPC added.
[u/mrichter/AliRoot.git] / ITS / AliITSDetType.cxx
index d0253adeaf34c069f86d2a975bbd68f2aedb6377..28b87fcfe0861f67a2189145b0dcc2c50c2927d3 100644 (file)
@@ -15,6 +15,9 @@
 
 #include "AliITSDetType.h"
 
+#include "AliITSClusterFinder.h"
+#include "AliITSsimulation.h"
+
 ClassImp(AliITSDetType)         
 
 AliITSDetType::AliITSDetType() 
@@ -26,9 +29,14 @@ AliITSDetType::AliITSDetType()
     fReconst=0;
 }
 
+AliITSDetType::~AliITSDetType() 
+{
+  // destructor
+}
 //__________________________________________________________________________
 AliITSDetType::AliITSDetType(const AliITSDetType &source){
   //     Copy Constructor 
+
   if(&source == this) return;
   this->fReconst = source.fReconst;
   this->fSimulation = source.fSimulation;