]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVClusterServer.h
Re-establishing creation of RecPoints in TreeR (Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUONVClusterServer.h
index 3de623c38e00b4ed841e946828f1c4681dc7e517..7a484208a4d9cb0f74354064aec3cbf3fe9ece44 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 class AliMUONVClusterStore;
+class AliMUONVTriggerTrackStore;
 class AliMpArea;
 class TIter;
 
@@ -31,9 +32,12 @@ public:
                            AliMUONVClusterStore& clusterStore,
                            const AliMpArea& area) = 0;
   
-  /// Use digits from the given digitstore to perform our job.
+  /// Specify an iterator to loop over the digits needed to perform our job.
   virtual void UseDigits(TIter& next) = 0;
   
+  /// Use trigger tracks. Return kFALSE if not used.
+  virtual Bool_t UseTriggerTrackStore(AliMUONVTriggerTrackStore* /*trackStore*/) { return kFALSE; }
+  
   ClassDef(AliMUONVClusterServer,1) // Cluster server interface
 };