]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVClusterServer.h
New class for AOD<->MC association
[u/mrichter/AliRoot.git] / MUON / AliMUONVClusterServer.h
index 7a484208a4d9cb0f74354064aec3cbf3fe9ece44..10191fb1d89b87e8c60675eb0570f665f831b99a 100644 (file)
@@ -6,7 +6,7 @@
 
 // $Id$
 
-/// \ingroup reco
+/// \ingroup rec
 /// \class AliMUONVClusterServer
 /// \brief Interface of a cluster finder for combined tracking
 /// 
@@ -18,6 +18,7 @@
 
 class AliMUONVClusterStore;
 class AliMUONVTriggerTrackStore;
+class AliMUONRecoParam;
 class AliMpArea;
 class TIter;
 
@@ -30,7 +31,8 @@ public:
   /// Find and add clusters from a given region of a given chamber to the store.
   virtual Int_t Clusterize(Int_t chamberId, 
                            AliMUONVClusterStore& clusterStore,
-                           const AliMpArea& area) = 0;
+                           const AliMpArea& area,
+                          const AliMUONRecoParam* recoParam = 0x0) = 0;
   
   /// Specify an iterator to loop over the digits needed to perform our job.
   virtual void UseDigits(TIter& next) = 0;