Skip to content

Commit 550c7ee

Browse files
committed
Delete comments
1 parent 2fa804c commit 550c7ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PWGHF/HFC/TableProducer/correlatorFlowCharmHadronsReduced.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ struct HfCorrelatorFlowCharmHadronsReduced {
139139
ConfigurableAxis binsPhi{"binsPhi", {64, -o2::constants::math::PIHalf, 3. * o2::constants::math::PIHalf}, "Phi bins"};
140140
ConfigurableAxis binsDeltaEta{"binsDeltaEta", {100, -2., 2.}, "Delta Eta bins"};
141141
ConfigurableAxis binsDeltaPhi{"binsDeltaPhi", {64, -3., 3.}, "Delta Phi bins"};
142-
// ConfigurableAxis binsPoolBin{"binsPoolBin", {9, 0., 9.}, "PoolBin"};
143142
ConfigurableAxis binsMlOne{"binsMlOne", {100, 0., 1.}, ""};
144143
ConfigurableAxis binsMlTwo{"binsMlTwo", {100, 0., 1.}, ""};
145144

@@ -166,8 +165,6 @@ struct HfCorrelatorFlowCharmHadronsReduced {
166165
poolBins = (multPoolBins->size() - 1) * (zPoolBins->size() - 1);
167166
}
168167

169-
// binsPoolBin = {poolBins, 0., static_cast<float>(poolBins)};
170-
171168
const AxisSpec axisInvMass{binsInvMass, "Inv. mass (GeV/#it{c}^{2})"};
172169
const AxisSpec axisCent = {binsCent, "Centrality"};
173170
const AxisSpec axisMultFT0M = {binsMultFT0M, "MultiplicityFT0M"};

0 commit comments

Comments
 (0)