@@ -155,7 +155,7 @@ struct FlowDecorrelation {
155155 SliceCache cache;
156156 ConfigurableAxis axisVertex{" axisVertex" , {10 , -10 , 10 }, " vertex axis for histograms" };
157157 ConfigurableAxis axisMultiplicity{" axisMultiplicity" , {VARIABLE_WIDTH, 0 , 10 , 20 , 40 , 60 , 80 , 100 , 120 , 140 , 160 , 180 , 200 , 220 , 240 , 260 }, " multiplicity axis for histograms" };
158- ConfigurableAxis axisEta{" axisEta" , {70 , -5 .0 , 5 .0 }, " eta axis for histograms" };
158+ ConfigurableAxis axisEta{" axisEta" , {70 , -6 .0 , 6 .0 }, " eta axis for histograms" };
159159 ConfigurableAxis axisDeltaPhi{" axisDeltaPhi" , {72 , -PIHalf, PIHalf * 3 }, " delta phi axis for histograms" };
160160 ConfigurableAxis axisDeltaEtaTpcFt0a{" axisDeltaEtaTpcFt0a" , {32 , -5.8 , -2.6 }, " delta eta axis, -5.8~-2.6 for TPC-FT0A," };
161161 ConfigurableAxis axisDeltaEtaTpcFt0c{" axisDeltaEtaTpcFt0c" , {32 , 1.2 , 4.2 }, " delta eta axis, 1.2~4.2 for TPC-FT0C" };
@@ -261,7 +261,7 @@ struct FlowDecorrelation {
261261 std::array<float , 6 > tpcNsigmaCut;
262262 struct Ft0cCConstants {
263263 double zFt0cDistance = -83.44 ;
264- double maxWidth = 24 .;
264+ double maxWidth = 12 .;
265265 double minWidthX = 18.25 ;
266266 double minWidhtY = 18.175 ;
267267 double insideWidthX = 6.825 ;
@@ -284,7 +284,7 @@ struct FlowDecorrelation {
284284 }
285285 const AxisSpec axisPhi{72 , 0.0 , constants::math::TwoPI, " #varphi" };
286286 const AxisSpec axisEta{40 , -1 ., 1 ., " #eta" };
287- const AxisSpec axisEtaFull{90 , -4 ., 5 ., " #eta" };
287+ const AxisSpec axisEtaFull{90 , -6 ., 6 ., " #eta" };
288288 const AxisSpec axisCentrality{20 , 0 ., 100 ., " cent" };
289289
290290 ccdb->setURL (" http://alice-ccdb.cern.ch" );
@@ -1073,10 +1073,6 @@ struct FlowDecorrelation {
10731073 return true ;
10741074 if (std::abs (y) < Ft0cLocations.maxWidth && (std::abs (x) > Ft0cLocations.insideWidthY && std::abs (x) < Ft0cLocations.minWidhtY ))
10751075 return true ;
1076- if (std::abs (x) < Ft0cLocations.insideWidthX && (std::abs (y) < Ft0cLocations.maxWidth && std::abs (y) > Ft0cLocations.insideWidthY ))
1077- return true ;
1078- if (std::abs (y) < Ft0cLocations.insideWidthY && (std::abs (x) < Ft0cLocations.maxWidth && std::abs (x) > Ft0cLocations.insideWidthX ))
1079- return true ;
10801076 return false ;
10811077 }
10821078
0 commit comments