]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterReconstructor.cxx
Updated for separation of simulation and reconstruction classes
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterReconstructor.cxx
index 7c6109228705f7aa1d5aee0ac9245c892ba08845..9decfd382d7e096d2d41aeaeab39cf2822822641 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "AliMUONDigit.h"
 #include "AliMUONConstants.h"
-#include "AliMUONData.h"
+#include "AliMUONRecData.h"
 #include "AliMUONClusterFinderVS.h"
 #include "AliMUONClusterInput.h"
 #include "AliMUONRawCluster.h"
@@ -45,7 +45,7 @@ ClassImp(AliMUONClusterReconstructor) // Class implementation in ROOT context
 /// \endcond
  
 //__________________________________________________________________________
-AliMUONClusterReconstructor::AliMUONClusterReconstructor(AliMUONData* data,
+AliMUONClusterReconstructor::AliMUONClusterReconstructor(AliMUONRecData* data,
                                                          AliMUONVClusterFinder* clusterFinder,
                                                          const AliMUONGeometryTransformer* transformer)
 : TObject(),