Skip to content

Commit a0f670d

Browse files
committed
add shift to latest QA plots
1 parent 387a7f3 commit a0f670d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Flow/TableProducer/zdcQVectors.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ struct ZdcQVectors {
11381138
double qYcShift = std::hypot(qRec[2], qRec[3]) * std::sin(psiZDCCshift);
11391139

11401140
if (isSelected && cfgFillHistRegistry && !cfgFillNothing) {
1141-
fillCommonRegistry<kAfter>(qRec[0], qRec[1], qRec[2], qRec[3], v, centrality, rsTimestamp);
1141+
fillCommonRegistry<kAfter>(qXaShift, qYaShift, qXcShift, qYcShift, v, centrality, rsTimestamp);
11421142
registry.fill(HIST("QA/centrality_after"), centrality);
11431143
registry.get<TProfile>(HIST("QA/after/ZNA_Qx"))->Fill(Form("%d", runnumber), qXaShift);
11441144
registry.get<TProfile>(HIST("QA/after/ZNA_Qy"))->Fill(Form("%d", runnumber), qYaShift);

0 commit comments

Comments
 (0)