diff --git a/Reconstruction/egamma/egammaValidation/CMakeLists.txt b/Reconstruction/egamma/egammaValidation/CMakeLists.txt index 2fc3a576b1c2285430e1a5e12f47bbb91e36d1c7..24ca334877fc64993afa7f1a7fda07cff0ea0afb 100644 --- a/Reconstruction/egamma/egammaValidation/CMakeLists.txt +++ b/Reconstruction/egamma/egammaValidation/CMakeLists.txt @@ -13,8 +13,7 @@ atlas_depends_on_subdirs( PUBLIC Event/xAOD/xAODEgamma Event/xAOD/xAODEventInfo Event/xAOD/xAODTracking - PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools - PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools + PhysicsAnalysis/Interfaces/EgammaAnalysisInterfaces PRIVATE Control/AthenaBaseComps TestPolicy @@ -26,7 +25,7 @@ atlas_add_library (egammaValidationLib PUBLIC_HEADERS egammaValidation INCLUDE_DIRS PRIVATE_INCLUDE_DIRS - LINK_LIBRARIES GaudiKernel AsgTools xAODEventInfo xAODEgamma xAODTracking ElectronPhotonSelectorToolsLib ElectronPhotonSelectorToolsLib AsgAnalysisInterfaces + LINK_LIBRARIES GaudiKernel AsgTools xAODEventInfo xAODEgamma xAODTracking EgammaAnalysisInterfacesLib AsgAnalysisInterfaces PRIVATE_LINK_LIBRARIES AthenaBaseComps TrkValHistUtils) # add the Module/component library : @@ -34,7 +33,7 @@ atlas_add_component (egammmaValidation src/*.cxx src/components/*.cxx INCLUDE_DIRS LINK_LIBRARIES egammaValidationLib GaudiKernel AthenaBaseComps AsgTools xAODEventInfo - xAODEgamma xAODTracking ElectronPhotonSelectorToolsLib TrkValHistUtils ElectronPhotonSelectorToolsLib AsgAnalysisInterfaces) + xAODEgamma xAODTracking TrkValHistUtils AsgAnalysisInterfaces) # Install JO/python files from the package: atlas_install_python_modules( python/*.py ) diff --git a/Reconstruction/egamma/egammaValidation/egammaValidation/EgammaMonitoring.h b/Reconstruction/egamma/egammaValidation/egammaValidation/EgammaMonitoring.h index 0e34b3a386c449d77a8a134c1f13034d6d134c2e..11c10ab17b23807be3ef02a17e2492814d77454a 100644 --- a/Reconstruction/egamma/egammaValidation/egammaValidation/EgammaMonitoring.h +++ b/Reconstruction/egamma/egammaValidation/egammaValidation/EgammaMonitoring.h @@ -12,7 +12,7 @@ #include "GaudiKernel/ITHistSvc.h" #include "AthenaBaseComps/AthAlgorithm.h" #include <AsgTools/AnaToolHandle.h> -#include "ElectronPhotonSelectorTools/IAsgElectronLikelihoodTool.h" +#include "EgammaAnalysisInterfaces/IAsgElectronLikelihoodTool.h" #include "TFile.h" #include "TH1.h" diff --git a/Reconstruction/egamma/egammaValidation/src/EgammaMonitoring.cxx b/Reconstruction/egamma/egammaValidation/src/EgammaMonitoring.cxx index 4385d9e4f33b6a679634c529df04ee35c5985e68..5761c91aeb75410a219f3df58791a7912b9b6591 100644 --- a/Reconstruction/egamma/egammaValidation/src/EgammaMonitoring.cxx +++ b/Reconstruction/egamma/egammaValidation/src/EgammaMonitoring.cxx @@ -19,7 +19,7 @@ #include "xAODEgamma/Electron.h" #include "xAODEgamma/EgammaxAODHelpers.h" #include <AsgTools/AnaToolHandle.h> -#include "ElectronPhotonSelectorTools/IAsgElectronLikelihoodTool.h" +#include "EgammaAnalysisInterfaces/IAsgElectronLikelihoodTool.h" #include <vector> #include <cmath>