Skip to content
Snippets Groups Projects

Beamline inclination qmtest for HLT1 PV reconstruction

Open Bogdan Kutsenko requested to merge bokutsen_beam_inclination into master
All threads resolved!
Files
7
###############################################################################
# (c) Copyright 2019 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_SMOG")
options.evt_max = 1000
Loading