From 2d84e09f3d58889d49c1760d325b70b706ce76bb Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 28 Nov 2024 14:28:32 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Tasks/filterPPwithAssociation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGDQ/Tasks/filterPPwithAssociation.cxx b/PWGDQ/Tasks/filterPPwithAssociation.cxx index f4f37732ca4..9e227a8fd35 100644 --- a/PWGDQ/Tasks/filterPPwithAssociation.cxx +++ b/PWGDQ/Tasks/filterPPwithAssociation.cxx @@ -586,7 +586,7 @@ struct DQFilterPPTask { std::vector fElectronMuonNreqObjs; // minimal number of electron-muon pairs required std::map fBarrelPairCuts; // map of barrel pair cuts std::map fMuonPairCuts; // map of muon pair cuts - std::map fElectronMuonPairCuts; // map of electron-muon pair cuts + std::map fElectronMuonPairCuts; // map of electron-muon pair cuts std::map fBarrelPairHistNames; // map with names of the barrel pairing histogram directories std::map fMuonPairHistNames; // map with names of the muon pairing histogram directories std::map fElectronMuonPairHistNames; // map with names of the electron-muon pairing histogram directories