From: hristov Date: Fri, 11 Feb 2005 13:12:11 +0000 (+0000) Subject: Increasing the max. number of TPC clusters. A correction will be done soon in the... X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=2bc31414070e67e5745ebcbb9dfb1d00c857c53d;p=u%2Fmrichter%2FAliRoot.git Increasing the max. number of TPC clusters. A correction will be done soon in the TRC tracker --- diff --git a/ANALYSIS/AliReaderESD.cxx b/ANALYSIS/AliReaderESD.cxx index 28a1346cf5b..3e44342a156 100644 --- a/ANALYSIS/AliReaderESD.cxx +++ b/ANALYSIS/AliReaderESD.cxx @@ -56,7 +56,7 @@ AliReaderESD::AliReaderESD(const Char_t* esdfilename, const Char_t* galfilename) fReadMuon(kFALSE), fReadPHOS(kFALSE), fNTPCClustMin(0), - fNTPCClustMax(150), + fNTPCClustMax(1500), fTPCChi2PerClustMin(0.0), fTPCChi2PerClustMax(10e5), fChi2Min(0.0),