]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliSimDigits.h
Linear gain inefficiency instead of the step one at the wire edges.
[u/mrichter/AliRoot.git] / TPC / AliSimDigits.h
index e4b9074e35ecbae9cefef6dd51667488a4275449..f8c60cd62ad377b644c015c5f0b34a7c297a2792 100644 (file)
@@ -12,6 +12,8 @@
 #include "TError.h"
 #include   "AliArrayI.h"
 #include   "AliArrayS.h"
+#include   "AliDigits.h"
+
 class AliH2F;
 
 
@@ -20,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);