]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSrecoV2.h
Removing obsolete macros
[u/mrichter/AliRoot.git] / ITS / AliITSrecoV2.h
index ef117753a9e8e48f8a8280312eaedcc2f12ebfcf..1cac9ab4c6499224f9733a6eb02207a67128834f 100644 (file)
 #include <Rtypes.h>
 
 //namespace AliITSreco {    
-   const Int_t kMaxClusterPerLayer=3500*10;
+   const Int_t kMaxClusterPerLayer=7000*10;
    const Int_t kMaxDetectorPerLayer=1000;
-   const Int_t kLayersToSkip=0;
+
+   const Int_t kLayersNotToSkip[]={1,1,1,1,1,1};
+   const Int_t kLastLayerToTrackTo=0;
 
    const Int_t kMaxLayer=6;
    const Double_t kSigmaY2[kMaxLayer]={
      1.44e-4, 1.44e-4, 7.84e-6, 7.84e-6, 0.006889, 0.006889
    };
 
-   const Double_t kChi2PerCluster=7.;//5.;
-   const Double_t kMaxChi2=15.;//12;
+   const Double_t kChi2PerCluster=7.;
+   const Double_t kMaxChi2=20.;
    const Double_t kMaxRoad=3.0;
 
+   const Double_t kXV=0.0e+0;
+   const Double_t kYV=0.0e+0;
+   const Double_t kZV=0.0e+0;
+   const Double_t kSigmaXV=0.005e+0;
    const Double_t kSigmaYV=0.005e+0;
    const Double_t kSigmaZV=0.010e+0;
 //}