Skip to content
Snippets Groups Projects
Commit a6f878d5 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'cmake.DataQualityTools-20200816' into 'master'

DataQualityTools+PrimaryDPDMaker+MissingETPerformance: cmake fixes

See merge request atlas/athena!35650
parents 6c0ecc3e 334db666
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,!35650DataQualityTools+PrimaryDPDMaker+MissingETPerformance: cmake fixes
......@@ -5,52 +5,6 @@
# Declare the package name:
atlas_subdir( DataQualityTools )
# Declare the package's dependencies:
atlas_depends_on_subdirs(
Calorimeter/CaloGeoHelpers
Control/AthenaBaseComps
Control/AthenaMonitoring
Control/StoreGate
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODEventInfo
Event/xAOD/xAODJet
Event/xAOD/xAODMissingET
Event/xAOD/xAODMuon
Event/xAOD/xAODTracking
ForwardDetectors/LUCID/LUCID_RawEvent
ForwardDetectors/ZDC/ZdcEvent
ForwardDetectors/ZDC/ZdcIdentifier
GaudiKernel
InnerDetector/InDetDetDescr/InDetIdentifier
InnerDetector/InDetRawEvent/InDetRawData
InnerDetector/InDetDetDescr/InDetReadoutGeometry
InnerDetector/InDetRecEvent/InDetPrepRawData
LArCalorimeter/LArRawEvent
LArCalorimeter/LArRecEvent
MagneticField/MagFieldInterfaces
MuonSpectrometer/MuonCalib/MuonCalibITools
MuonSpectrometer/MuonIdHelpers
MuonSpectrometer/MuonRDO
MuonSpectrometer/MuonReconstruction/MuonRecTools/MuonRecHelperTools
PhysicsAnalysis/AnalysisCommon/IsolationSelection
PhysicsAnalysis/EventTag/TagEvent
PhysicsAnalysis/MuonID/MuonSelectorTools
Reconstruction/RecBackground/RecBackgroundEvent
Reconstruction/RecoTools/RecoToolInterfaces
TileCalorimeter/TileEvent
Tools/LWHists
Tracking/TrkEvent/TrkParameters
Tracking/TrkExtrapolation/TrkExInterfaces
Trigger/TrigAnalysis/TrigDecisionTool
Trigger/TrigEvent/TrigCaloEvent
Trigger/TrigEvent/TrigMuonEvent
Trigger/TrigEvent/TrigParticle
Trigger/TrigT1/TrigT1Result
PhysicsAnalysis/MuonID/MuonSelectorTools
MagneticField/MagFieldElements
MagneticField/MagFieldConditions
)
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
......@@ -62,7 +16,7 @@ atlas_add_component( DataQualityTools
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AthenaBaseComps AthenaMonitoringLib StoreGateLib SGtests xAODCaloEvent xAODEventInfo xAODJet xAODMissingET xAODMuon xAODTracking LUCID_RawEvent ZdcEvent ZdcIdentifier GaudiKernel InDetIdentifier InDetRawData InDetReadoutGeometry InDetPrepRawData LArRawEvent LArRecEvent MagFieldInterfaces MuonCalibITools MuonIdHelpersLib MuonRDO MuonRecHelperToolsLib TagEvent RecBackgroundEvent RecoToolInterfaces TileEvent LWHists TrkParameters TrkExInterfaces TrkVertexAnalysisUtilsLib TrigDecisionToolLib TrigCaloEvent TrigMuonEvent TrigParticle TrigT1Result MuonSelectorToolsLib MagFieldElements MagFieldConditions)
LINK_LIBRARIES ${ROOT_LIBRARIES} CaloGeoHelpers AthenaBaseComps AthenaMonitoringLib StoreGateLib SGtests xAODCaloEvent xAODEventInfo xAODJet xAODMissingET xAODMuon xAODTracking LUCID_RawEvent ZdcEvent ZdcIdentifier GaudiKernel InDetIdentifier InDetRawData InDetReadoutGeometry InDetPrepRawData LArRawEvent LArRecEvent MagFieldInterfaces MuonCalibITools MuonIdHelpersLib MuonRDO MuonRecHelperToolsLib TagEvent RecBackgroundEvent RecoToolInterfaces TileEvent LWHists TrkParameters TrkExInterfaces TrkVertexAnalysisUtilsLib TrigDecisionToolLib TrigCaloEvent TrigMuonEvent TrigParticle TrigT1Result MuonSelectorToolsLib MagFieldElements MagFieldConditions IsolationSelectionLib )
# Install files from the package:
atlas_install_python_modules( python/*.py )
......
......@@ -5,50 +5,6 @@
# Declare the package name:
atlas_subdir( PrimaryDPDMaker )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Calorimeter/CaloEvent
Control/AthenaBaseComps
Control/AthenaKernel
Control/AthLinks
Control/AthContainers
Control/StoreGate
PhysicsAnalysis/DerivationFramework/DerivationFrameworkInterfaces
DetectorDescription/IRegionSelector
DetectorDescription/Identifier
Event/EventKernel
GaudiKernel
InnerDetector/InDetDetDescr/InDetIdentifier
InnerDetector/InDetDetDescr/InDetReadoutGeometry
InnerDetector/InDetDetDescr/TRT_ReadoutGeometry
InnerDetector/InDetRecEvent/InDetPrepRawData
Reconstruction/Particle
Tracking/TrkEvent/TrkTrack
Tracking/TrkTools/TrkToolInterfaces
PRIVATE
DetectorDescription/RoiDescriptor
Event/FourMom
Event/FourMomUtils
Event/NavFourMom
Event/xAOD/xAODEventInfo
Event/xAOD/xAODMuon
Event/xAOD/xAODTracking
InnerDetector/InDetRecEvent/InDetRIO_OnTrack
LArCalorimeter/LArRecEvent
PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent
PhysicsAnalysis/MuonID/MuonSelectorTools
Reconstruction/Jet/JetEvent
Reconstruction/MuonIdentification/muonEvent
Reconstruction/egamma/egammaEvent
Reconstruction/tauEvent
TileCalorimeter/TileEvent
TileCalorimeter/TileIdentifier
Tracking/TrkEvent/TrkParameters
Tracking/TrkEvent/TrkParticleBase
Tracking/TrkEvent/TrkPseudoMeasurementOnTrack
Tracking/TrkEvent/TrkTrackSummary
Tracking/TrkEvent/VxVertex )
# External dependencies:
find_package( CLHEP )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
......@@ -60,7 +16,7 @@ atlas_add_library( PrimaryDPDMakerLib
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} CaloEvent AthenaBaseComps AthenaKernel AthLinks AthContainers IRegionSelector Identifier EventKernel GaudiKernel InDetIdentifier InDetReadoutGeometry InDetPrepRawData Particle TrkTrack TrkToolInterfaces StoreGateLib SGtests
LINK_LIBRARIES ${CLHEP_LIBRARIES} CaloEvent AthenaBaseComps AthenaKernel AthLinks AthContainers IRegionSelector Identifier EventKernel GaudiKernel InDetIdentifier InDetReadoutGeometry InDetPrepRawData Particle TrkTrack TrkToolInterfaces StoreGateLib SGtests DerivationFrameworkInterfaces
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} RoiDescriptor FourMom FourMomUtils NavFourMom xAODEventInfo xAODMuon xAODTracking InDetRIO_OnTrack LArRecEvent AnalysisTriggerEvent MuonSelectorToolsLib JetEvent muonEvent egammaEvent tauEvent TileEvent TileIdentifier TrkParameters TrkParticleBase TrkPseudoMeasurementOnTrack TrkTrackSummary VxVertex )
atlas_add_component( PrimaryDPDMaker
......
......@@ -5,44 +5,6 @@
# Declare the package name:
atlas_subdir( MissingETPerformance )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Calorimeter/CaloConditions
Calorimeter/CaloEvent
Calorimeter/CaloInterface
Control/AthenaBaseComps
Control/SGTools
Control/StoreGate
GaudiKernel
Generators/GeneratorObjects
Generators/AtlasHepMC
LArCalorimeter/LArRecConditions
PhysicsAnalysis/AnalysisCommon/AnalysisTools
PhysicsAnalysis/AnalysisTrigger/AnalysisTriggerEvent
PhysicsAnalysis/TruthParticleID/McParticleEvent
Reconstruction/Jet/JetEvent
Reconstruction/Jet/JetUtils
Reconstruction/MissingETEvent
Reconstruction/MissingETGoodness
Reconstruction/MuonIdentification/muonEvent
Reconstruction/Particle
Reconstruction/egamma/egammaEvent
Trigger/TrigAnalysis/TrigDecisionTool
Trigger/TrigEvent/TrigCaloEvent
Trigger/TrigEvent/TrigInDetEvent
Trigger/TrigEvent/TrigMissingEtEvent
Trigger/TrigEvent/TrigMuonEvent
PRIVATE
Control/AthenaKernel
Calorimeter/CaloGeoHelpers
Event/FourMom
Event/FourMomUtils
Event/xAOD/xAODEventInfo
Generators/GenAnalysisTools/TruthHelper
Reconstruction/tauEvent
Tracking/TrkEvent/VxVertex
Trigger/TrigConfiguration/TrigConfL1Data )
# External dependencies:
find_package( Boost COMPONENTS filesystem thread system )
find_package( CLHEP )
......@@ -59,7 +21,7 @@ atlas_add_library( MissingETPerformanceLib
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CaloConditions CaloEvent AthenaBaseComps SGTools GaudiKernel GeneratorObjects LArRecConditions AnalysisTriggerEvent McParticleEvent JetEvent JetUtils MissingETEvent muonEvent Particle egammaEvent TrigCaloEvent TrigInDetEvent TrigMissingEtEvent TrigMuonEvent StoreGateLib SGtests AthAnalysisToolsLib MissingETGoodnessLib TrigDecisionToolLib
LINK_LIBRARIES ${ROOT_LIBRARIES} ${CLHEP_LIBRARIES} CaloConditions CaloEvent AthenaBaseComps SGTools GaudiKernel GeneratorObjects LArRecConditions AnalysisTriggerEvent McParticleEvent JetEvent JetUtils MissingETEvent muonEvent Particle egammaEvent TrigCaloEvent TrigInDetEvent TrigMissingEtEvent TrigMuonEvent StoreGateLib SGtests AthAnalysisToolsLib MissingETGoodnessLib TrigDecisionToolLib CaloInterfaceLib
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} AtlasHepMCLib AthenaKernel CaloGeoHelpers FourMom FourMomUtils xAODEventInfo TruthHelper tauEvent VxVertex TrigConfL1Data )
atlas_add_component( MissingETPerformance
......
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