diff --git a/Reconstruction/PFlow/PFlowValidation/PFODQA/src/PFOChargedValidationPlots.cxx b/Reconstruction/PFlow/PFlowValidation/PFODQA/src/PFOChargedValidationPlots.cxx index 025214559f8e0fc8404ff6737eacb4709a78c659..989af84adf5e8f022f2343817c930bf3639ea134 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 ){