]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSTrackerV1.h
Removing GetDebug and SetDebug from AliRun and AliModule. Using AliLog for the messages
[u/mrichter/AliRoot.git] / ITS / AliITSTrackerV1.h
index 691e5a1a0d4c0c4d7f72c11d919d62819d1a6261..b1e8bc2ec6b989f37631bde90c00ddec72aa8c82 100644 (file)
@@ -31,17 +31,16 @@ class TMatrix;
 class AliITSTrackV1;
 class AliITS;
 class AliITSRad;
-class AliITSgeoinfo;
 class TStopwatch;
 
 class AliITSTrackerV1 : public TObject {
  public:
     AliITSTrackerV1();
-       AliITSTrackerV1(AliITS* IITTSS, Int_t evnumber, Bool_t flag);
+    AliITSTrackerV1(AliITS* IITTSS, Int_t evnumber, Bool_t flag);
     AliITSTrackerV1(const AliITSTrackerV1 &cobj);
     ~AliITSTrackerV1();
-    AliITSTrackerV1 &operator=(AliITSTrackerV1 obj);
-        void DelMatrix(Int_t NumOfModules);
+    AliITSTrackerV1 &operator=(const AliITSTrackerV1 &obj);
+//  void DelMatrix(Int_t NumOfModules);
     void DoTracking(Int_t evNumber, Int_t minTr, Int_t maxTr, TFile *file, Bool_t realmass=0);
     void RecursiveTracking(TList *trackITSlist);
     Int_t Intersection(AliITSTrackV1 &track, Int_t layer,Int_t &ladder,
@@ -52,6 +51,7 @@ class AliITSTrackerV1 : public TObject {
                          Double_t sigma[2]);
     //void KalmanFilterVert(AliITSTrackV1 *newtrack, TVector &cluster,
     //                      Double_t sigma[2], Double_t chi2pred);
+
  private:
     AliITS* fITS;              //! pointer to AliITS
     AliITSTrackV1 *fresult;    // result is a pointer to the final best track