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
6a381cfb
Commit
6a381cfb
authored
Oct 21, 2022
by
Ligang Xia
Browse files
add UFOCSSK to OnTheFly,FTAG1 and correct a typo in FTAG2 (AFT-609)
parent
06374e30
Pipeline
#4651636
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/ContainersOnTheFly.py
View file @
6a381cfb
...
...
@@ -123,6 +123,9 @@ ContainersOnTheFly = [
[
"CHSGNeutralParticleFlowObjects"
,
"xAOD::FlowElementContainer"
],
[
"CHSGNeutralParticleFlowObjectsAux"
,
"xAOD::ShallowAuxContainer"
],
[
'UFOCSSK'
,
'xAOD::FlowElementContainer'
],
[
'UFOCSSKAux'
,
'xAOD::FlowElementAuxContainer'
],
]
from
InDetPrepRawDataToxAOD.InDetDxAODJobProperties
import
InDetDxAODFlags
...
...
PhysicsAnalysis/DerivationFramework/DerivationFrameworkFlavourTag/python/FTAG1.py
View file @
6a381cfb
...
...
@@ -74,6 +74,7 @@ def FTAG1Cfg(ConfigFlags):
"BTagging_AntiKt4EMPFlowJFVtx"
,
"BTagging_AntiKt4EMPFlowSecVtx"
,
"AntiKt10UFOCSSKSoftDropBeta100Zcut10Jets"
,
"UFOCSSK"
,
"TruthParticles"
,
"TruthVertices"
,
"TruthBottom"
,
"TruthElectrons"
,
"TruthMuons"
,
"TruthTaus"
,
...
...
PhysicsAnalysis/DerivationFramework/DerivationFrameworkFlavourTag/python/FTAG2.py
View file @
6a381cfb
...
...
@@ -119,21 +119,21 @@ def FTAG2Cfg(ConfigFlags):
"TruthBottom"
,
"TruthElectrons"
,
"TruthMuons"
,
"TruthTaus"
,
]
from
DerivationFrameworkFlavourTag
import
Ftag
CommonCA
from
DerivationFrameworkFlavourTag
import
Ftag
BaseContent
# Static content
Ftag
CommonCA
.
add_static_content_to_SlimmingHelper
(
FTAG2SlimmingHelper
)
Ftag
BaseContent
.
add_static_content_to_SlimmingHelper
(
FTAG2SlimmingHelper
)
# Add truth containers
if
ConfigFlags
.
Input
.
isMC
:
Ftag
CommonCA
.
add_truth_to_SlimmingHelper
(
FTAG2SlimmingHelper
)
Ftag
BaseContent
.
add_truth_to_SlimmingHelper
(
FTAG2SlimmingHelper
)
# Add ExtraVariables
Ftag
CommonCA
.
add_ExtraVariables_to_SlimmingHelper
(
FTAG2SlimmingHelper
)
Ftag
BaseContent
.
add_ExtraVariables_to_SlimmingHelper
(
FTAG2SlimmingHelper
)
# Trigger content
Ftag
CommonCA
.
trigger_setup
(
FTAG2SlimmingHelper
,
'FTAG2'
)
Ftag
CommonCA
.
trigger_matching
(
FTAG2SlimmingHelper
,
FTAG2TriggerListsHelper
,
ConfigFlags
)
Ftag
BaseContent
.
trigger_setup
(
FTAG2SlimmingHelper
,
'FTAG2'
)
Ftag
BaseContent
.
trigger_matching
(
FTAG2SlimmingHelper
,
FTAG2TriggerListsHelper
,
ConfigFlags
)
# Output stream
...
...
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