From 9d9f0f9d45bfd5e32bf94e2522c2db1b63041b18 Mon Sep 17 00:00:00 2001
From: Tomas Dado <tomas.dado@cern.ch>
Date: Thu, 15 Apr 2021 09:43:25 +0200
Subject: [PATCH] Fixing -Wreorder compilation warning

---
 .../TopPhys/xAOD/TopConfiguration/Root/TopConfig.cxx            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopConfiguration/Root/TopConfig.cxx b/PhysicsAnalysis/TopPhys/xAOD/TopConfiguration/Root/TopConfig.cxx
index e0c83ca764c1..cfc61cdc1b4a 100644
--- a/PhysicsAnalysis/TopPhys/xAOD/TopConfiguration/Root/TopConfig.cxx
+++ b/PhysicsAnalysis/TopPhys/xAOD/TopConfiguration/Root/TopConfig.cxx
@@ -285,8 +285,8 @@ namespace top {
     m_largeRJetMasscut(0.),
     m_largeRJetEtacut(2.5),
     m_largeRJetUncertainties_NPModel("CategoryJES_FullJER_FullJMS"),
-    m_largeRJetUncertaintiesConfigDir("SetMe"),
     m_largeRJetUncertainties_JMR_NPModel("FullJMR"),
+    m_largeRJetUncertaintiesConfigDir("SetMe"),
     m_largeRJESJMSConfig("SetMe"),
 
     m_trackJetPtcut(7000.0),
-- 
GitLab