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

SiTrigSPSeededTrackFinder: enable flake8 and fix code

parent 3147ed1d
No related branches found
No related tags found
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,!38585InDetTrigVxSecondary+SiTrigSPSeededTrackFinder: cmake and flake8 fixes
......@@ -10,4 +10,4 @@ atlas_add_component( SiTrigSPSeededTrackFinder
LINK_LIBRARIES GaudiKernel TrigInterfacesLib TrigNavigationLib AthenaKernel GeoPrimitives IRegionSelector EventPrimitives SiSPSeededTrackFinderData InDetRecToolInterfaces TrkMeasurementBase TrkParameters TrkRIO_OnTrack TrkTrack TrigInDetEvent TrigSteeringEvent TrigTimeAlgsLib TrkEventUtils )
# 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 TrigMonitorBase.TrigGenericMonitoringToolConfig import defineHistogram, \
TrigGenericMonitoringToolConfig
......@@ -24,7 +24,7 @@ class SiTrigSPSeededTrackFinderMonitorBase(TrigGenericMonitoringToolConfig):
if deta>3:
maxtr = 1000
maxid = 3000
maxseed = 30000
maxseeds = 30000
elif deta>0.7:
maxtr = 400
maxid = 2000
......
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