]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PMD/PMD_dig_reco.h
Changed from hardcoded param to a version which gets the param string from AliL3Trans...
[u/mrichter/AliRoot.git] / PMD / PMD_dig_reco.h
1 class PMD_dig_reco {
2
3 public:
4      Int_t ncl[5001],icl[331] ;
5      Int_t iorder [3] [5185],infocl [3] [73] [73],inford [4] [5185] ;
6      Int_t incr,clno ,nmx1;
7      Int_t module1 [31] [73] [73] ;
8      Int_t module2 [31] [73] [73] ;
9      Float_t u[98], c__, cd, cm ;
10      Float_t det1 [73] [73],det2 [73] [73] ;
11      Float_t coord [3] [73] [73],pts [3] [26],wts [26] ;
12      Float_t r0[501], x0[501], y0[501] , rr[501] ;
13      Float_t h0[501];
14      Float_t x[501], y[501], z__[501];
15      Float_t xx[501], yy[501], zz[501],hh[501];
16 };
17