29 mConfig->configProcessing.eventDisplay = mFrontend.get();
30 mConfig->configDisplay.showTPCTracksFromO2Format =
true;
33 mParam->par.earlyTpcTransform = 0;
34 if (mConfig->configProcessing.runMC) {
35 mQA.reset(
new GPUQA(
nullptr, &config->
configQA, mParam.get()));
55 std::unique_ptr<GPUTrackingInOutPointers> tmpPtr;
56 if (mConfig->configProcessing.runMC) {
57 tmpPtr = std::make_unique<GPUTrackingInOutPointers>(*ptrs);
58 mQA->InitO2MCData(tmpPtr.get());
61 mDisplay->ShowNextEvent(ptrs);
64 }
while (mFrontend->getDisplayControl() == 0);
65 if (mFrontend->getDisplayControl() == 2) {
68 mFrontend->setDisplayControl(0);
69 mDisplay->WaitForNextEvent();
static GPUDisplayInterface * getDisplay(GPUDisplayFrontendInterface *frontend, GPUChainTracking *chain, GPUQA *qa, const GPUParam *param=nullptr, const GPUCalibObjectsConst *calib=nullptr, const GPUSettingsDisplay *config=nullptr)