]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliSimDigits.h
Faster algorithms.
[u/mrichter/AliRoot.git] / TPC / AliSimDigits.h
index 8d8f3c54cf3cf9624fb8417fd71682330c7d7350..f8c60cd62ad377b644c015c5f0b34a7c297a2792 100644 (file)
@@ -22,6 +22,7 @@ public:
   AliSimDigits();
   virtual ~AliSimDigits();
   void AllocateTrack(Int_t length);  //construct empty buffer fTracks with size rows x column x length (number of tracks for one digit)
+  Int_t *GetTracks(){return fTracks->GetArray();}
   Int_t GetTrackIDFast(Int_t row, Int_t column,Int_t level);  //return track ID  at given row and collumn
   void  SetTrackIDFast(Int_t value,Int_t row, Int_t column,Int_t level);  //set ID track at given row and collumn
   virtual Int_t GetTrackID(Int_t row, Int_t column, Int_t level);