Skip to content
Snippets Groups Projects

Additional PV reconstruction qmtest

Merged Bogdan Kutsenko requested to merge bokutsen_NominalBeamline_qmtest into master
All threads resolved!
Files
7
###############################################################################
# (c) Copyright 2024 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. #
###############################################################################
from Moore import options
from RecoConf.decoders import default_VeloCluster_source
# Use velo retina decoding:
default_VeloCluster_source.global_bind(bank_type="VPRetinaCluster")
options.set_input_and_conds_from_testfiledb(
'expected_2024_minbias_digi_nominal_beam_line')
options.evt_max = 1000
Loading