]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/AliTPCreco.h
AliTPCcalibAlign.cxx - Protection again 0 pointer
[u/mrichter/AliRoot.git] / TPC / AliTPCreco.h
CommitLineData
b9de75e1 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