Skip to content
Snippets Groups Projects
Commit b94d2b88 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TrigIDTPMonitor: cmake cleanup, enable flake8

parent d346fefb
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: TrigIDTPMonitor
################################################################################
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( TrigIDTPMonitor )
# Declare the package's dependencies:
atlas_depends_on_subdirs( PRIVATE
Control/AthLinks
Event/EventInfo
Event/xAOD/xAODEgamma
Event/xAOD/xAODCaloEvent
Event/xAOD/xAODEventInfo
Event/xAOD/xAODMuon
Event/xAOD/xAODTracking
Event/xAOD/xAODTrigBphys
GaudiKernel
Trigger/TrigConfiguration/TrigConfHLTData
Trigger/TrigEvent/TrigBphysicsEvent
Trigger/TrigEvent/TrigParticle
Trigger/TrigEvent/TrigSteeringEvent
Trigger/TrigSteer/TrigInterfaces )
# Component(s) in the package:
atlas_add_component( TrigIDTPMonitor
src/*.cxx
src/components/*.cxx
LINK_LIBRARIES AthLinks EventInfo xAODEgamma xAODCaloEvent xAODEventInfo xAODMuon xAODTracking xAODTrigBphys GaudiKernel TrigConfHLTData TrigBphysicsEvent TrigParticle TrigSteeringEvent TrigInterfacesLib )
LINK_LIBRARIES AthLinks EventInfo GaudiKernel TrigConfHLTData TrigInterfacesLib TrigSteeringEvent xAODCaloEvent xAODEgamma xAODEventInfo xAODMuon xAODTracking xAODTrigBphys )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
from TrigIDTPMonitor.TrigIDTPMonitorConf import TrigIDTPMonitor, TrigIDTPMonitorElectron
from AthenaCommon.AppMgr import ToolSvc
class IDTPMonitor (TrigIDTPMonitor):
__slots__ = []
def __init__(self, name = "IDTPMonitor"):
......
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