]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRefitter.h
Code cleanup:
[u/mrichter/AliRoot.git] / MUON / AliMUONRefitter.h
index 7e9823464fe93df4d8c9dea5ccd7a2d3f25ea0c1..df700ff9310a7906f54d5f21706558cbd81566c9 100644 (file)
@@ -30,6 +30,7 @@ public:
   AliMUONRefitter();
   virtual ~AliMUONRefitter();
   
+  /// connect to the ESD interface containing MUON data to refit
   void Connect(AliMUONESDInterface* esdInterface) {fESDInterface = esdInterface;}
   
   // re-reconstruct all tracks (clusters) in the ESD event
@@ -55,8 +56,6 @@ private:
   
   void                   CreateGeometryTransformer();
   void                   CreateClusterServer(AliMUONGeometryTransformer& transformer);
-  AliMUONVClusterFinder* CreateClusterFinder();
-  void                   CreateTrackReconstructor(AliMUONVClusterServer& clusterServer);
   
   void AddClusterToTracks(const AliMUONVClusterStore &localClusterStore, AliMUONVTrackStore &trackStore);