]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSUTrackCooked.h
Changes needed for the CA tracker (Maximiliano)
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSUTrackCooked.h
index 934ce9411e34aba9f5cf11bd22bbe5520ea59e48..845079efa961d4dc7c7e7e2cb711ed779d31a064 100644 (file)
@@ -18,6 +18,7 @@ public:
     AliITSUTrackCooked();
     AliITSUTrackCooked(const AliITSUTrackCooked &t);
     AliITSUTrackCooked(const AliESDtrack &t);
+    AliITSUTrackCooked &operator=(const AliITSUTrackCooked &tr);
     virtual ~AliITSUTrackCooked();
     
 //These functions must be provided
@@ -31,11 +32,11 @@ public:
     Int_t Compare(const TObject *o) const;
     Bool_t GetPhiZat(Double_t r,Double_t &phi,Double_t &z) const;
 
+    void SetChi2(Double_t chi2) { AliKalmanTrack::SetChi2(chi2); }
     void SetClusterIndex(Int_t layer, Int_t index);
     void ResetClusters();
     
 private:
-    AliITSUTrackCooked &operator=(const AliITSUTrackCooked &tr);
     Int_t fIndex[2*AliITSUTrackerCooked::kNLayers]; // indices of associated clusters
   
     ClassDef(AliITSUTrackCooked,1)   //ITSU stand-alone track