Skip to content
Snippets Groups Projects

[RTADPA BW Tests] Introducing an Hlt1-bandwidth test via Moore_in_Allen

Merged Luke Grazette requested to merge lugrazet-BW-initialhlt1test into master
All threads resolved!
2 files
+ 14
6
Compare changes
  • Side-by-side
  • Inline
Files
2
###############################################################################
# (c) Copyright 2023 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
'''
Configure input files for the Hlt1 bandwidth tests
@@ -9,7 +19,6 @@ If updating, please also update hlt1_bandwidth.yaml
'''
from Moore import options
from RecoConf.calorimeter_reconstruction import make_digits
options.set_input_and_conds_from_testfiledb(
'MiniBrunel_2018_MinBias_FTv4_DIGI')
Loading