From 7a8fc2315bf2b6374ce462dc182bf789ee06ebf8 Mon Sep 17 00:00:00 2001 From: xchen <xin.chen@cern.ch> Date: Sun, 30 Mar 2025 13:38:27 +0200 Subject: [PATCH] Update BPHY25 --- .../DerivationFrameworkBPhys/python/BPHY25.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/python/BPHY25.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/python/BPHY25.py index e6072f837705..0a820befb4ab 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/python/BPHY25.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/python/BPHY25.py @@ -753,7 +753,7 @@ def BPHY25Cfg(flags): list_2V0A_obj[i].JpsiMassLowerCut = Jpsi_lo list_2V0A_obj[i].JpsiMassUpperCut = Jpsi_hi list_2V0A_obj[i].MassLowerCut = 0. - list_2V0A_obj[i].MassUpperCut = 9400. + list_2V0A_obj[i].MassUpperCut = 100000. list_2V0A_obj[i].CascadeVertexCollections = ["BPHY25_"+list_2V0A_hypo[i]+"_CascadeVtx1","BPHY25_"+list_2V0A_hypo[i]+"_CascadeVtx2","BPHY25_"+list_2V0A_hypo[i]+"_CascadeMainVtx"] list_2V0A_obj[i].HasJXSubVertex = False list_2V0A_obj[i].HasJXV02SubVertex = False -- GitLab