]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVClusterStore.h
Updates to AddTask macro from Chris
[u/mrichter/AliRoot.git] / MUON / AliMUONVClusterStore.h
index 1e37d178ad7dfb8b954ee21e3b56ee8791a795e6..27c7992bc4ceb9418c3344c63887a6054466982f 100644 (file)
@@ -31,7 +31,7 @@ public:
   virtual Bool_t Add(TObject* object);
 
   /// Add a cluster object to the store
-  virtual Bool_t Add(const AliMUONVCluster& Cluster) = 0;
+  virtual AliMUONVCluster* Add(const AliMUONVCluster& Cluster) = 0;
   /// Create a new cluster with an unique ID and add it to the store
   virtual AliMUONVCluster* Add(Int_t chamberId, Int_t detElemId, Int_t clusterIndex) = 0;