Skip to content

Commit 79d4f09

Browse files
committed
Revert "Skip QED events in TPC QA"
This reverts commit dce7e0e.
1 parent d375e63 commit 79d4f09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

GPU/GPUTracking/qa/GPUQA.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,6 @@ 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-
}
692689
for (int32_t i = 0; i < mcReader.getNEvents(iSim); i++) {
693690
auto ir = evrec[i];
694691
auto ir0 = o2::raw::HBFUtils::Instance().getFirstIRofTF(ir);

0 commit comments

Comments
 (0)