We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb939a commit f1619a1Copy full SHA for f1619a1
PWGCF/Flow/Tasks/pidFlowPtCorr.cxx
@@ -638,7 +638,7 @@ struct PidFlowPtCorr {
638
th3sList[runNumber][hPhiEtaVtxz]->Fill(track.phi(), track.eta(), vtxz);
639
}
640
641
- if (std::fabs(track.eta()) < cfgRangeEta) {
+ if (std::fabs(track.eta()) < trkQualityOpts.cfgRangeEta.value) {
642
nch += weff;
643
nchSquare += weff * weff;
644
ptSum += weff * track.pt();
0 commit comments