Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ligang Xia
athena
Commits
2c7dc828
Commit
2c7dc828
authored
Dec 02, 2022
by
Ligang Xia
Browse files
add Kshort/Lambda/Lambdabar candidates
parent
2ae7936b
Changes
1
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/DerivationFramework/DerivationFrameworkFlavourTag/python/FTAG1.py
View file @
2c7dc828
...
...
@@ -248,8 +248,17 @@ def FTAG1Cfg(ConfigFlags):
StaticContent
=
[]
if
ConfigFlags
.
BTagging
.
AddV0Finder
:
FTAG1V0ContainerName
=
"FTAG1RecoV0Candidates"
FTAG1KshortContainerName
=
"FTAG1RecoKshortCandidates"
FTAG1LambdaContainerName
=
"FTAG1RecoLambdaCandidates"
FTAG1LambdabarContainerName
=
"FTAG1RecoLambdabarCandidates"
StaticContent
+=
[
"xAOD::VertexContainer#%s"
%
FTAG1V0ContainerName
]
StaticContent
+=
[
"xAOD::VertexAuxContainer#%sAux.-vxTrackAtVertex"
%
FTAG1V0ContainerName
]
StaticContent
+=
[
"xAOD::VertexContainer#%s"
%
FTAG1KshortContainerName
]
StaticContent
+=
[
"xAOD::VertexAuxContainer#%sAux.-vxTrackAtVertex"
%
FTAG1KshortContainerName
]
StaticContent
+=
[
"xAOD::VertexContainer#%s"
%
FTAG1LambdaContainerName
]
StaticContent
+=
[
"xAOD::VertexAuxContainer#%sAux.-vxTrackAtVertex"
%
FTAG1LambdaContainerName
]
StaticContent
+=
[
"xAOD::VertexContainer#%s"
%
FTAG1LambdabarContainerName
]
StaticContent
+=
[
"xAOD::VertexAuxContainer#%sAux.-vxTrackAtVertex"
%
FTAG1LambdabarContainerName
]
from
DerivationFrameworkFlavourTag
import
FtagBaseContent
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment