]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/AliTPCreco.h
Adding stream level and debug streamer to the base class
[u/mrichter/AliRoot.git] / TPC / AliTPCreco.h
1 #ifndef ALITPCRECO_H
2 #define ALITPCRECO_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 //-------------------------------------------------------------------------
7 //                   TPC reconstruction name space
8 //
9 //       Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
10 //-------------------------------------------------------------------------
11 #include <Rtypes.h>
12
13 //namespace AliTPCreco {    
14    const Int_t kMaxClusterPerRow=2500;
15    const Int_t kRowsToSkip=10;
16    const Int_t kMaxRow=200;
17
18    const Double_t kMaxCHI2=12.;
19    const Double_t kMaxROAD=30.;
20 //}
21
22 //using namespace AliTPCreco;
23
24 #endif