From 26ed0848ce0574262cade39cd4551ab9e46b2537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20V=C3=A1zquez=20Sierra?= <carlos.vazquez@cern.ch> Date: Mon, 17 Jul 2023 19:03:47 +0200 Subject: [PATCH] Adding StrippingALP2TauTau to be ran ONLY in 2017. --- .../StrippingSelections/StrippingQEE/StrippingALP2TauTau.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Phys/StrippingSelections/python/StrippingSelections/StrippingQEE/StrippingALP2TauTau.py b/Phys/StrippingSelections/python/StrippingSelections/StrippingQEE/StrippingALP2TauTau.py index 5b1ee169a..94a7a9fad 100644 --- a/Phys/StrippingSelections/python/StrippingSelections/StrippingQEE/StrippingALP2TauTau.py +++ b/Phys/StrippingSelections/python/StrippingSelections/StrippingQEE/StrippingALP2TauTau.py @@ -1,5 +1,5 @@ ############################################################################### -# (c) Copyright 2000-2021 CERN for the benefit of the LHCb Collaboration # +# (c) Copyright 2000-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". # @@ -20,7 +20,7 @@ from StrippingUtils.Utils import LineBuilder ''' Stripping lines for ALP -> tautau searches (both displaced and prompt). Various decay mode combinations of the tau leptons are considered. -Authots: Xabier Cid Vidal, Carlos Vazquez Sierra. +Authors: Xabier Cid Vidal, Carlos Vazquez Sierra. ''' __all__ = ('ALP2TauTauConf', 'default_config') -- GitLab