Skip to content
Snippets Groups Projects
Commit 6a865ae3 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'triggenericalgs' into 'master'

TrigGenericAlgs: cmake cleanup, enable flake8

See merge request atlas/athena!34937
parents f529b27c 5fb2cdd8
No related branches found
No related tags found
No related merge requests found
################################################################################ # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Package: TrigGenericAlgs
################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( TrigGenericAlgs ) atlas_subdir( TrigGenericAlgs )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PUBLIC
Event/xAOD/xAODTrigL1Calo
Event/xAOD/xAODTrigMuon
Event/xAOD/xAODTrigger
Trigger/TrigAlgorithms/TrigL2MuonSA
Trigger/TrigConfiguration/TrigConfInterfaces
Trigger/TrigEvent/TrigCaloEvent
Trigger/TrigEvent/TrigMuonEvent
Trigger/TrigSteer/TrigInterfaces
Trigger/TrigT1/TrigT1Interfaces
Trigger/TrigTools/TrigMuonToolInterfaces
PRIVATE
Control/AthenaKernel
Control/AthenaMonitoring
DetectorDescription/IRegionSelector
Event/ByteStreamCnvSvcBase
GaudiKernel
Trigger/TrigConfiguration/TrigConfL1Data
Trigger/TrigEvent/TrigNavigation
Trigger/TrigEvent/TrigSteeringEvent
Trigger/TrigT1/TrigT1Result
Trigger/TrigT1/L1Topo/L1TopoConfig
Trigger/TrigT1/L1Topo/L1TopoRDO
Trigger/TrigMonitoring/TrigMonitorBase
Trigger/TrigSteer/DecisionHandling
Trigger/TrigSteer/TrigSteering )
# External dependencies: # External dependencies:
find_package( Boost COMPONENTS filesystem thread system ) find_package( Boost )
find_package( CLHEP ) find_package( CLHEP )
find_package( tdaq-common COMPONENTS CTPfragment ) find_package( tdaq-common COMPONENTS CTPfragment eformat )
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( TrigGenericAlgs atlas_add_component( TrigGenericAlgs
src/*.cxx src/*.cxx
src/components/*.cxx src/components/*.cxx
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${TDAQ-COMMON_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS} INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${TDAQ-COMMON_INCLUDE_DIRS} ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${Boost_LIBRARIES} ${TDAQ-COMMON_LIBRARIES} ${CLHEP_LIBRARIES} LINK_LIBRARIES ${Boost_LIBRARIES} ${CLHEP_LIBRARIES} ${TDAQ-COMMON_LIBRARIES} AthenaKernel AthenaMonitoringKernelLib ByteStreamCnvSvcBaseLib CxxUtils DecisionHandlingLib EventInfo GaudiKernel IRegionSelector L1TopoConfig L1TopoRDO RoiDescriptor TrigConfHLTData TrigConfInterfaces TrigConfL1Data TrigInterfacesLib TrigL2MuonSALib TrigMuonToolInterfaces TrigNavigationLib TrigParticle TrigSteeringEvent TrigSteeringLib TrigT1Interfaces TrigT1Result xAODTrigL1Calo xAODTrigMuon xAODTrigger )
xAODTrigL1Calo xAODTrigMuon xAODTrigger TrigL2MuonSALib TrigCaloEvent TrigMuonEvent
TrigInterfacesLib TrigT1Interfaces AthenaKernel IRegionSelector ByteStreamCnvSvcBaseLib
GaudiKernel TrigConfL1Data TrigNavigationLib TrigSteeringEvent TrigT1Result L1TopoConfig
L1TopoRDO TrigMonitorBaseLib TrigSteeringLib DecisionHandlingLib )
# Install files from the package: # Install files from the package:
atlas_install_headers( TrigGenericAlgs ) atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} --extend-extensions=ATL900,ATL901 )
atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# flake8: noqa (legacy code)
from TrigMonitorBase.TrigGenericMonitoringToolConfig import defineHistogram, TrigGenericMonitoringToolConfig from TrigMonitorBase.TrigGenericMonitoringToolConfig import defineHistogram, TrigGenericMonitoringToolConfig
class L1CorrelationAlgoMonitoring(TrigGenericMonitoringToolConfig): class L1CorrelationAlgoMonitoring(TrigGenericMonitoringToolConfig):
......
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