Skip to content
Snippets Groups Projects
Commit 902872bc authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'bphy18fix' into 'main'

Fix BPHY18TruthThinTool

See merge request !68085
parents cf3343fe bf0e5653
No related branches found
No related tags found
1 merge request!68085Fix BPHY18TruthThinTool
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment