Skip to content
Snippets Groups Projects

TrigEDMConfig: Move flake8 checking to build stage

Merged Frank Winklmeier requested to merge fwinkl/athena:trig_flake8 into master
All threads resolved!
3 files
+ 17
24
Compare changes
  • Side-by-side
  • Inline
Files
3
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
# ************************* WARNING ***************************
# ************************* WARNING ***************************
#
#
@@ -252,8 +252,8 @@ TriggerEFList = [
@@ -252,8 +252,8 @@ TriggerEFList = [
('CaloCellContainer#HLT_TrigCaloCellLoF', 'BS ESD', 'Calo') # category?
('CaloCellContainer#HLT_TrigCaloCellLoF', 'BS ESD', 'Calo') # category?
#
#
# examples for the configuration of a collection that goes *only* into a data-scouting streams
# examples for the configuration of a collection that goes *only* into a data-scouting streams
# but not into the full event (flag with 'DS')
# but not into the full event (flag with 'DS')
# ('TrackCollection#HLT_InDetTrigTracksIDCalib', 'DS ESD AODFULL AODSLIM', 'EgammaDS'),
# ('TrackCollection#HLT_InDetTrigTracksIDCalib', 'DS ESD AODFULL AODSLIM', 'EgammaDS'),
# ('TrigRoiDescriptor#HLT_secondaryRoI_EF', 'DS ESD AODFULL AODSLIM', 'EgammaDS'),
# ('TrigRoiDescriptor#HLT_secondaryRoI_EF', 'DS ESD AODFULL AODSLIM', 'EgammaDS'),
]
]
Loading