]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrackV1.h
fix a memory leak coming from the TRD stand alone track finder (Markus)
[u/mrichter/AliRoot.git] / TRD / AliTRDtrackV1.h
index 4d0b35ab0e1d880f95c6a92c9184bb9d1199db87..e090ae4d3e6d9249858d6ff3d408d6434f6dbfb7 100644 (file)
@@ -86,6 +86,7 @@ public:
   void           SetTracklet(AliTRDseedV1 *trklt,  Int_t index);
   inline void    SetReconstructor(const AliTRDReconstructor *rec);
   inline Float_t StatusForTOF();
+  void           UnsetTracklet(Int_t plane);
   Bool_t         Update(AliTRDseedV1 *tracklet, Double_t chi2);
   //Bool_t         Update(const AliTRDcluster *c, Double_t chi2, Int_t index, Double_t h01){ return AliTRDtrack::Update(c,chi2,index,h01); };
   Bool_t         Update(const AliCluster *, Double_t, Int_t)                        { return kFALSE; };