We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35f62d commit 69d5195Copy full SHA for 69d5195
Modules/GLO/src/ITSTPCMatchingTask.cxx
@@ -146,7 +146,7 @@ void ITSTPCMatchingTask::endOfCycle()
146
}
147
148
if (mDoPVITS) {
149
- const auto* h = mMatchITSTPCQC.getHistoPVNContVsITSTracks();
+ const auto* h = (mIsPbPb) ? mMatchITSTPCQC.getHistoPVNContVsITSTracksPbPb() : mMatchITSTPCQC.getHistoPVNContVsITSTracks();
150
if (!h) {
151
ILOG(Fatal) << "Could not retrieve pv ITS histogram!" << ENDM;
152
0 commit comments