Skip to content
Snippets Groups Projects
Commit 36765e32 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'GlobalTriggerEff' into 'master'

Enable package filters for TrigGlobalEfficiencyCorrection

See merge request !38659
parents a33c5e04 e9f5d03b
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!38659Enable package filters for TrigGlobalEfficiencyCorrection
......@@ -12,7 +12,6 @@
#+ PhysicsAnalysis/BPhys/BPhysTools
#+ PhysicsAnalysis/DerivationFramework/DerivationFrameworkAnalysisTests
#+ Reconstruction/Jet/BoostedJetTaggers
#+ Trigger/TrigAnalysis/TrigGlobalEfficiencyCorrection
#+ Trigger/TriggerSimulation/TrigBtagEmulationTool
......@@ -111,6 +110,7 @@
+ Trigger/TrigAnalysis/TrigAnalysisInterfaces
+ Trigger/TrigAnalysis/TrigBunchCrossingTool
+ Trigger/TrigAnalysis/TrigDecisionTool
+ Trigger/TrigAnalysis/TrigGlobalEfficiencyCorrection
+ Trigger/TrigAnalysis/TrigTauAnalysis/TrigTauMatching
+ Trigger/TrigAnalysis/TriggerMatchingTool
+ Trigger/TrigConfiguration/TrigConfBase
......
......@@ -17,7 +17,7 @@ atlas_add_library( TrigGlobalEfficiencyCorrectionLib
#PUBLIC_HEADERS TrigGlobalEfficiencyCorrection/TrigGlobalEfficiencyCorrectionTool.h
PUBLIC_HEADERS TrigGlobalEfficiencyCorrection
PRIVATE_INCLUDE_DIRS ${BOOST_INCLUDE_DIRS} TriggerAnalysisInterfaces
LINK_LIBRARIES AsgTools xAODEgamma xAODMuon TriggerAnalysisInterfaces AthAnalysisBaseCompsLib EgammaAnalysisInterfacesLib MuonAnalysisInterfacesLib xAODEventInfo PathResolver TriggerMatchingToolLib
LINK_LIBRARIES AsgTools xAODEgamma xAODMuon TriggerAnalysisInterfaces EgammaAnalysisInterfacesLib MuonAnalysisInterfacesLib xAODEventInfo PathResolver TriggerMatchingToolLib
PRIVATE_LINK_LIBRARIES ${BOOST_LIBRARIES}
)
......@@ -36,7 +36,7 @@ atlas_add_dictionary( TrigGlobalEfficiencyCorrectionDict
set( pool_lib )
if( NOT XAOD_STANDALONE )
set( pool_lib POOLRootAccessLib )
set( pool_lib POOLRootAccessLib AthAnalysisBaseCompsLib )
endif()
foreach(example TrigGlobEffCorrExample0 TrigGlobEffCorrExample1
......
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