]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSrecoV2.h
Coding conventions. AliITStrackV2 and AliITStrackerV2 are no longer friends
[u/mrichter/AliRoot.git] / ITS / AliITSrecoV2.h
index be1d9701f26b217cd242b95c4d2b7a6d92ebfaa0..714794db30788cedce8c76fc54aa0f5ba01754cf 100644 (file)
 //namespace AliITSreco {    
    const Int_t kMaxClusterPerLayer=7000*10;
    const Int_t kMaxDetectorPerLayer=1000;
-   const Int_t kLayersToSkip=0;
 
-   const Int_t kMaxLayer=6;
+   const Int_t kLayersNotToSkip[]={0,0,0,0,0,0};
+   const Int_t kLastLayerToTrackTo=0;
+
+   const Int_t kMaxLayer  = 6;
+const Double_t kMaxSnp = 0.6;
    const Double_t kSigmaY2[kMaxLayer]={
       1.44e-6, 1.44e-6, 1.444e-5, 1.444e-5, 4.0e-6, 4.0e-6 
    };
    };
 
    const Double_t kChi2PerCluster=7.;
-   const Double_t kMaxChi2=20.;
-   const Double_t kMaxRoad=3.0;
+   const Double_t kMaxChi2=25.;
+   const Double_t kMaxChi2In=16.;
+
+   const Double_t kMaxRoad=6.0;
 
    const Double_t kXV=0.0e+0;
    const Double_t kYV=0.0e+0;