Skip to content

Commit 69d5195

Browse files
committed
GLO: Take different plot for PbPb for PV-ITS
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent c35f62d commit 69d5195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/GLO/src/ITSTPCMatchingTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void ITSTPCMatchingTask::endOfCycle()
146146
}
147147

148148
if (mDoPVITS) {
149-
const auto* h = mMatchITSTPCQC.getHistoPVNContVsITSTracks();
149+
const auto* h = (mIsPbPb) ? mMatchITSTPCQC.getHistoPVNContVsITSTracksPbPb() : mMatchITSTPCQC.getHistoPVNContVsITSTracks();
150150
if (!h) {
151151
ILOG(Fatal) << "Could not retrieve pv ITS histogram!" << ENDM;
152152
}

0 commit comments

Comments
 (0)