]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/AliITSrecoV2.h
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / ITS / AliITSrecoV2.h
1 #ifndef ALIITSRECO_H
2 #define ALIITSRECO_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 //-------------------------------------------------------------------------
7 //                   ITS reconstruction name space
8 //
9 //       Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
10 //-------------------------------------------------------------------------
11 #include <Rtypes.h>
12
13 //namespace AliITSreco {    
14    const Int_t kMaxClusterPerLayer=3500*10;
15    const Int_t kMaxDetectorPerLayer=1000;
16    const Int_t kLayersToSkip=0;
17
18    const Int_t kMaxLayer=6;
19    const Double_t kSigmaY2[kMaxLayer]={
20       1.44e-6, 1.44e-6, 1.444e-5, 1.444e-5, 4.0e-6, 4.0e-6 
21    };
22    const Double_t kSigmaZ2[kMaxLayer]={
23      //4.9e-5, 4.9e-5, 7.84e-6, 7.84e-6, 0.006889, 0.006889
24      1.44e-4, 1.44e-4, 7.84e-6, 7.84e-6, 0.006889, 0.006889
25    };
26
27    const Double_t kChi2PerCluster=5.;//7.;
28    const Double_t kMaxChi2=15.;//17.;
29    const Double_t kMaxRoad=3.0;
30
31    const Double_t kSigmaYV=0.005e+0;
32    const Double_t kSigmaZV=0.010e+0;
33 //}
34
35 //using namespace AliITSreco;
36
37 #endif