Skip to content

Commit 9356c10

Browse files
authored
fix o2-linter
1 parent edad2ea commit 9356c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Flow/Tasks/flowTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ struct FlowTask {
14191419
}
14201420
registry.fill(HIST("hNormDeltaPt_X_afterCut"), normDeltaPt, independent, weffEvent);
14211421
if (ptEtaVec.size() > 0) {
1422-
for (auto const trptEta : ptEtaVec) {
1422+
for (auto const& trptEta : ptEtaVec) {
14231423
registry.fill(HIST("hPt_afterDptCut"), trptEta.first);
14241424
if (trptEta.second < -1. * cfgAdditionObs.cfgDptDisEtaGapQA)
14251425
registry.fill(HIST("hPtA_afterDptCut"), trptEta.first);

0 commit comments

Comments
 (0)