Skip to content
Snippets Groups Projects
Commit 8003543f authored by schaed's avatar schaed
Browse files

=use the orgin corrected clusters for the custom vertex MET

Former-commit-id: 36c5ee004ec691595ce83bcf26f6f2ecd1c91a01
parent ea2f2fbb
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,8 @@ def scheduleMETCustomVertex(vxColl,jetcoll='AntiKt4EMTopo',
AssocConfig('Soft')]
cfg = METAssocConfig(jetcoll+vxColl,
associators,
jetcoll=='AntiKt4EMPFlow' # doPFlow
jetcoll=='AntiKt4EMPFlow', # doPFlow
doOriginCorrClus=True
)
for assoc in cfg.assoclist:
assoc.PrimVxColl = vxColl+'PrimaryVertices'
......
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