From a97ee7db2f89a420d3d7952d71c2d16dd583114c Mon Sep 17 00:00:00 2001 From: Mark Hodgkinson <m.hodgkinson@sheffield.ac.uk> Date: Fri, 19 Jan 2018 14:42:41 +0000 Subject: [PATCH] Remove spurious forward slash in string. Former-commit-id: 18ad5474175242948b1472929b7c42c3347d3e83 --- .../PFlowValidation/PFODQA/src/PFOChargedValidationPlots.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reconstruction/PFlow/PFlowValidation/PFODQA/src/PFOChargedValidationPlots.cxx b/Reconstruction/PFlow/PFlowValidation/PFODQA/src/PFOChargedValidationPlots.cxx index 025214559f8e..989af84adf5e 100644 --- a/Reconstruction/PFlow/PFlowValidation/PFODQA/src/PFOChargedValidationPlots.cxx +++ b/Reconstruction/PFlow/PFlowValidation/PFODQA/src/PFOChargedValidationPlots.cxx @@ -7,7 +7,7 @@ PFOChargedValidationPlots::PFOChargedValidationPlots(PlotBase* pParent, std::string sDir, std::string sPFOContainerName) : PlotBase(pParent, sDir), m_PFOPlots(this,"",sPFOContainerName), m_PFOPVMatchedPlots(this,"",sPFOContainerName), - m_PFOAlgPropertyPlots(this,"/",sPFOContainerName) + m_PFOAlgPropertyPlots(this,"",sPFOContainerName) {} void PFOChargedValidationPlots::fill(const xAOD::PFO& thePFO, const xAOD::Vertex* theVertex ){ -- GitLab