Skip to content

Commit 83aa6bd

Browse files
committed
fix
1 parent 450c3e2 commit 83aa6bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Common/Tasks/qVectorsCorrection.cxx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,13 @@ struct qVectorsCorrection {
768768
if (qVec.trackOccupancyInTimeRange() > cfgMaxOccupancy || qVec.trackOccupancyInTimeRange() < cfgMinOccupancy)
769769
return;
770770
}
771+
772+
for (uint i = 0; i < cfgnMods->size(); i++) {
773+
fillHistosQvecWithSC(qVec, cfgnMods->at(i));
774+
if (cfgQAFinal && cfgQAFlowStudy) {
775+
fillHistosFlowWithSC(qVec, tracks, cfgnMods->at(i));
776+
}
777+
}
771778
}
772779
PROCESS_SWITCH(qVectorsCorrection, processWithSC, "process with shift correction", false);
773780
};

0 commit comments

Comments
 (0)