Skip to content
Snippets Groups Projects
Commit b3f68ad3 authored by Ligang Xia's avatar Ligang Xia Committed by Tadej Novak
Browse files

Add PFlow constituents to FTAG1

Add PFlow constituents to FTAG1
parent d50d4eea
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,10 @@ def FTAG1KernelCfg(ConfigFlags, name='FTAG1Kernel', **kwargs):
acc.merge(PhysCommonAugmentationsCfg(ConfigFlags, TriggerListsHelper = kwargs['TriggerListsHelper']))
# Finally the kernel itself
# thinning tools
thinningTools = []
# Finally the kernel itself
DerivationKernel = CompFactory.DerivationFramework.DerivationKernel
acc.addEventAlgo(DerivationKernel(name, ThinningTools = thinningTools))
return acc
......@@ -75,6 +76,11 @@ def FTAG1Cfg(ConfigFlags):
"BTagging_AntiKt4EMPFlowSecVtx",
"AntiKt10UFOCSSKSoftDropBeta100Zcut10Jets",
"UFOCSSK",
"CaloCalTopoClusters",
"GlobalChargedParticleFlowObjects",
"GlobalNeutralParticleFlowObjects",
"CHSGChargedParticleFlowObjects",
"CHSGNeutralParticleFlowObjects",
"TruthParticles",
"TruthVertices",
"TruthBottom", "TruthElectrons","TruthMuons","TruthTaus",
......@@ -89,6 +95,17 @@ def FTAG1Cfg(ConfigFlags):
"JetAssociatedSCTClusters",
]
# Append to dictionary
FTAG1SlimmingHelper.AppendToDictionary['GlobalChargedParticleFlowObjects'] ='xAOD::FlowElementContainer'
FTAG1SlimmingHelper.AppendToDictionary['GlobalChargedParticleFlowObjectsAux'] ='xAOD::FlowElementAuxContainer'
FTAG1SlimmingHelper.AppendToDictionary['GlobalNeutralParticleFlowObjects'] = 'xAOD::FlowElementContainer'
FTAG1SlimmingHelper.AppendToDictionary['GlobalNeutralParticleFlowObjectsAux'] = 'xAOD::FlowElementAuxContainer'
FTAG1SlimmingHelper.AppendToDictionary['CHSGChargedParticleFlowObjects'] = 'xAOD::FlowElementContainer'
FTAG1SlimmingHelper.AppendToDictionary['CHSGChargedParticleFlowObjectsAux'] = 'xAOD::ShallowAuxContainer'
FTAG1SlimmingHelper.AppendToDictionary['CHSGNeutralParticleFlowObjects'] = 'xAOD::FlowElementContainer'
FTAG1SlimmingHelper.AppendToDictionary['CHSGNeutralParticleFlowObjectsAux'] = 'xAOD::ShallowAuxContainer'
from DerivationFrameworkFlavourTag import FtagBaseContent
# Static content
......
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