Skip to content
Snippets Groups Projects

[RTADPA BW Tests] New Sprucing bandwidth test using latest-available HLT2 input.

Merged Luke Grazette requested to merge lugrazet-BW-spruce-ydayshlt2 into master
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 Sprucing bandwidth test on 'previous-hlt2'
This is needed for the qmtest in Moore.
For the test in LHCbPR, the input files are configured by
$PRCONFIGROOT/python/MooreTests/run_bandwidth_test_jobs.py
If updating, please also inform one of: @lugrazet @rjhunter @shunan
'''
from Moore import options
options.dddb_tag = "dddb-20171010"
options.conddb_tag = "sim-20170301-vc-md100"
options.simulation = True
options.input_type = 'MDF'
options.evt_max = 100
options.n_threads = 1
options.data_type = 'Upgrade'
options.input_raw_format = 0.5
options.input_files = [
'mdf:root://eoslhcb.cern.ch//eos/lhcb/storage/lhcbpr/www/UpgradeRateTest/hlt2_bw_testing__production__full.mdf'
]
options.input_manifest_file = 'root://eoslhcb.cern.ch//eos/lhcb/storage/lhcbpr/www/UpgradeRateTest/hlt2_bw_testing__production.tck.json'
Loading