]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSDetType.cxx
trigger with new coordinate system in MUONdisplay
[u/mrichter/AliRoot.git] / ITS / AliITSDetType.cxx
index 4ae07d949eabbe05a32ae3f79a037bbb69698dc3..4f3936495c1244590de07738ee33465df461b6c4 100644 (file)
@@ -48,7 +48,7 @@ AliITSDetType::~AliITSDetType(){
     if(fReconst!=0)      delete fReconst;      fReconst      = 0;
 }
 //______________________________________________________________________
-AliITSDetType::AliITSDetType(const AliITSDetType &source){
+AliITSDetType::AliITSDetType(const AliITSDetType &source) : TObject(source){
   //     Copy Constructor 
 
   if(&source == this) return;