From 4aca58ee9a233c46e506b10f05c5d47e3f81f712 Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Thu, 25 Mar 2021 12:11:22 -0400 Subject: [PATCH] CaloSysD3PDMaker: Remove references to CaloNoiseTool. Remove a few vestigial forward references to CaloNoiseTool interfaces. --- .../D3PDMaker/CaloSysD3PDMaker/src/CaloInfoFillerTool.h | 3 +-- .../D3PDMaker/CaloSysD3PDMaker/src/LArSCHitFillerTool.h | 3 +-- PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/SCFillerTool.h | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/CaloInfoFillerTool.h b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/CaloInfoFillerTool.h index c4f858cd76fa..4e8ce2de2c9e 100644 --- a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/CaloInfoFillerTool.h +++ b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/CaloInfoFillerTool.h @@ -1,7 +1,7 @@ // This file's extension implies that it's C, but it's really -*- C++ -*-. /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration */ /** @@ -25,7 +25,6 @@ class LArHEC_ID; class LArFCAL_ID; class TileID; class LArOnlineID; -class ICaloNoiseTool; namespace D3PD { diff --git a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/LArSCHitFillerTool.h b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/LArSCHitFillerTool.h index fe9b438832be..664f9a30fcc8 100644 --- a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/LArSCHitFillerTool.h +++ b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/LArSCHitFillerTool.h @@ -1,7 +1,7 @@ // This file's extension implies that it's C, but it's really -*- C++ -*-. /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration */ /** @@ -30,7 +30,6 @@ class LArEM_ID; class LArFCAL_ID; class LArHEC_ID; class TileID; -class ICaloNoiseTool; class LArOnlineID; class CaloDetDescrManager ; class Identifier; diff --git a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/SCFillerTool.h b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/SCFillerTool.h index 2d1e0ec4e689..9c68d89dd74f 100644 --- a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/SCFillerTool.h +++ b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/SCFillerTool.h @@ -1,7 +1,7 @@ // This file's extension implies that it's C, but it's really -*- C++ -*-. /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration */ /** @@ -31,7 +31,6 @@ class LArEM_ID; class LArFCAL_ID; class LArHEC_ID; class TileID; -class ICaloNoiseTool; class LArOnlineID; class Identifier; -- GitLab