]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVCluster.cxx
Introduction of AliTRDLeastSquare
[u/mrichter/AliRoot.git] / MUON / AliMUONVCluster.cxx
index 2792b75e424f013ff125544a4fab63c45fcef3d7..1b3e8163718fc671833a4d3765cb22cef098f3ba 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "AliMUONVCluster.h"
 
-#include "AliESDMuonCluster.h"
 #include "AliLog.h"
 
 #include <Riostream.h>
@@ -48,14 +47,6 @@ AliMUONVCluster::AliMUONVCluster(Int_t chamberId, Int_t detElemId, Int_t cluster
   SetUniqueID(BuildUniqueID(chamberId, detElemId, clusterIndex));
 }
 
-//_____________________________________________________________________________
-AliMUONVCluster::AliMUONVCluster(const AliESDMuonCluster& cluster)
-: TObject() 
-{
-  /// constructor
-  SetUniqueID(cluster.GetUniqueID());
-}
-
 //_____________________________________________________________________________
 AliMUONVCluster::~AliMUONVCluster()
 {