From 880220af854b97e7582bd58bedb1b90853ab0ce4 Mon Sep 17 00:00:00 2001
From: Nils Krumnack <Nils.Erik.Krumnack@cern.ch>
Date: Wed, 21 Oct 2020 21:45:12 +0200
Subject: [PATCH] switch to using CLASS_DEF.h from xAODCore

So far there have been two definitions of CLASS_DEF.h in AnalysisBase.
To consolidate that, all users are switched over to xAODCore.
---
 Reconstruction/Jet/JetEDM/JetEDM/ClusterSequence.h        | 2 +-
 Reconstruction/Jet/JetEDM/JetEDM/LabelIndex.h             | 2 +-
 Reconstruction/Jet/JetEDM/JetEDM/PseudoJetMap.h           | 2 +-
 Reconstruction/Jet/JetEDM/JetEDM/PseudoJetVector.h        | 2 +-
 Reconstruction/Jet/JetEDM/JetEDM/TrackVertexAssociation.h | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Reconstruction/Jet/JetEDM/JetEDM/ClusterSequence.h b/Reconstruction/Jet/JetEDM/JetEDM/ClusterSequence.h
index 1a686eef5fa..5d1274a6870 100644
--- a/Reconstruction/Jet/JetEDM/JetEDM/ClusterSequence.h
+++ b/Reconstruction/Jet/JetEDM/JetEDM/ClusterSequence.h
@@ -9,7 +9,7 @@
 
 #include <vector>
 #include "fastjet/ClusterSequence.hh"
-#include "AsgTools/CLASS_DEF.h"
+#include "xAODCore/CLASS_DEF.h"
 
 // David Adams
 // January 2014
diff --git a/Reconstruction/Jet/JetEDM/JetEDM/LabelIndex.h b/Reconstruction/Jet/JetEDM/JetEDM/LabelIndex.h
index fa3bfdf348f..a054101619d 100644
--- a/Reconstruction/Jet/JetEDM/JetEDM/LabelIndex.h
+++ b/Reconstruction/Jet/JetEDM/JetEDM/LabelIndex.h
@@ -14,7 +14,7 @@
 
 #include <vector>
 #include <string>
-#include "AsgTools/CLASS_DEF.h"
+#include "xAODCore/CLASS_DEF.h"
 #include "xAODJet/JetTypes.h"
 
 namespace jet {
diff --git a/Reconstruction/Jet/JetEDM/JetEDM/PseudoJetMap.h b/Reconstruction/Jet/JetEDM/JetEDM/PseudoJetMap.h
index 33ace318f99..29fe1dd7b32 100644
--- a/Reconstruction/Jet/JetEDM/JetEDM/PseudoJetMap.h
+++ b/Reconstruction/Jet/JetEDM/JetEDM/PseudoJetMap.h
@@ -9,7 +9,7 @@
 
 #include <map>
 #include "fastjet/PseudoJet.hh"
-#include "AsgTools/CLASS_DEF.h"
+#include "xAODCore/CLASS_DEF.h"
 #include "xAODJet/Jet.h"
 
 // David Adams
diff --git a/Reconstruction/Jet/JetEDM/JetEDM/PseudoJetVector.h b/Reconstruction/Jet/JetEDM/JetEDM/PseudoJetVector.h
index 06cfba255a5..d7ef621c64c 100644
--- a/Reconstruction/Jet/JetEDM/JetEDM/PseudoJetVector.h
+++ b/Reconstruction/Jet/JetEDM/JetEDM/PseudoJetVector.h
@@ -9,7 +9,7 @@
 
 #include <vector>
 #include "fastjet/PseudoJet.hh"
-#include "AsgTools/CLASS_DEF.h"
+#include "xAODCore/CLASS_DEF.h"
 
 // David Adams
 // January 2014
diff --git a/Reconstruction/Jet/JetEDM/JetEDM/TrackVertexAssociation.h b/Reconstruction/Jet/JetEDM/JetEDM/TrackVertexAssociation.h
index a8bfe3cde51..29593af1576 100644
--- a/Reconstruction/Jet/JetEDM/JetEDM/TrackVertexAssociation.h
+++ b/Reconstruction/Jet/JetEDM/JetEDM/TrackVertexAssociation.h
@@ -12,7 +12,7 @@
 #include "xAODTracking/Vertex.h"
 #include "xAODTracking/TrackParticle.h"
 #include "xAODTracking/TrackParticleContainer.h"
-#include "AsgTools/CLASS_DEF.h"
+#include "xAODCore/CLASS_DEF.h"
 
 namespace jet {
   
-- 
GitLab