]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliReaderESD.h
VEventPool moved to STEERBase
[u/mrichter/AliRoot.git] / ANALYSIS / AliReaderESD.h
index 4d0e73ec015e9498c87874e8f2f1b370f2883c7e..f73392df96530233f1da445f6e18380eab742bfe 100644 (file)
@@ -147,6 +147,9 @@ class AliReaderESD: public AliReader
     Float_t       fTPCC44Max;//C44 (4th diagonal element of covariance matrix) max value
     
   private:
+    AliReaderESD(const AliReaderESD&); // Not implemented
+    AliReaderESD& operator=(const AliReaderESD&); // Not implemented
+
     ClassDef(AliReaderESD,1)
 };