]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterReconstructor.h
Put index into track's name instead of its label.
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterReconstructor.h
index 4f8c01d65db49c2c105659699737c9d30ae21ccc..7dad6abc2b44c915141a64a5b344e8f2957347a6 100644 (file)
@@ -16,7 +16,6 @@ class AliMUONVClusterFinder;
 class AliMUONGeometryTransformer;
 class AliMUONVClusterStore;
 class AliMUONVDigitStore;
-class AliMUONRawCluster;
 
 class AliMUONClusterReconstructor : public TObject 
 {
@@ -46,6 +45,8 @@ private:
   
   AliMUONVClusterStore* fClusterStore; //!< not owner
   
+  Int_t fNCluster; //!< number of clusters in the cluster store (used to define the cluster ID)
+  
   ClassDef(AliMUONClusterReconstructor,0) // Clustering steering
 };