Skip to content
Snippets Groups Projects
Commit b96b5812 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'depr.egammaValidation-20180326' into 'master'

egammaValidation: Fix deprecation warning.

See merge request atlas/athena!9996

Former-commit-id: 01aff859
parents 0ce3d937 0b89e730
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,7 @@ atlas_depends_on_subdirs( PUBLIC ...@@ -13,8 +13,7 @@ atlas_depends_on_subdirs( PUBLIC
Event/xAOD/xAODEgamma Event/xAOD/xAODEgamma
Event/xAOD/xAODEventInfo Event/xAOD/xAODEventInfo
Event/xAOD/xAODTracking Event/xAOD/xAODTracking
PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools PhysicsAnalysis/Interfaces/EgammaAnalysisInterfaces
PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools
PRIVATE PRIVATE
Control/AthenaBaseComps Control/AthenaBaseComps
TestPolicy TestPolicy
...@@ -26,7 +25,7 @@ atlas_add_library (egammaValidationLib ...@@ -26,7 +25,7 @@ atlas_add_library (egammaValidationLib
PUBLIC_HEADERS egammaValidation PUBLIC_HEADERS egammaValidation
INCLUDE_DIRS INCLUDE_DIRS
PRIVATE_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) PRIVATE_LINK_LIBRARIES AthenaBaseComps TrkValHistUtils)
# add the Module/component library : # add the Module/component library :
...@@ -34,7 +33,7 @@ atlas_add_component (egammmaValidation ...@@ -34,7 +33,7 @@ atlas_add_component (egammmaValidation
src/*.cxx src/components/*.cxx src/*.cxx src/components/*.cxx
INCLUDE_DIRS INCLUDE_DIRS
LINK_LIBRARIES egammaValidationLib GaudiKernel AthenaBaseComps AsgTools xAODEventInfo LINK_LIBRARIES egammaValidationLib GaudiKernel AthenaBaseComps AsgTools xAODEventInfo
xAODEgamma xAODTracking ElectronPhotonSelectorToolsLib TrkValHistUtils ElectronPhotonSelectorToolsLib AsgAnalysisInterfaces) xAODEgamma xAODTracking TrkValHistUtils AsgAnalysisInterfaces)
# Install JO/python files from the package: # Install JO/python files from the package:
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py )
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "GaudiKernel/ITHistSvc.h" #include "GaudiKernel/ITHistSvc.h"
#include "AthenaBaseComps/AthAlgorithm.h" #include "AthenaBaseComps/AthAlgorithm.h"
#include <AsgTools/AnaToolHandle.h> #include <AsgTools/AnaToolHandle.h>
#include "ElectronPhotonSelectorTools/IAsgElectronLikelihoodTool.h" #include "EgammaAnalysisInterfaces/IAsgElectronLikelihoodTool.h"
#include "TFile.h" #include "TFile.h"
#include "TH1.h" #include "TH1.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "xAODEgamma/Electron.h" #include "xAODEgamma/Electron.h"
#include "xAODEgamma/EgammaxAODHelpers.h" #include "xAODEgamma/EgammaxAODHelpers.h"
#include <AsgTools/AnaToolHandle.h> #include <AsgTools/AnaToolHandle.h>
#include "ElectronPhotonSelectorTools/IAsgElectronLikelihoodTool.h" #include "EgammaAnalysisInterfaces/IAsgElectronLikelihoodTool.h"
#include <vector> #include <vector>
#include <cmath> #include <cmath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment