]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDrawStream.h
Fix clonesarray for read out errors (Jochen)
[u/mrichter/AliRoot.git] / TRD / AliTRDrawStream.h
index 098d8cdce0beca194e809a2ec7e6253cb33529f1..4b50242b09abb00d62d47b256f29fcd270277931 100644 (file)
@@ -209,7 +209,7 @@ class AliTRDrawStream : public TObject
   AliTRDdigitsParam   *fDigitsParam;            // pointer to the parameters belonging to the digits
 
   TTree *fErrors;                               // tree containing the occured error codes
-  class AliTRDrawStreamError 
+  class AliTRDrawStreamError : public TObject {
   public: 
     AliTRDrawStreamError(Int_t error = 0, Int_t sector = -1, Int_t stack = -1, Int_t link = -1, Int_t rob = -1, Int_t mcm = -1); 
     virtual ~AliTRDrawStreamError() {}