Skip to content

Commit dce7e0e

Browse files
committed
Skip QED events in TPC QA
1 parent 65275d9 commit dce7e0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

GPU/GPUTracking/qa/GPUQA.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,9 @@ void GPUQA::InitO2MCData(GPUTrackingInOutPointers* updateIOPtr)
686686

687687
mMCInfosCol.resize(nSimTotalEvents);
688688
for (int32_t iSim = 0; iSim < mcReader.getNSources(); iSim++) {
689+
if (iSim == o2::steer::QEDSOURCEID) {
690+
continue;
691+
}
689692
for (int32_t i = 0; i < mcReader.getNEvents(iSim); i++) {
690693
auto ir = evrec[i];
691694
auto ir0 = o2::raw::HBFUtils::Instance().getFirstIRofTF(ir);

0 commit comments

Comments
 (0)