Skip to content

Commit b785cec

Browse files
committed
fix bug for the resolution calculation
1 parent 33a85d2 commit b785cec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

PWGCF/Flow/Tasks/flowDirectedFlowTask.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ struct flowDirectedFlowTask {
522522
float qxFull = qxC - qxA;
523523
float qyFull = qyC - qyA;
524524
float dotAC = qxA * qxC + qyA * qyC;
525-
float resDot = dotAC / (magA * magC);
526525

527526
histos.fill(HIST("hpResCosAC"), centrality, std::cos(psiA - psiC), q1);
528527
histos.fill(HIST("hpResDotAC"), centrality, dotAC, q1);

0 commit comments

Comments
 (0)