]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrackGTU.h
- update GTU simulation to allow for running during analysis
[u/mrichter/AliRoot.git] / TRD / AliTRDtrackGTU.h
index df1ddb1e2f5b2ae313867278782ca86948608e5c..c6d8ff559e42e504be01a8827cf4b7e3555451bd 100644 (file)
@@ -57,6 +57,7 @@ class AliTRDtrackGTU : public TObject {
   void SetStack(Int_t stack) { fStack = stack; }
   void SetSector(Int_t sector) { fSector = sector; }
   void SetPID(Int_t pid) { fPID = pid; }
+  void SetLabel(Int_t label) { fLabel = label; }
 
   void SetZChannel(Int_t zch) { fZChannel = zch; }
   void SetRefLayerIdx(Int_t reflayer) { fRefLayerIdx = reflayer; }