3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
6 //-------------------------------------------------------------------------
7 // TPC reconstruction name space
9 // Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch
10 //-------------------------------------------------------------------------
13 //namespace AliTPCreco {
14 const Int_t kMaxClusterPerRow=2500;
15 const Int_t kRowsToSkip=10;
16 const Int_t kMaxRow=200;
18 const Double_t kMaxCHI2=12.;
19 const Double_t kMaxROAD=30.;
22 //using namespace AliTPCreco;