Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Sherwood
athena
Commits
b94d2b88
Commit
b94d2b88
authored
4 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
TrigIDTPMonitor: cmake cleanup, enable flake8
parent
d346fefb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Trigger/TrigMonitoring/TrigIDTPMonitor/CMakeLists.txt
+4
-23
4 additions, 23 deletions
Trigger/TrigMonitoring/TrigIDTPMonitor/CMakeLists.txt
Trigger/TrigMonitoring/TrigIDTPMonitor/python/TrigIDTPMonitorConfig.py
+1
-3
1 addition, 3 deletions
...onitoring/TrigIDTPMonitor/python/TrigIDTPMonitorConfig.py
with
5 additions
and
26 deletions
Trigger/TrigMonitoring/TrigIDTPMonitor/CMakeLists.txt
+
4
−
23
View file @
b94d2b88
################################################################################
# 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
}
)
This diff is collapsed.
Click to expand it.
Trigger/TrigMonitoring/TrigIDTPMonitor/python/TrigIDTPMonitorConfig.py
+
1
−
3
View file @
b94d2b88
# Copyright (C) 2002-20
17
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-20
20
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
"
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment