@@ -78,28 +78,28 @@ using namespace analysis::genericframework;
7878static constexpr std::array<std::array<float , 3 >, 20 > LongArrayFloat = {{{{1.1 , 2.1 , 3.1 }}, {{1.2 , 2.2 , 3.2 }}, {{1.3 , 2.3 , 3.3 }}, {{-1.1 , -2.1 , -3.1 }}, {{-1.2 , -2.2 , -3.2 }}, {{-1.3 , -2.3 , -3.3 }}, {{1.1 , 1.1 , 1.1 }}, {{1.2 , 1.2 , 1.2 }}, {{1.3 , 1.3 , 1.3 }}, {{-1.1 , -1.1 , -1.1 }}, {{-1.2 , -1.2 , -1.2 }}, {{-1.3 , -1.3 , -1.3 }}, {{1.1 , 1.1 , 1.1 }}, {{1.2 , 1.2 , 1.2 }}, {{1.3 , 1.3 , 1.3 }}, {{-1.1 , -1.1 , -1.1 }}, {{-1.2 , -1.2 , -1.2 }}, {{-1.3 , -1.3 , -1.3 }}, {{1.1 , 1.1 , 1.1 }}, {{1.2 , 1.2 , 1.2 }}}};
7979
8080struct GFWMemberCache {
81- std::vector<double > ptbinning = {0.2 , 0.25 , 0.3 , 0.35 , 0.4 , 0.45 , 0.5 , 0.55 , 0.6 , 0.65 , 0.7 , 0.75 , 0.8 , 0.85 , 0.9 , 0.95 , 1 , 1.1 , 1.2 , 1.3 , 1.4 , 1.5 , 1.6 , 1.7 , 1.8 , 1.9 , 2 , 2.2 , 2.4 , 2.6 , 2.8 , 3 , 3.5 , 4 , 5 , 6 , 8 , 10 };
82- float ptpoilow = 0.2 , ptpoiup = 10.0 ;
83- float ptreflow = 0.2 , ptrefup = 3.0 ;
84- float ptlow = 0.2 , ptup = 10.0 ;
85- int etabins = 16 ;
86- float etalow = -0.8 , etaup = 0.8 ;
87- int vtxZbins = 40 ;
88- float vtxZlow = -10.0 , vtxZup = 10.0 ;
89- int phibins = 72 ;
90- float philow = 0.0 ;
91- float phiup = o2::constants::math::TwoPI;
92- int nchbins = 300 ;
93- float nchlow = 0 ;
94- float nchup = 300 ;
95- std::vector<double > centbinning{90 };
96- int nBootstrap = 10 ;
97- std::vector<std::pair<double , double >> etagapsPtPt;
98- GFWRegions regions;
99- GFWCorrConfigs configs;
100- std::vector<double > multGlobalCorrCutPars;
101- std::vector<double > multPVCorrCutPars;
102- std::vector<double > multGlobalPVCorrCutPars;
81+ std::vector<double > ptbinning = {0.2 , 0.25 , 0.3 , 0.35 , 0.4 , 0.45 , 0.5 , 0.55 , 0.6 , 0.65 , 0.7 , 0.75 , 0.8 , 0.85 , 0.9 , 0.95 , 1 , 1.1 , 1.2 , 1.3 , 1.4 , 1.5 , 1.6 , 1.7 , 1.8 , 1.9 , 2 , 2.2 , 2.4 , 2.6 , 2.8 , 3 , 3.5 , 4 , 5 , 6 , 8 , 10 };
82+ float ptpoilow = 0.2 , ptpoiup = 10.0 ;
83+ float ptreflow = 0.2 , ptrefup = 3.0 ;
84+ float ptlow = 0.2 , ptup = 10.0 ;
85+ int etabins = 16 ;
86+ float etalow = -0.8 , etaup = 0.8 ;
87+ int vtxZbins = 40 ;
88+ float vtxZlow = -10.0 , vtxZup = 10.0 ;
89+ int phibins = 72 ;
90+ float philow = 0.0 ;
91+ float phiup = o2::constants::math::TwoPI;
92+ int nchbins = 300 ;
93+ float nchlow = 0 ;
94+ float nchup = 300 ;
95+ std::vector<double > centbinning{90 };
96+ int nBootstrap = 10 ;
97+ std::vector<std::pair<double , double >> etagapsPtPt;
98+ GFWRegions regions;
99+ GFWCorrConfigs configs;
100+ std::vector<double > multGlobalCorrCutPars;
101+ std::vector<double > multPVCorrCutPars;
102+ std::vector<double > multGlobalPVCorrCutPars;
103103} gfwMemberCache;
104104
105105struct FlowGfwV02 {
0 commit comments