From 3fb3ac89a0923618b2dd4aae011877f11296b03f Mon Sep 17 00:00:00 2001 From: Shaun Roe <shaun.roe@cern.ch> Date: Tue, 28 May 2024 11:10:16 +0200 Subject: [PATCH] solve header recursion and tidy headers --- .../JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.h | 1 - .../FlavorTagDiscriminants/src/LinkCounterAlg.icc | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.h b/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.h index f88c2d99ec69..7ae7a7883876 100644 --- a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.h +++ b/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.h @@ -10,7 +10,6 @@ #include "StoreGate/WriteDecorHandleKey.h" #include "StoreGate/ReadDecorHandleKey.h" -#include "xAODBase/IParticleContainer.h" namespace FlavorTagDiscriminants { diff --git a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.icc b/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.icc index fb84315eb0fe..a0d9339d3519 100644 --- a/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.icc +++ b/PhysicsAnalysis/JetTagging/FlavorTagDiscriminants/src/LinkCounterAlg.icc @@ -2,14 +2,12 @@ Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration */ -#include "LinkCounterAlg.h" + #include "StoreGate/ReadDecorHandle.h" #include "StoreGate/WriteDecorHandle.h" +#include "AthLinks/ElementLink.h" -#include <nlohmann/json.hpp> - -#include <random> namespace FlavorTagDiscriminants { -- GitLab