Skip to content
Snippets Groups Projects
Commit b54dc494 authored by Albert Lopez Huertas's avatar Albert Lopez Huertas
Browse files

Use testfileDB

parent b2d283a1
No related branches found
No related tags found
1 merge request!2373Re-add bremsstrahlung test
Pipeline #6614088 failed
###############################################################################
# (c) Copyright 2019 CERN for the benefit of the LHCb Collaboration #
# (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". #
......@@ -183,27 +183,15 @@ def all_lines():
public_tools = [stateProvider_with_simplified_geom()]
# ft decoding Version
default_ft_decoding_version.global_bind(value=8)
default_ft_decoding_version.global_bind(value=6)
# Use velo retina decoding:
make_VeloClusterTrackingSIMD.global_bind(
algorithm=VeloRetinaClusterTrackingSIMD)
make_velo_full_clusters.global_bind(
make_full_cluster=VPRetinaFullClusterDecoder)
from RecoConf.calorimeter_reconstruction import make_digits
options.input_files = [
'root://x509up_u137380@eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Dev/DIGI/00205665/0000/00205665_00000051_1.digi'
]
options.dddb_tag = 'dddb-20231017'
options.conddb_tag = 'sim-20231017-vc-md100'
options.geometry_version = 'run3/trunk'
options.conditions_version = 'master'
options.simulation = True
options.data_type = "Upgrade"
options.set_input_and_conds_from_testfiledb('expected-2024_B2JpsiK_ee_MD')
options.input_type = 'ROOT'
options.evt_max = 1000
......
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