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 65275d9 commit dce7e0eCopy full SHA for dce7e0e
GPU/GPUTracking/qa/GPUQA.cxx
@@ -686,6 +686,9 @@ 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