]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliReaderESD.h
fix for the corrupt data
[u/mrichter/AliRoot.git] / ANALYSIS / AliReaderESD.h
index 1225e575cf6330f824da41746fa6ff5695a51774..f73392df96530233f1da445f6e18380eab742bfe 100644 (file)
@@ -8,7 +8,7 @@
 // This reader reads tracks from Event Summary Data                        //
 // do not read particles                                                   //
 // Piotr.Skowronski@cern.ch                                                //
-// more info: http://alisoft.cern.ch/people/skowron/analyzer/index.html    //
+// more info: http://aliweb.cern.ch/people/skowron/analyzer/index.html    //
 //                                                                         //
 /////////////////////////////////////////////////////////////////////////////
 
@@ -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)
 };