]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFtrackerV2.h
Merge with TRDdev.2.0
[u/mrichter/AliRoot.git] / TOF / AliTOFtrackerV2.h
index ee6c308b5392a13dd5395e90919f32f806ae29ff..de82073cbacdfabe9eed886fd4e012b6f34e7582 100644 (file)
@@ -70,7 +70,6 @@ private:
  Int_t fnunmatch;       // Unmatched tracks
  Int_t fnmatch;         // Total matched tracks
 
- TClonesArray* fTracks; //! pointer to the TClonesArray with TOF tracks
  TObjArray* fSeeds;  //! pointer to the TObjArray with ESD tracks
  AliTOFcluster    *fClusters[kMaxCluster];     //! pointers to the TOF cluster
  TClonesArray     *fClustersESD;  //! base line for ESD clusters
@@ -79,6 +78,10 @@ private:
  
  AliESDEvent      *fEvent;    //! pointer to the event
 
+ Int_t fNsteps;                         //! number of propagation steps
+ Double_t *fTimesAr[AliPID::kSPECIESC]; //! array to compute expected times for each propagation step
+ Float_t  *fTrackPos[4];                //! array to compute pos for each propation step
+
  ClassDef(AliTOFtrackerV2, 2) // TOF tracker 
 };