X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ANALYSIS%2FAliReaderESD.h;h=f73392df96530233f1da445f6e18380eab742bfe;hb=3b9a675c11d236d6acebb8089f721acf1e484714;hp=1225e575cf6330f824da41746fa6ff5695a51774;hpb=6ceac6ac14fa517b5a87bf0a2d5a4d8e03a0dd0b;p=u%2Fmrichter%2FAliRoot.git diff --git a/ANALYSIS/AliReaderESD.h b/ANALYSIS/AliReaderESD.h index 1225e575cf6..f73392df965 100644 --- a/ANALYSIS/AliReaderESD.h +++ b/ANALYSIS/AliReaderESD.h @@ -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) };