]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVTrackStore.h
Separating run-dependent mapping data from data, which are not
[u/mrichter/AliRoot.git] / MUON / AliMUONVTrackStore.h
index b8cb7c828e416be5e0788471ab9eff9b07d0571d..46da467a241489bfa71930485a13d3ef9c2565e3 100644 (file)
@@ -28,7 +28,10 @@ public:
   virtual Bool_t Add(TObject* object);
   
   /// Add a track
-  virtual void Add(const AliMUONTrack& track) = 0;
+  virtual AliMUONTrack* Add(const AliMUONTrack& track) = 0;
+  
+  /// Remove a track from the store
+  virtual AliMUONTrack* Remove(AliMUONTrack& track) = 0;
   
   using AliMUONVStore::Create;