]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDpid.h
Changes in digits IO. Add merging of summable digits
[u/mrichter/AliRoot.git] / TRD / AliTRDpid.h
index 99da2182ad392d14572909a62940560e43595a30..0b15f44dc386ee0bd790c347c8f28c8c553afb80 100644 (file)
@@ -54,6 +54,7 @@ class AliTRDpid : public TNamed {
           void          SetPIDindexMax(Int_t max)           { fPIDindexMax   = max;    };
 
           void          SetThreePadOnly(Bool_t only)        { fThreePadOnly  = only;   };
+          void          SetEvent(Int_t event)               { fEvent         = event;  };
 
           TObjArray    *GetTrackArray()                     { return fTrackArray;      }; 
           TObjArray    *GetClusterArray()                   { return fClusterArray;    };
@@ -80,6 +81,8 @@ class AliTRDpid : public TNamed {
 
   Bool_t          fThreePadOnly;     //  Use only three pad cluster in the charge sum
 
+  Int_t           fEvent;            //  Event number
+
   TObjArray      *fTrackArray;       //! Array containing the tracks
   TObjArray      *fClusterArray;     //! Array containing the cluster
   AliTRDgeometry *fGeometry;         //! The TRD geometry