12 #include "StFlowConstants.h"
16 Float_t
Flow::etaMin = -4.5;
17 Float_t
Flow::etaMax = 4.5;
18 Float_t
Flow::etaMinTpcOnly = -1.5;
19 Float_t
Flow::etaMaxTpcOnly = 1.5;
20 Float_t
Flow::etaSymZSlopeTpc = 0.0043;
21 Float_t
Flow::etaSymZSlopeFtpc = -0.0067;
23 Float_t
Flow::ptMin = 0.;
24 Float_t
Flow::ptMax = 2.;
25 Float_t
Flow::ptMaxPart = 6.;
28 Float_t
Flow::rMax = 1.5;
29 Float_t
Flow::j01 = 2.405;
30 Float_t
Flow::epsV1 = 0.5;
33 Int_t
Flow::cent200Full[nCents] = {14,30,56,94,146,217,312,431,510};
34 Int_t Flow::cent200Half[nCents] = {14,32,59,98,149,216,302,409,474};
35 Int_t Flow::cent200Year4Full[nCents] = {14,31,57,96,150,222,319,441,520};
36 Int_t Flow::cent200Year4Half[nCents] = {14,30,56,94,146,217,312,431,510};
37 Int_t Flow::cent200Year7[nCents] = {10,21,39,69,114,178,269,399,485};
38 Int_t Flow::cent130[nCents] = {20,100,180,270,360,460,560,660,870};
39 Int_t Flow::cent62[nCents] = {9,20,38,65,102,154,222,313,373};
40 Int_t Flow::cent22[nCents] = {7,14,28,48,77,117,170,237,281};
43 Double_t Flow::zdcsmd_wx0 = 4.39604;
44 Double_t Flow::zdcsmd_ex0 = 4.72466;
45 Double_t Flow::zdcsmd_wy0 = 5.19968;
46 Double_t Flow::zdcsmd_ey0 = 5.53629;
49 Double_t Flow::zdcsmdPedstal[2][2][8] = {
50 { { 1.901,5.354,3.606,2.044,3.171,4.042,2.731,3.248} ,
51 { 4.921,2.884,2.627,4.579,2.778,4.018,2.905,4.623} } ,
52 { { 4.925,5.818,6.513,0.005,8.328,4.025,4.019,8.833} ,
53 { 8.952,8.684,6.962,7.353,7.928,7.385,9.972,7.996} }
56 Double_t Flow::zdcsmdGainFac[2][2][8] = {
57 { { 0.989, 1.148, 1.491, 1.183, 1.261, 1.22, 1.579, 1.} ,
58 { 1.,1.169,1.12,1.292,0.947,1.085,1.463, 1.179} } ,
59 { { 0.774499,0.840393,0.989262,0.87179,0.916639,0.927873,1.168586,1.} ,
60 { 0.940065,0.978662,1.040051,1.068336,0.97021,1.133341,1.25025,1.058449} }