diff --git a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/CMakeLists.txt b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/CMakeLists.txt index 19deef5c9944384694f41f2b955673255b409b6b..212e83ee62c19d37eab82aeb339952682808bdd5 100644 --- a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/CMakeLists.txt +++ b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/CMakeLists.txt @@ -26,8 +26,7 @@ atlas_depends_on_subdirs( PUBLIC Event/xAOD/xAODParticleEvent Event/xAOD/xAODTau Event/xAOD/xAODTracking - Event/xAOD/xAODTruth - Generators/TruthUtils ) + Event/xAOD/xAODTruth ) # External dependencies: find_package( Boost COMPONENTS filesystem thread system ) @@ -41,10 +40,10 @@ atlas_add_library( ExpressionEvaluationLib INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS} LINK_LIBRARIES ${ROOT_LIBRARIES} AthContainers SGTools GaudiKernel StoreGateLib SGtests TrigDecisionToolLib - PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} xAODBTagging xAODBase xAODCaloEvent xAODEgamma xAODEventInfo xAODEventShape xAODJet xAODMissingET xAODMuon xAODPFlow xAODParticleEvent xAODTau xAODTracking xAODTruth TruthUtils ) + PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} xAODBTagging xAODBase xAODCaloEvent xAODEgamma xAODEventInfo xAODEventShape xAODJet xAODMissingET xAODMuon xAODPFlow xAODParticleEvent xAODTau xAODTracking xAODTruth ) atlas_add_component( ExpressionEvaluation src/components/*.cxx INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} AthContainers SGTools StoreGateLib SGtests GaudiKernel TrigDecisionToolLib xAODBTagging xAODBase xAODCaloEvent xAODEgamma xAODEventInfo xAODEventShape xAODJet xAODMissingET xAODMuon xAODPFlow xAODParticleEvent xAODTau xAODTracking xAODTruth TruthUtils ExpressionEvaluationLib ) + LINK_LIBRARIES ${ROOT_LIBRARIES} ${Boost_LIBRARIES} AthContainers SGTools StoreGateLib SGtests GaudiKernel TrigDecisionToolLib xAODBTagging xAODBase xAODCaloEvent xAODEgamma xAODEventInfo xAODEventShape xAODJet xAODMissingET xAODMuon xAODPFlow xAODParticleEvent xAODTau xAODTracking xAODTruth ExpressionEvaluationLib ) diff --git a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/src/SGxAODProxyLoader.cxx b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/src/SGxAODProxyLoader.cxx index a819dcc58b1f19881f092504845f6558899b67d4..0a02b26a2664410c1ddbc81a1746b88cd1d16b82 100644 --- a/PhysicsAnalysis/CommonTools/ExpressionEvaluation/src/SGxAODProxyLoader.cxx +++ b/PhysicsAnalysis/CommonTools/ExpressionEvaluation/src/SGxAODProxyLoader.cxx @@ -64,9 +64,6 @@ #include "xAODParticleEvent/CompositeParticleContainer.h" #include "xAODTracking/TrackMeasurementValidationContainer.h" -// For the MC PDG ID helpers -#include "TruthUtils/PIDHelpers.h" - #include <algorithm> #include <boost/algorithm/string.hpp>