Skip to content
Snippets Groups Projects
Commit cd7ebe9c authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Fixed the build configuration of TauAnalysisTools.

Didn't do a more thorough cleaning at this point, since the
most up-to-date version still needs to be ported forwards from
the 21.2 branch.
parent 0ea5edd6
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ if( XAOD_STANDALONE ) ...@@ -17,7 +17,7 @@ if( XAOD_STANDALONE )
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEgamma xAODMuon xAODJet LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEgamma xAODMuon xAODJet
xAODTau xAODTracking xAODTruth TruthUtils PATCoreLib PATInterfaces xAODTau xAODTracking xAODTruth TruthUtils PATCoreLib PATInterfaces
tauRecToolsLib MCTruthClassifierLib tauRecToolsLib MCTruthClassifierLib AsgAnalysisInterfaces
PRIVATE_LINK_LIBRARIES AthLinks xAODEventInfo xAODMetaData PathResolver ) PRIVATE_LINK_LIBRARIES AthLinks xAODEventInfo xAODMetaData PathResolver )
else() else()
atlas_add_library( TauAnalysisToolsLib atlas_add_library( TauAnalysisToolsLib
...@@ -27,12 +27,13 @@ else() ...@@ -27,12 +27,13 @@ else()
LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEgamma xAODMuon xAODJet LINK_LIBRARIES ${ROOT_LIBRARIES} AsgTools xAODEgamma xAODMuon xAODJet
xAODTau xAODTracking xAODTruth TruthUtils PATCoreLib PATInterfaces xAODTau xAODTracking xAODTruth TruthUtils PATCoreLib PATInterfaces
ElectronPhotonSelectorToolsLib tauRecToolsLib MCTruthClassifierLib ElectronPhotonSelectorToolsLib tauRecToolsLib MCTruthClassifierLib
AsgAnalysisInterfaces
PRIVATE_LINK_LIBRARIES AthLinks xAODEventInfo xAODMetaData PathResolver ) PRIVATE_LINK_LIBRARIES AthLinks xAODEventInfo xAODMetaData PathResolver )
endif() endif()
if( NOT XAOD_STANDALONE ) if( NOT XAOD_STANDALONE )
atlas_add_component( TauAnalysisTools atlas_add_component( TauAnalysisTools
src/*.cxx src/components/*.cxx src/*.cxx src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps AsgTools xAODTau GaudiKernel LINK_LIBRARIES AthenaBaseComps AsgTools xAODTau GaudiKernel
TauAnalysisToolsLib ) TauAnalysisToolsLib )
endif() endif()
......
// Dear emacs, this is -*- c++ -*- // Dear emacs, this is -*- c++ -*-
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef TAUANALYSISTOOLS_TAUEFFICIENCYTOOL_H #ifndef TAUANALYSISTOOLS_TAUEFFICIENCYTOOL_H
...@@ -29,11 +29,9 @@ ...@@ -29,11 +29,9 @@
#include "TauAnalysisTools/TauEfficiencyEleIDTool.h" #include "TauAnalysisTools/TauEfficiencyEleIDTool.h"
#include "TauAnalysisTools/TauEfficiencyTriggerTool.h" #include "TauAnalysisTools/TauEfficiencyTriggerTool.h"
#if __has_include("PileupReweighting/IPileupReweightingTool.h")
// Tool include(s) // Tool include(s)
#include "AsgAnalysisInterfaces/IPileupReweightingTool.h" #include "AsgAnalysisInterfaces/IPileupReweightingTool.h"
#define TAUANALYSISTOOLS_PRWTOOL_AVAILABLE #define TAUANALYSISTOOLS_PRWTOOL_AVAILABLE
#endif
namespace TauAnalysisTools namespace TauAnalysisTools
{ {
......
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