]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSrecoV2.h
Removing obsolete macros
[u/mrichter/AliRoot.git] / ITS / AliITSrecoV2.h
index a171b9c3483098eb92f75c25144ab4f1c4364165..1cac9ab4c6499224f9733a6eb02207a67128834f 100644 (file)
@@ -9,12 +9,13 @@
 //       Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
 //-------------------------------------------------------------------------
 #include <Rtypes.h>
-#include <iostream.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.;//10.;//7
-   const Double_t kMaxChi2=15.;//20.; //15.
-   const Double_t kMaxRoad=13.;
+   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;
-
-   const Double_t kConvConst=100/0.299792458/0.2; 
 //}
 
 //using namespace AliITSreco;