Skip to content
Snippets Groups Projects

Updates and cleanings for the 2024 ion run

Merged Benjamin Audurier requested to merge baudurie_ion_2024 into 2024-patches
All threads resolved!
Compare and Show latest version
2 files
+ 0
44
Compare changes
  • Side-by-side
  • Inline
Files
2
###############################################################################
# (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.output_file = 'hlt1_expected-2024-PbAr-minbias-xdigi.dst'
options.output_type = 'ROOT'
options.output_manifest_file = "hlt1_expected-2024-PbAr-minbias-xdigi.tck.json"
options.set_input_and_conds_from_testfiledb('expected-2024-PbAr-minbias-digi')
options.evt_max = 500
Loading