Skip to content

Commit 871f816

Browse files
committed
move centrality def
1 parent 398c722 commit 871f816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/TableProducer/zdcQVectors.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ struct ZdcQVectors {
724724
std::vector<float> centralities;
725725

726726
auto cent = collision.centFT0C();
727-
centrality = cent;
728727

729728
centralities.push_back(collision.centFT0C());
730729

@@ -751,6 +750,7 @@ struct ZdcQVectors {
751750

752751
v = {collision.posX(), collision.posY(), collision.posZ()};
753752
cents = centralities;
753+
centrality = cent;
754754

755755
const auto& foundBC = collision.foundBC_as<BCsRun3>();
756756
runnumber = foundBC.runNumber();

0 commit comments

Comments
 (0)