From 64ac5e5782b89d40cbae9eed8496d7a305fe392b Mon Sep 17 00:00:00 2001 From: Stefanie Mrozinski Date: Mon, 18 May 2026 07:57:20 +0200 Subject: [PATCH] add MC histograms --- PWGEM/PhotonMeson/Tasks/photonhbt.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/PWGEM/PhotonMeson/Tasks/photonhbt.cxx b/PWGEM/PhotonMeson/Tasks/photonhbt.cxx index 5aeef49481d..d8f2c5c7da8 100644 --- a/PWGEM/PhotonMeson/Tasks/photonhbt.cxx +++ b/PWGEM/PhotonMeson/Tasks/photonhbt.cxx @@ -775,6 +775,7 @@ struct Photonhbt { fRegistryPairQA.addClone("Pair/same/QA/", "Pair/mix/QA/"); fRegistryPairMC.addClone("Pair/same/MC/", "Pair/mix/MC/"); addFullRangeHistograms("Pair/same/FullRange/"); + addLegPairMCHistograms(); fRegistry.addClone("Pair/same/", "Pair/mix/");