Skip to content
Snippets Groups Projects

BnoC LineConfigDictionaries and init file

Merged Youhua Yang requested to merge BnoC_LineDicts_2018-patches into BnoC_2018-patches
4 files
+ 1252
10
Compare changes
  • Side-by-side
  • Inline
Files
4
###############################################################################
# (c) Copyright 2019 CERN for the benefit of the LHCb Collaboration #
# (c) Copyright 2019-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". #
@@ -9,15 +9,10 @@
# or submit itself to any jurisdiction. #
###############################################################################
_selections = ('StrippingB2CharmlessInclusive', 'StrippingB2HHPi0',
'StrippingB2KShh', 'StrippingB2hhpipiPhsSpcCut',
'StrippingLb2V0hh', 'StrippingLb2V0pp', 'StrippingBu2KSh',
'StrippingB2HHBDT', 'StrippingB2LambdapppLines',
'StrippingBs2Kst_0Kst_0', 'StrippingXb2p3h_raw',
'StrippingXib2LbXLb2ph', 'StrippingHb2ppX',
'StrippingXibm2V03h', 'StrippingXibm2hyperon_hh_4h',
'StrippingB2LambdaLambdabarKLines',
'StrippingB2L0phh','StrippingB2Ksthh','StrippingB2Etaph')
_selections = ('StrippingB2Etaph', 'StrippingB2Ksthh', 'StrippingB2LambdaLambdabarKLines',
'StrippingB2L0phh', 'StrippingBs2PhiKst0',
'StrippingHb2ppX','StrippingXibm2V03h', 'StrippingXibm2hyperon_hh_4h',
)
for _sel in _selections:
try:
Loading