We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398c722 commit 871f816Copy full SHA for 871f816
1 file changed
PWGCF/Flow/TableProducer/zdcQVectors.cxx
@@ -724,7 +724,6 @@ struct ZdcQVectors {
724
std::vector<float> centralities;
725
726
auto cent = collision.centFT0C();
727
- centrality = cent;
728
729
centralities.push_back(collision.centFT0C());
730
@@ -751,6 +750,7 @@ struct ZdcQVectors {
751
750
752
v = {collision.posX(), collision.posY(), collision.posZ()};
753
cents = centralities;
+ centrality = cent;
754
755
const auto& foundBC = collision.foundBC_as<BCsRun3>();
756
runnumber = foundBC.runNumber();
0 commit comments