From bf0e565321fb89ac5524274a28e8c6193dfe7170 Mon Sep 17 00:00:00 2001 From: Kin Yip Fung <kin.yip.fung@cern.ch> Date: Tue, 9 Jan 2024 14:29:41 +0100 Subject: [PATCH] Fix BPHY18TruthThinTool --- .../DerivationFrameworkBPhys/python/BPHY18.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/python/BPHY18.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/python/BPHY18.py index c1236ba45262..f99511340fb8 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/python/BPHY18.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkBPhys/python/BPHY18.py @@ -234,7 +234,7 @@ def BPHY18Cfg(ConfigFlags): InDetTrackParticlesKey = "InDetTrackParticles") BPHY18TruthThinTool = CompFactory.DerivationFramework.GenericTruthThinning(name = "BPHY18TruthThinTool", - ParticleSelectionString = "abs(TruthParticles.pdgId) == 11 || abs(TruthParticles.pdgId) == 13 || abs(TruthParticles.pdgId) == 10311 || abs(TruthParticles.pdgId) == 521 || abs(TruthParticles.pdgId) == 523 || TruthParticles.pdgId == 511 || TruthParticles.pdgId == 513", + ParticleSelectionString = "abs(TruthParticles.pdgId) == 11 || abs(TruthParticles.pdgId) == 13 || abs(TruthParticles.pdgId) == 10311 || abs(TruthParticles.pdgId) == 521 || abs(TruthParticles.pdgId) == 523 || abs(TruthParticles.pdgId) == 511 || abs(TruthParticles.pdgId) == 513", PreserveDescendants = True, StreamName = streamName, PreserveAncestors = True) -- GitLab