Skip to content
Snippets Groups Projects

New HLT2 sequences for PbPb data taking with and without UT

Merged Oscar Boente Garcia requested to merge RTA_audurier into master
Files
12
###############################################################################
# (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, run_reconstruction
from RecoConf.standalone import standalone_hlt2_light_reco_ion
from RecoConf.hlt2_tracking import make_hlt2_tracks_ion
from RecoConf.event_filters import require_gec
with require_gec.bind(cut=40000), \
make_hlt2_tracks_ion.bind( fast_reco=True, use_pr_kf=True, post_fit_selection='(TrGHOSTPROB<0.9999)'):
run_reconstruction(options, standalone_hlt2_light_reco_ion)
Loading