From 6b9346330d7b9b33ee20d42a41597a731b665b6f Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 7 Dec 2018 16:53:30 +0100 Subject: [PATCH] CaloSysD3PDMaker: Remove unneeded dependency on SGTools. Remove unneeded dependency on SGTools. --- .../D3PDMaker/CaloSysD3PDMaker/CMakeLists.txt | 3 +-- .../D3PDMaker/CaloSysD3PDMaker/src/LArHitFillerTool.h | 10 +--------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/CMakeLists.txt b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/CMakeLists.txt index 2eb5a8886551..d8aabaf4679a 100644 --- a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/CMakeLists.txt +++ b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/CMakeLists.txt @@ -20,7 +20,6 @@ atlas_depends_on_subdirs( PRIVATE Control/AthenaBaseComps Control/AthenaKernel Control/Navigation - Control/SGTools Control/StoreGate DetectorDescription/Identifier Event/xAOD/xAODCaloEvent @@ -48,7 +47,7 @@ atlas_add_component( CaloSysD3PDMaker src/*.cxx src/components/*.cxx INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} - LINK_LIBRARIES ${CLHEP_LIBRARIES} CaloConditions CaloDetDescrLib CaloDmDetDescr CaloEvent CaloGeoHelpers CaloIdentifier CaloSimEvent CaloUtilsLib AthContainers AthenaBaseComps AthenaKernel Navigation SGTools StoreGateLib SGtests Identifier xAODCaloEvent GaudiKernel LArIdentifier LArRawEvent LArRecEvent LArSimEvent LArCablingLib D3PDMakerUtils PrimaryDPDMakerLib JetEvent TileConditionsLib TileEvent TileIdentifier TileSimEvent ) + LINK_LIBRARIES ${CLHEP_LIBRARIES} CaloConditions CaloDetDescrLib CaloDmDetDescr CaloEvent CaloGeoHelpers CaloIdentifier CaloSimEvent CaloUtilsLib AthContainers AthenaBaseComps AthenaKernel Navigation StoreGateLib SGtests Identifier xAODCaloEvent GaudiKernel LArIdentifier LArRawEvent LArRecEvent LArSimEvent LArCablingLib D3PDMakerUtils PrimaryDPDMakerLib JetEvent TileConditionsLib TileEvent TileIdentifier TileSimEvent ) # Install files from the package: atlas_install_python_modules( python/*.py ) diff --git a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/LArHitFillerTool.h b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/LArHitFillerTool.h index cb0e06afcec8..17fa6f5949f1 100644 --- a/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/LArHitFillerTool.h +++ b/PhysicsAnalysis/D3PDMaker/CaloSysD3PDMaker/src/LArHitFillerTool.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-2018 CERN for the benefit of the ATLAS collaboration */ @@ -20,15 +20,7 @@ class LArFCAL_ID; class TileID; class LArOnlineID; -// Scott: -//There needs to be a declaration that that's possible, using -//SG_BASE or DATAVECTOR_BASE. It looks like that's not the case -//for CaloCell. -//That can be added. In the meantime, try putting this in your package: - #include "LArSimEvent/LArHit.h" -// # #include "SGTools/BaseInfo.h" -// #SG_ADD_BASE (CaloCell, INavigable4Momentum); namespace D3PD { -- GitLab