]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Increasing the max. number of TPC clusters. A correction will be done soon in the...
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2005 13:12:11 +0000 (13:12 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2005 13:12:11 +0000 (13:12 +0000)
ANALYSIS/AliReaderESD.cxx

index 28a1346cf5ba5974f703389d3ae6cf98cbc99b43..3e44342a1564110c30c7272b8802e69e83d0bbfe 100644 (file)
@@ -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),