We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d375e63 commit 79d4f09Copy full SHA for 79d4f09
GPU/GPUTracking/qa/GPUQA.cxx
@@ -686,9 +686,6 @@ void GPUQA::InitO2MCData(GPUTrackingInOutPointers* updateIOPtr)
686
687
mMCInfosCol.resize(nSimTotalEvents);
688
for (int32_t iSim = 0; iSim < mcReader.getNSources(); iSim++) {
689
- if (iSim == o2::steer::QEDSOURCEID) {
690
- continue;
691
- }
692
for (int32_t i = 0; i < mcReader.getNEvents(iSim); i++) {
693
auto ir = evrec[i];
694
auto ir0 = o2::raw::HBFUtils::Instance().getFirstIRofTF(ir);
0 commit comments