Skip to content

Commit d4d79ac

Browse files
committed
fix bug for the atio
1 parent 5a7e16a commit d4d79ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ struct JEPFlowAnalysis {
413413
}
414414
}
415415
if (i == 0) { // second harmonic only
416-
auto qOvecM = calcFT0CRawQVecMag(coll, i + 2);
416+
auto qOvecM = calcFT0CRawQVecMag(coll, i + 2) / coll.qvecAmp()[detId];
417417

418418
epFlowHistograms.fill(HIST("hQoverM"), cent, highestPt, qOvecM);
419419
epFlowHistograms.fill(HIST("hQoverM2M"), cent, coll.qvecAmp()[detId], qOvecM);

0 commit comments

Comments
 (0)