From 1ecd4c35c0ec94998a154d08233f270f5954c2b1 Mon Sep 17 00:00:00 2001 From: Stefanie Mrozinski Date: Fri, 27 Mar 2026 19:23:36 +0000 Subject: [PATCH] Add efficiency plots + MC QA plots --- PWGEM/PhotonMeson/Tasks/photonhbt.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PWGEM/PhotonMeson/Tasks/photonhbt.cxx b/PWGEM/PhotonMeson/Tasks/photonhbt.cxx index 40a6599bb71..5abf71d2edd 100644 --- a/PWGEM/PhotonMeson/Tasks/photonhbt.cxx +++ b/PWGEM/PhotonMeson/Tasks/photonhbt.cxx @@ -514,6 +514,7 @@ struct photonhbt { float opa = 0.f; float cosOA = 0.f; float drOverCosOA = 0.f; + float deta = 0.f, dphi = 0.f; float pairEta = 0.f, pairPhi = 0.f; float kt = 0.f, qinv = 0.f; @@ -1566,10 +1567,10 @@ struct photonhbt { PROCESS_SWITCH(photonhbt, processAnalysis, "pairing for analysis", true); - template void runPairingMC(TCollisions const& collisions,