From 041e71e1c70d0de30e5a7fc10841fdf017aa4505 Mon Sep 17 00:00:00 2001
From: Nils Krumnack <krumnack@iastate.edu>
Date: Thu, 13 Aug 2020 09:08:49 -0500
Subject: [PATCH] update IsolationTool package to compile in AnalysisBase in
 master

---
 .../RecoTools/IsolationTool/IsolationTool/CaloIsolationTool.h    | 1 +
 .../RecoTools/IsolationTool/IsolationTool/TrackIsolationTool.h   | 1 +
 .../RecoTools/IsolationTool/Root/TrackIsolationTool.cxx          | 1 +
 3 files changed, 3 insertions(+)

diff --git a/Reconstruction/RecoTools/IsolationTool/IsolationTool/CaloIsolationTool.h b/Reconstruction/RecoTools/IsolationTool/IsolationTool/CaloIsolationTool.h
index cfb5bcdb4cc5..9623048b7308 100644
--- a/Reconstruction/RecoTools/IsolationTool/IsolationTool/CaloIsolationTool.h
+++ b/Reconstruction/RecoTools/IsolationTool/IsolationTool/CaloIsolationTool.h
@@ -6,6 +6,7 @@
 #define ISOLATIONTOOL_CALOISOLATIONTOOL_H
 
 #include "AsgTools/AsgTool.h"
+#include "AsgTools/PropertyWrapper.h"
 #include "AsgTools/ToolHandle.h"
 #include "AsgDataHandles/ReadHandleKey.h"
 
diff --git a/Reconstruction/RecoTools/IsolationTool/IsolationTool/TrackIsolationTool.h b/Reconstruction/RecoTools/IsolationTool/IsolationTool/TrackIsolationTool.h
index 2fd543bc011f..f494ff171566 100644
--- a/Reconstruction/RecoTools/IsolationTool/IsolationTool/TrackIsolationTool.h
+++ b/Reconstruction/RecoTools/IsolationTool/IsolationTool/TrackIsolationTool.h
@@ -6,6 +6,7 @@
 #define ISOLATIONTOOL_TRACKISOLATIONTOOL_H
 
 #include "AsgTools/AsgTool.h"
+#include "AsgTools/PropertyWrapper.h"
 #include "AsgTools/ToolHandle.h"
 #include "AsgDataHandles/ReadHandleKey.h"
 #include "RecoToolInterfaces/ITrackIsolationTool.h"
diff --git a/Reconstruction/RecoTools/IsolationTool/Root/TrackIsolationTool.cxx b/Reconstruction/RecoTools/IsolationTool/Root/TrackIsolationTool.cxx
index 222499de9dcb..db4daaa00cb3 100644
--- a/Reconstruction/RecoTools/IsolationTool/Root/TrackIsolationTool.cxx
+++ b/Reconstruction/RecoTools/IsolationTool/Root/TrackIsolationTool.cxx
@@ -9,6 +9,7 @@
 //////////////////////////////////////////////////////////////////////////////
 
 //<<<<<< INCLUDES                                                       >>>>>>
+#include "AsgDataHandles/ReadHandle.h"
 #include "IsolationTool/TrackIsolationTool.h"
 // #include "InDetTrackSelectionTool/IInDetTrackSelectionTool.h"
 #include "xAODTracking/VertexContainer.h"
-- 
GitLab