From 1bcf97a57dab24082bf1246f2d8d41037804ff79 Mon Sep 17 00:00:00 2001 From: Teng Jian Khoo <teng.jian.khoo@cern.ch> Date: Tue, 24 Jul 2018 22:04:29 +0200 Subject: [PATCH] Fix compilation failure Former-commit-id: 36b4ea041f2aeee5854eef3f48792798295ba452 --- .../EventShapes/EventShapeTools/Root/EventDensityTool.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Reconstruction/EventShapes/EventShapeTools/Root/EventDensityTool.cxx b/Reconstruction/EventShapes/EventShapeTools/Root/EventDensityTool.cxx index e4129aa90ee..77ece925dfb 100644 --- a/Reconstruction/EventShapes/EventShapeTools/Root/EventDensityTool.cxx +++ b/Reconstruction/EventShapes/EventShapeTools/Root/EventDensityTool.cxx @@ -23,7 +23,8 @@ using fastjet::VoronoiAreaSpec; EventDensityTool::EventDensityTool(const std::string& name) : asg::AsgTool(name), - m_useAreaFourMom(true), + m_useAreaFourMom(true) +{ declareProperty("JetAlgorithm", m_jetalg = "Kt"); declareProperty("JetRadius", m_jetrad = 0.4); declareProperty("AbsRapidityMin", m_rapmin = 0.0); -- GitLab