X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONVTrackStore.h;h=46da467a241489bfa71930485a13d3ef9c2565e3;hb=dd1ddd02141d23e41143250ffe41022afe988ba9;hp=b8cb7c828e416be5e0788471ab9eff9b07d0571d;hpb=9db90a221e6eda170fddc0beac29913f6a4e44dd;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONVTrackStore.h b/MUON/AliMUONVTrackStore.h index b8cb7c828e4..46da467a241 100644 --- a/MUON/AliMUONVTrackStore.h +++ b/MUON/AliMUONVTrackStore.h @@ -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;